@cobo/cobo-waas2 1.25.0 → 1.26.0

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 (102) hide show
  1. package/README.md +21 -5
  2. package/dist/ApiClient.js +1 -1
  3. package/dist/api/AutoSweepApi.js +2 -2
  4. package/dist/api/ComplianceApi.js +2 -2
  5. package/dist/api/FeeStationApi.js +6 -6
  6. package/dist/api/PaymentApi.js +48 -6
  7. package/dist/api/TokenizationApi.js +122 -4
  8. package/dist/api/TransactionsApi.js +2 -2
  9. package/dist/index.js +105 -14
  10. package/dist/model/AutoFuelType.js +5 -0
  11. package/dist/model/CreateCryptoAddressRequest.js +1 -1
  12. package/dist/model/CreateMerchantRequest.js +1 -1
  13. package/dist/model/CreatePaymentOrderRequest.js +8 -8
  14. package/dist/model/CreateRefundLinkRequest.js +129 -0
  15. package/dist/model/FeeStationCheckFeeStationUsage.js +28 -10
  16. package/dist/model/FeeStationCheckFeeStationUsageResponse.js +33 -20
  17. package/dist/model/FeeStationSponsorTransactionDescription.js +125 -0
  18. package/dist/model/Link.js +2 -2
  19. package/dist/model/LinkDisplayInfo.js +2 -2
  20. package/dist/model/MerchantBalance.js +1 -1
  21. package/dist/model/Order.js +1 -1
  22. package/dist/model/OrderLinkBusinessInfo.js +11 -11
  23. package/dist/model/OrderLinkBusinessInfoCustomExchangeRatesInner.js +4 -4
  24. package/dist/model/PaymentOrderEventData.js +2 -2
  25. package/dist/model/PspBalance.js +1 -1
  26. package/dist/model/RefundLinkBusinessInfo.js +162 -0
  27. package/dist/model/RefundStatus.js +10 -0
  28. package/dist/model/SubmitKytScreeningsReviewBody.js +1 -1
  29. package/dist/model/SwapQuote.js +18 -18
  30. package/dist/model/TokenizationERC20TokenParams.js +5 -5
  31. package/dist/model/{TokenizationTokenPermissionParams.js → TokenizationERC20TokenPermissionParams.js} +23 -23
  32. package/dist/model/TokenizationERC20WrappedTokenParams.js +177 -0
  33. package/dist/model/TokenizationERC20WrappedTokenPermissionParams.js +166 -0
  34. package/dist/model/TokenizationEstimateFeeRequestOperationParams.js +38 -11
  35. package/dist/model/TokenizationIssueTokenParamsTokenParams.js +72 -10
  36. package/dist/model/TokenizationListPermissionsResponse.js +146 -0
  37. package/dist/model/TokenizationListPermissionsResponseDataInner.js +126 -0
  38. package/dist/model/TokenizationOperationType.js +5 -0
  39. package/dist/model/TokenizationPermissionAction.js +66 -0
  40. package/dist/model/TokenizationSOLWrappedTokenParams.js +177 -0
  41. package/dist/model/TokenizationSolWrappedTokenPermissionParams.js +127 -0
  42. package/dist/model/TokenizationTokenDetailInfo.js +51 -5
  43. package/dist/model/TokenizationTokenInfo.js +26 -4
  44. package/dist/model/TokenizationTokenPermissionType.js +5 -0
  45. package/dist/model/TokenizationTokenStandard.js +10 -0
  46. package/dist/model/{TokenizationTokenPermissionsResponse.js → TokenizationUpdateAddressPermissions.js} +51 -53
  47. package/dist/model/TokenizationUpdatePermissionsEstimateFeeParams.js +198 -0
  48. package/dist/model/TokenizationUpdatePermissionsParams.js +145 -0
  49. package/dist/model/TokenizationUpdatePermissionsRequest.js +213 -0
  50. package/dist/model/TransactionCoboCategory.js +35 -0
  51. package/dist/model/UpdateMerchantByIdRequest.js +1 -1
  52. package/dist/model/WebhookEventData.js +1 -1
  53. package/docs/AutoFuelType.md +2 -0
  54. package/docs/AutoSweepApi.md +2 -2
  55. package/docs/ComplianceApi.md +1 -1
  56. package/docs/CreateCryptoAddressRequest.md +1 -1
  57. package/docs/CreateMerchantRequest.md +1 -1
  58. package/docs/CreatePaymentOrderRequest.md +5 -5
  59. package/docs/CreateRefundLinkRequest.md +10 -0
  60. package/docs/FeeStationApi.md +4 -4
  61. package/docs/FeeStationCheckFeeStationUsage.md +4 -2
  62. package/docs/FeeStationCheckFeeStationUsageResponse.md +4 -3
  63. package/docs/FeeStationSponsorTransactionDescription.md +10 -0
  64. package/docs/Link.md +1 -1
  65. package/docs/LinkDisplayInfo.md +2 -2
  66. package/docs/MerchantBalance.md +1 -1
  67. package/docs/Order.md +1 -1
  68. package/docs/OrderLinkBusinessInfo.md +7 -7
  69. package/docs/OrderLinkBusinessInfoCustomExchangeRatesInner.md +2 -2
  70. package/docs/PaymentApi.md +56 -3
  71. package/docs/PaymentOrderEventData.md +1 -1
  72. package/docs/PspBalance.md +1 -1
  73. package/docs/RefundLinkBusinessInfo.md +13 -0
  74. package/docs/RefundStatus.md +4 -0
  75. package/docs/SwapQuote.md +10 -10
  76. package/docs/TokenizationApi.md +120 -2
  77. package/docs/TokenizationERC20TokenParams.md +1 -1
  78. package/docs/{TokenizationTokenPermissionParams.md → TokenizationERC20TokenPermissionParams.md} +1 -1
  79. package/docs/TokenizationERC20WrappedTokenParams.md +14 -0
  80. package/docs/TokenizationERC20WrappedTokenPermissionParams.md +15 -0
  81. package/docs/TokenizationEstimateFeeRequestOperationParams.md +1 -1
  82. package/docs/TokenizationIssueTokenParamsTokenParams.md +2 -1
  83. package/docs/TokenizationListPermissionsResponse.md +10 -0
  84. package/docs/TokenizationListPermissionsResponseDataInner.md +10 -0
  85. package/docs/TokenizationOperationType.md +2 -0
  86. package/docs/TokenizationPermissionAction.md +14 -0
  87. package/docs/TokenizationSOLWrappedTokenParams.md +14 -0
  88. package/docs/TokenizationSolWrappedTokenPermissionParams.md +12 -0
  89. package/docs/TokenizationTokenDetailInfo.md +3 -0
  90. package/docs/TokenizationTokenInfo.md +2 -0
  91. package/docs/TokenizationTokenPermissionType.md +2 -0
  92. package/docs/TokenizationTokenStandard.md +4 -0
  93. package/docs/TokenizationUpdateAddressPermissions.md +11 -0
  94. package/docs/TokenizationUpdatePermissionsEstimateFeeParams.md +13 -0
  95. package/docs/TokenizationUpdatePermissionsParams.md +10 -0
  96. package/docs/TokenizationUpdatePermissionsRequest.md +13 -0
  97. package/docs/TransactionCoboCategory.md +14 -0
  98. package/docs/TransactionsApi.md +1 -1
  99. package/docs/UpdateMerchantByIdRequest.md +1 -1
  100. package/docs/WebhookEventData.md +1 -1
  101. package/package.json +1 -1
  102. package/docs/TokenizationTokenPermissionsResponse.md +0 -10
