Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 4c5410d

Browse files
authored
Automated update by SDK Generator version:3.7.0 commit:59e9746 (#196)
1 parent 960bba4 commit 4c5410d

File tree

704 files changed

+1035
-770
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

704 files changed

+1035
-770
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apideck/node",
3-
"version": "3.6.0",
3+
"version": "3.7.0",
44
"description": "Apideck Node.js SDK",
55
"keywords": [
66
"apideck",

src/Apideck.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export class Apideck {
6161
'x-apideck-app-id': config.appId,
6262
'x-apideck-consumer-id': config.consumerId || '',
6363
'x-apideck-service-id': config?.serviceId || '',
64-
'user-agent': 'Apideck-node-sdk/3.6.0 Unify-spec/10.10.0'
64+
'user-agent': 'Apideck-node-sdk/3.7.0 Unify-spec/10.11.0'
6565
}
6666
})
6767

src/gen/.openapi-generator/FILES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ EcommerceCustomer.md
268268
EcommerceCustomerAddresses.md
269269
EcommerceCustomersFilter.md
270270
EcommerceDiscount.md
271+
EcommerceEventType.md
271272
EcommerceOrder.md
272273
EcommerceOrderLineItem.md
273274
EcommerceOrderStatus.md
@@ -474,6 +475,7 @@ InvoiceItem.md
474475
InvoiceItemFilter.md
475476
InvoiceItemSalesDetails.md
476477
InvoiceItemsFilter.md
478+
InvoiceItemsSort.md
477479
InvoiceLineItem.md
478480
InvoiceResponse.md
479481
InvoicesFilter.md
@@ -992,6 +994,7 @@ models/EcommerceCustomer.ts
992994
models/EcommerceCustomerAddresses.ts
993995
models/EcommerceCustomersFilter.ts
994996
models/EcommerceDiscount.ts
997+
models/EcommerceEventType.ts
995998
models/EcommerceOrder.ts
996999
models/EcommerceOrderLineItem.ts
9971000
models/EcommerceOrderStatus.ts
@@ -1193,6 +1196,7 @@ models/InvoiceItem.ts
11931196
models/InvoiceItemFilter.ts
11941197
models/InvoiceItemSalesDetails.ts
11951198
models/InvoiceItemsFilter.ts
1199+
models/InvoiceItemsSort.ts
11961200
models/InvoiceLineItem.ts
11971201
models/InvoiceResponse.ts
11981202
models/InvoicesFilter.ts

