@unified-api/typescript-sdk 1.0.38 → 1.0.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/sdk/accounting.d.ts +24 -0
- package/dist/sdk/accounting.js +402 -0
- package/dist/sdk/models/operations/createaccountingtransaction.d.ts +28 -0
- package/dist/sdk/models/operations/createaccountingtransaction.js +95 -0
- package/dist/sdk/models/operations/getaccountingtransaction.d.ts +35 -0
- package/dist/sdk/models/operations/getaccountingtransaction.js +99 -0
- package/dist/sdk/models/operations/index.d.ts +6 -0
- package/dist/sdk/models/operations/index.js +6 -0
- package/dist/sdk/models/operations/listaccountingtransactions.d.ts +44 -0
- package/dist/sdk/models/operations/listaccountingtransactions.js +123 -0
- package/dist/sdk/models/operations/listatsjobs.d.ts +1 -0
- package/dist/sdk/models/operations/listatsjobs.js +4 -0
- package/dist/sdk/models/operations/patchaccountingtransaction.d.ts +32 -0
- package/dist/sdk/models/operations/patchaccountingtransaction.js +99 -0
- package/dist/sdk/models/operations/removeaccountingtransaction.d.ts +30 -0
- package/dist/sdk/models/operations/removeaccountingtransaction.js +71 -0
- package/dist/sdk/models/operations/updateaccountingtransaction.d.ts +32 -0
- package/dist/sdk/models/operations/updateaccountingtransaction.js +99 -0
- package/dist/sdk/models/shared/accountingtransaction.d.ts +20 -0
- package/dist/sdk/models/shared/accountingtransaction.js +133 -0
- package/dist/sdk/models/shared/index.d.ts +1 -0
- package/dist/sdk/models/shared/index.js +1 -0
- package/dist/sdk/sdk.d.ts +2 -0
- package/dist/sdk/sdk.js +5 -3
- package/dist/sdk/transaction.d.ts +31 -0
- package/dist/sdk/transaction.js +505 -0
- package/docs/sdk/models/operations/createaccountingtransactionrequest.md +9 -0
- package/docs/sdk/models/operations/createaccountingtransactionresponse.md +11 -0
- package/docs/sdk/models/operations/getaccountingtransactionrequest.md +10 -0
- package/docs/sdk/models/operations/getaccountingtransactionresponse.md +11 -0
- package/docs/sdk/models/operations/listaccountingtransactionsrequest.md +16 -0
- package/docs/sdk/models/operations/listaccountingtransactionsresponse.md +11 -0
- package/docs/sdk/models/operations/listatsjobsrequest.md +2 -1
- package/docs/sdk/models/operations/patchaccountingtransactionrequest.md +10 -0
- package/docs/sdk/models/operations/patchaccountingtransactionresponse.md +11 -0
- package/docs/sdk/models/operations/removeaccountingtransactionrequest.md +9 -0
- package/docs/sdk/models/operations/removeaccountingtransactionresponse.md +11 -0
- package/docs/sdk/models/operations/updateaccountingtransactionrequest.md +10 -0
- package/docs/sdk/models/operations/updateaccountingtransactionresponse.md +11 -0
- package/docs/sdk/models/shared/accountingtransaction.md +24 -0
- package/package.json +1 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# PatchAccountingTransactionResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
|
|
8
|
+
| `accountingTransaction` | [shared.AccountingTransaction](../../../sdk/models/shared/accountingtransaction.md) | :heavy_minus_sign: | Successful |
|
|
9
|
+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
|
10
|
+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
|
|
11
|
+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# RemoveAccountingTransactionRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| --------------------- | --------------------- | --------------------- | --------------------- |
|
|
8
|
+
| `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
|
|
9
|
+
| `id` | *string* | :heavy_check_mark: | ID of the Transaction |
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# RemoveAccountingTransactionResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
|
|
8
|
+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
|
9
|
+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
|
|
10
|
+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
|
11
|
+
| `string` | *string* | :heavy_minus_sign: | Successful |
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# UpdateAccountingTransactionRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
|
|
8
|
+
| `accountingTransaction` | [shared.AccountingTransaction](../../../sdk/models/shared/accountingtransaction.md) | :heavy_minus_sign: | N/A |
|
|
9
|
+
| `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
|
|
10
|
+
| `id` | *string* | :heavy_check_mark: | ID of the Transaction |
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# UpdateAccountingTransactionResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
|
|
8
|
+
| `accountingTransaction` | [shared.AccountingTransaction](../../../sdk/models/shared/accountingtransaction.md) | :heavy_minus_sign: | Successful |
|
|
9
|
+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
|
10
|
+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
|
|
11
|
+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# AccountingTransaction
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
|
|
8
|
+
| `accountId` | *string* | :heavy_minus_sign: | N/A |
|
|
9
|
+
| `contactId` | *string* | :heavy_minus_sign: | N/A |
|
|
10
|
+
| `createdAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |
|
|
11
|
+
| `currency` | *string* | :heavy_minus_sign: | N/A |
|
|
12
|
+
| `customerMessage` | *string* | :heavy_minus_sign: | N/A |
|
|
13
|
+
| `id` | *string* | :heavy_minus_sign: | N/A |
|
|
14
|
+
| `memo` | *string* | :heavy_minus_sign: | N/A |
|
|
15
|
+
| `paymentMethod` | *string* | :heavy_minus_sign: | N/A |
|
|
16
|
+
| `paymentTerms` | *string* | :heavy_minus_sign: | N/A |
|
|
17
|
+
| `raw` | Record<string, *any*> | :heavy_minus_sign: | N/A |
|
|
18
|
+
| `reference` | *string* | :heavy_minus_sign: | N/A |
|
|
19
|
+
| `splitAccountId` | *string* | :heavy_minus_sign: | N/A |
|
|
20
|
+
| `subTotalAmount` | *number* | :heavy_minus_sign: | N/A |
|
|
21
|
+
| `taxAmount` | *number* | :heavy_minus_sign: | N/A |
|
|
22
|
+
| `totalAmount` | *number* | :heavy_check_mark: | N/A |
|
|
23
|
+
| `type` | *string* | :heavy_minus_sign: | N/A |
|
|
24
|
+
| `updatedAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |
|