@unified-api/typescript-sdk 1.0.38 → 1.0.39

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.
Files changed (38) hide show
  1. package/dist/sdk/accounting.d.ts +24 -0
  2. package/dist/sdk/accounting.js +402 -0
  3. package/dist/sdk/models/operations/createaccountingtransaction.d.ts +28 -0
  4. package/dist/sdk/models/operations/createaccountingtransaction.js +95 -0
  5. package/dist/sdk/models/operations/getaccountingtransaction.d.ts +35 -0
  6. package/dist/sdk/models/operations/getaccountingtransaction.js +99 -0
  7. package/dist/sdk/models/operations/index.d.ts +6 -0
  8. package/dist/sdk/models/operations/index.js +6 -0
  9. package/dist/sdk/models/operations/listaccountingtransactions.d.ts +44 -0
  10. package/dist/sdk/models/operations/listaccountingtransactions.js +123 -0
  11. package/dist/sdk/models/operations/patchaccountingtransaction.d.ts +32 -0
  12. package/dist/sdk/models/operations/patchaccountingtransaction.js +99 -0
  13. package/dist/sdk/models/operations/removeaccountingtransaction.d.ts +30 -0
  14. package/dist/sdk/models/operations/removeaccountingtransaction.js +71 -0
  15. package/dist/sdk/models/operations/updateaccountingtransaction.d.ts +32 -0
  16. package/dist/sdk/models/operations/updateaccountingtransaction.js +99 -0
  17. package/dist/sdk/models/shared/accountingtransaction.d.ts +20 -0
  18. package/dist/sdk/models/shared/accountingtransaction.js +133 -0
  19. package/dist/sdk/models/shared/index.d.ts +1 -0
  20. package/dist/sdk/models/shared/index.js +1 -0
  21. package/dist/sdk/sdk.d.ts +2 -0
  22. package/dist/sdk/sdk.js +5 -3
  23. package/dist/sdk/transaction.d.ts +31 -0
  24. package/dist/sdk/transaction.js +505 -0
  25. package/docs/sdk/models/operations/createaccountingtransactionrequest.md +9 -0
  26. package/docs/sdk/models/operations/createaccountingtransactionresponse.md +11 -0
  27. package/docs/sdk/models/operations/getaccountingtransactionrequest.md +10 -0
  28. package/docs/sdk/models/operations/getaccountingtransactionresponse.md +11 -0
  29. package/docs/sdk/models/operations/listaccountingtransactionsrequest.md +16 -0
  30. package/docs/sdk/models/operations/listaccountingtransactionsresponse.md +11 -0
  31. package/docs/sdk/models/operations/patchaccountingtransactionrequest.md +10 -0
  32. package/docs/sdk/models/operations/patchaccountingtransactionresponse.md +11 -0
  33. package/docs/sdk/models/operations/removeaccountingtransactionrequest.md +9 -0
  34. package/docs/sdk/models/operations/removeaccountingtransactionresponse.md +11 -0
  35. package/docs/sdk/models/operations/updateaccountingtransactionrequest.md +10 -0
  36. package/docs/sdk/models/operations/updateaccountingtransactionresponse.md +11 -0
  37. package/docs/sdk/models/shared/accountingtransaction.md +24 -0
  38. package/package.json +1 -1
@@ -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 |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unified-api/typescript-sdk",
3
- "version": "1.0.38",
3
+ "version": "1.0.39",
4
4
  "author": "Unified",
5
5
  "scripts": {
6
6
  "prepare": "tsc --build",