src/gen/apis/AccountingApi.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Apideck
55
* The Apideck OpenAPI Spec: SDK Optimized
66
*
7-
* The version of the OpenAPI document: 10.10.0
7+
* The version of the OpenAPI document: 10.11.0
88
* Contact: support@apideck.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -192,6 +192,7 @@ import {
192192
InvoiceItem,
193193
InvoiceItemFilter,
194194
InvoiceItemsFilter,
195+
InvoiceItemsSort,
195196
InvoiceItemToJSON,
196197
InvoicesFilter,
197198
InvoicesSort,
@@ -633,6 +634,7 @@ export interface AccountingApiInvoiceItemsAllRequest {
633634
cursor?: string | null
634635
limit?: number
635636
filter?: InvoiceItemsFilter
637+
sort?: InvoiceItemsSort
636638
passThrough?: PassThroughQuery
637639
fields?: string | null
638640
}
@@ -4056,6 +4058,10 @@ export class AccountingApi extends runtime.BaseAPI {
40564058
queryParameters['filter'] = requestParameters.filter
40574059
}
40584060

4061+
if (requestParameters.sort !== undefined) {
4062+
queryParameters['sort'] = requestParameters.sort
4063+
}
4064+
40594065
if (requestParameters.passThrough !== undefined) {
40604066
queryParameters['pass_through'] = requestParameters.passThrough
40614067
}

src/gen/apis/AtsApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Apideck
55
* The Apideck OpenAPI Spec: SDK Optimized
66
*
7-
* The version of the OpenAPI document: 10.10.0
7+
* The version of the OpenAPI document: 10.11.0
88
* Contact: support@apideck.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/gen/apis/ConnectorApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Apideck
55
* The Apideck OpenAPI Spec: SDK Optimized
66
*
7-
* The version of the OpenAPI document: 10.10.0
7+
* The version of the OpenAPI document: 10.11.0
88
* Contact: support@apideck.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/gen/apis/CrmApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Apideck
55
* The Apideck OpenAPI Spec: SDK Optimized
66
*
7-
* The version of the OpenAPI document: 10.10.0
7+
* The version of the OpenAPI document: 10.11.0
88
* Contact: support@apideck.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/gen/apis/EcommerceApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Apideck
55
* The Apideck OpenAPI Spec: SDK Optimized
66
*
7-
* The version of the OpenAPI document: 10.10.0
7+
* The version of the OpenAPI document: 10.11.0
88
* Contact: support@apideck.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/gen/apis/FileStorageApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Apideck
55
* The Apideck OpenAPI Spec: SDK Optimized
66
*
7-
* The version of the OpenAPI document: 10.10.0
7+
* The version of the OpenAPI document: 10.11.0
88
* Contact: support@apideck.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/gen/apis/HrisApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Apideck
55
* The Apideck OpenAPI Spec: SDK Optimized
66
*
7-
* The version of the OpenAPI document: 10.10.0
7+
* The version of the OpenAPI document: 10.11.0
88
* Contact: support@apideck.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/gen/apis/IssueTrackingApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Apideck
55
* The Apideck OpenAPI Spec: SDK Optimized
66
*
7-
* The version of the OpenAPI document: 10.10.0
7+
* The version of the OpenAPI document: 10.11.0
88
* Contact: support@apideck.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/gen/apis/LeadApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Apideck
55
* The Apideck OpenAPI Spec: SDK Optimized
66
*
7-
* The version of the OpenAPI document: 10.10.0
7+
* The version of the OpenAPI document: 10.11.0
88
* Contact: support@apideck.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/gen/apis/PosApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Apideck
55
* The Apideck OpenAPI Spec: SDK Optimized
66
*
7-
* The version of the OpenAPI document: 10.10.0
7+
* The version of the OpenAPI document: 10.11.0
88
* Contact: support@apideck.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/gen/apis/SmsApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Apideck
55
* The Apideck OpenAPI Spec: SDK Optimized
66
*
7-
* The version of the OpenAPI document: 10.10.0
7+
* The version of the OpenAPI document: 10.11.0
88
* Contact: support@apideck.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/gen/apis/VaultApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Apideck
55
* The Apideck OpenAPI Spec: SDK Optimized
66
*
7-
* The version of the OpenAPI document: 10.10.0
7+
* The version of the OpenAPI document: 10.11.0
88
* Contact: support@apideck.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/gen/apis/WebhookApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Apideck
55
* The Apideck OpenAPI Spec: SDK Optimized
66
*
7-
* The version of the OpenAPI document: 10.10.0
7+
* The version of the OpenAPI document: 10.11.0
88
* Contact: support@apideck.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/gen/docs/apis/AccountingApi.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4122,6 +4122,7 @@ Name | Type | Description | Notes
41224122
**cursor** | [**string**] | Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. | (optional)
41234123
**limit** | [**number**] | Number of results to return. Minimum 1, Maximum 200, Default 20 | (optional) defaults to 20
41244124
**filter** | **InvoiceItemsFilter** | Apply filters | (optional)
4125+
**sort** | **InvoiceItemsSort** | Apply sorting | (optional)
41254126
**passThrough** | **PassThroughQuery** | Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads | (optional)
41264127
**fields** | [**string**] | The \'fields\' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: &#x60;fields=name,email,addresses.city&#x60;<br /><br />In the example above, the response will only include the fields \&quot;name\&quot;, \&quot;email\&quot; and \&quot;addresses.city\&quot;. If any other fields are available, they will be excluded. | (optional)
41274128

src/gen/docs/models/ConnectionWebhook.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,24 @@ Name | Type | Description | Notes
245245

246246
* `accounting_expense_deleted` (value: `'accounting.expense.deleted'`)
247247

248+
* `ecommerce_order_created` (value: `'ecommerce.order.created'`)
249+
250+
* `ecommerce_order_updated` (value: `'ecommerce.order.updated'`)
251+
252+
* `ecommerce_order_deleted` (value: `'ecommerce.order.deleted'`)
253+
254+
* `ecommerce_product_created` (value: `'ecommerce.product.created'`)
255+
256+
* `ecommerce_product_updated` (value: `'ecommerce.product.updated'`)
257+
258+
* `ecommerce_product_deleted` (value: `'ecommerce.product.deleted'`)
259+
260+
* `ecommerce_customer_created` (value: `'ecommerce.customer.created'`)
261+
262+
* `ecommerce_customer_updated` (value: `'ecommerce.customer.updated'`)
263+
264+
* `ecommerce_customer_deleted` (value: `'ecommerce.customer.deleted'`)
265+
248266

249267

250268

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Apideck.EcommerceEventType
2+
3+
## Enum
4+
5+
6+
* `Star` (value: `'*'`)
7+
8+
* `ecommerce_order_created` (value: `'ecommerce.order.created'`)
9+
10+
* `ecommerce_order_updated` (value: `'ecommerce.order.updated'`)
11+
12+
* `ecommerce_order_deleted` (value: `'ecommerce.order.deleted'`)
13+
14+
* `ecommerce_product_created` (value: `'ecommerce.product.created'`)
15+
16+
* `ecommerce_product_updated` (value: `'ecommerce.product.updated'`)
17+
18+
* `ecommerce_product_deleted` (value: `'ecommerce.product.deleted'`)
19+
20+
* `ecommerce_customer_created` (value: `'ecommerce.customer.created'`)
21+
22+
* `ecommerce_customer_updated` (value: `'ecommerce.customer.updated'`)
23+
24+
* `ecommerce_customer_deleted` (value: `'ecommerce.customer.deleted'`)
25+
26+
27+
---
28+
29+
[[Back to top]](#) [[Back to API list]](../../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../../README.md)
30+
31+

src/gen/docs/models/GetConnectorResourceExampleResponseData.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
99
`service_id` | **string** | Service provider identifier | [optional]
1010
`resource` | [**LinkedConnectorResource**](LinkedConnectorResource.md) | | [optional]
1111
`example_response` | **object** | | [optional]
12+
`workflow_examples` | **{ [key: string]: object; }** | If the resource has a workflow, this will contain the example response for each step | [optional]
1213

1314

1415

@@ -20,6 +21,7 @@ Name | Type | Description | Notes
2021
* [`LinkedConnectorResource`](LinkedConnectorResource.md)
2122

2223

24+
2325
---
2426

2527
[[Back to top]](#) [[Back to API list]](../../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../../README.md)
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Apideck.InvoiceItemsSort
2+
3+
### Description
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
`by` | **string** | The field on which to sort the Invoice Items | [optional]
9+
`direction` | [**SortDirection**](SortDirection.md) | | [optional]
10+
11+
12+
13+
14+
15+
<a name="InvoiceItemsSortBy"></a>
16+
## Enum: InvoiceItemsSort.by
17+
18+
19+
* `created_at` (value: `'created_at'`)
20+
21+
* `updated_at` (value: `'updated_at'`)
22+
23+
24+
25+
26+
## Referenced Types:
27+
28+
* [`SortDirection`](SortDirection.md)
29+
30+
---
31+
32+
[[Back to top]](#) [[Back to API list]](../../../../README.md#documentation-for-api-endpoints) [[Back to README]](../../../../README.md)
33+
34+

src/gen/docs/models/Opportunity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
`title` | **string** | The title or name of the opportunity. |
9-
`primary_contact_id` | **string** | The unique identifier of the primary contact associated with the opportunity. |
109
`id` | **string** | A unique identifier for the opportunity. | [optional]
10+
`primary_contact_id` | **string** | The unique identifier of the primary contact associated with the opportunity. | [optional]
1111
`description` | **string** | A description of the opportunity. | [optional]
1212
`type` | **string** | The type of the opportunity | [optional]
1313
`monetary_amount` | **number** | The monetary value associated with the opportunity | [optional]

src/gen/docs/models/WebhookEventType.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,24 @@
213213

214214
* `accounting_expense_deleted` (value: `'accounting.expense.deleted'`)
215215

216+
* `ecommerce_order_created` (value: `'ecommerce.order.created'`)
217+
218+
* `ecommerce_order_updated` (value: `'ecommerce.order.updated'`)
219+
220+
* `ecommerce_order_deleted` (value: `'ecommerce.order.deleted'`)
221+
222+
* `ecommerce_product_created` (value: `'ecommerce.product.created'`)
223+
224+
* `ecommerce_product_updated` (value: `'ecommerce.product.updated'`)
225+
226+
* `ecommerce_product_deleted` (value: `'ecommerce.product.deleted'`)
227+
228+
* `ecommerce_customer_created` (value: `'ecommerce.customer.created'`)
229+
230+
* `ecommerce_customer_updated` (value: `'ecommerce.customer.updated'`)
231+
232+
* `ecommerce_customer_deleted` (value: `'ecommerce.customer.deleted'`)
233+
216234

217235
---
218236

src/gen/models/AccountingDepartment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Apideck
55
* The Apideck OpenAPI Spec: SDK Optimized
66
*
7-
* The version of the OpenAPI document: 10.10.0
7+
* The version of the OpenAPI document: 10.11.0
88
* Contact: support@apideck.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/gen/models/AccountingDepartmentsFilter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Apideck
55
* The Apideck OpenAPI Spec: SDK Optimized
66
*
7-
* The version of the OpenAPI document: 10.10.0
7+
* The version of the OpenAPI document: 10.11.0
88
* Contact: support@apideck.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/gen/models/AccountingEventType.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Apideck
55
* The Apideck OpenAPI Spec: SDK Optimized
66
*
7-
* The version of the OpenAPI document: 10.10.0
7+
* The version of the OpenAPI document: 10.11.0
88
* Contact: support@apideck.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/gen/models/AccountingLocation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Apideck
55
* The Apideck OpenAPI Spec: SDK Optimized
66
*
7-
* The version of the OpenAPI document: 10.10.0
7+
* The version of the OpenAPI document: 10.11.0
88
* Contact: support@apideck.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/gen/models/AccountingLocationsFilter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Apideck
55
* The Apideck OpenAPI Spec: SDK Optimized
66
*
7-
* The version of the OpenAPI document: 10.10.0
7+
* The version of the OpenAPI document: 10.11.0
88
* Contact: support@apideck.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/gen/models/ActivitiesFilter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Apideck
55
* The Apideck OpenAPI Spec: SDK Optimized
66
*
7-
* The version of the OpenAPI document: 10.10.0
7+
* The version of the OpenAPI document: 10.11.0
88
* Contact: support@apideck.com
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

0 commit comments

Comments
 (0)