@@ -72,7 +72,7 @@ Name | Type | Description | Notes
72
72
  **received_token_amount** | **String** | The total cryptocurrency amount received for this order. Updates until the expiration time. Precision matches the token standard (e.g., 6 decimals for USDT). |
73
73
  **transactions** | [**[PaymentTransaction]**](PaymentTransaction.md) | An array of transactions associated with this refund order. Each transaction represents a separate blockchain operation related to the refund process. | [optional]
74
74
  **settlement_status** | [**SettleStatus**](SettleStatus.md) | | [optional]
75
- **amount_tolerance** | **String** | Allowed amount deviation. | [optional]
75
+ **amount_tolerance** | **String** | The maximum allowed deviation from the payable amount in the case of underpayment, specified as a positive value with up to one decimal place. If you provide more than one decimal place, an error will occur. When the actual received amount is within this deviation (inclusive) of the payable amount, the order status will be set to `Completed` rather than `Underpaid`. | [optional]
76
76
  **refund_id** | **String** | The refund order ID. |
77
77
  **amount** | **String** | The amount in cryptocurrency to be returned for this refund order. |
78
78
  **to_address** | **String** | The recipient's wallet address where the refund will be sent. |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobo/cobo-waas2",
3
- "version": "1.25.0",
3
+ "version": "1.26.0",
4
4
  "description": "The Cobo Wallet-as-a-Service (WaaS) 2.0 API is the latest version of Cobo's WaaS API offering. It enables you to access Cobo's full suite of crypto wallet technologies with powerful and flexible access controls. By encapsulating complex security protocols and streamlining blockchain interactions, this API allows you to concentrate on your core business activities without worrying about the safety of your assets. The WaaS 2.0 API presents the following key features: - A unified API for Cobo's [all four wallet types](https://manuals.cobo.com/en/portal/introduction#an-all-in-one-wallet-platform) - Support for 80+ chains and 3000+ tokens - A comprehensive selection of webhook events - Flexible usage models for MPC Wallets, including [Organization-Controlled Wallets](https://manuals.cobo.com/en/portal/mpc-wallets/ocw/introduction) and [User-Controlled Wallets](https://manuals.cobo.com/en/portal/mpc-wallets/ucw/introduction) - Programmatic control of smart contract wallets such as Safe{Wallet} with fine-grained access controls - Seamlessly transfer funds across multiple exchanges, including Binance, OKX, Bybit, Deribit, and more For more information about the WaaS 2.0 API, see [Introduction to WaaS 2.0](https://www.cobo.com/developers/v2/guides/overview/introduction). ",
5
5
  "license": "GPL 2.0",
6
6
  "main": "dist/index.js",
@@ -1,10 +0,0 @@
1
- # CoboWaas2.TokenizationTokenPermissionsResponse
2
-
3
- ## Properties
4
-
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **permissions** | [**[TokenizationTokenPermission]**](TokenizationTokenPermission.md) | List of available token permissions. |
8
- **total_count** | **Number** | Total number of permissions. |
9
-
10
-