@finverse/sdk-typescript 0.0.141 → 0.0.142

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 (2) hide show
  1. package/dist/api.d.ts +2 -2
  2. package/package.json +1 -1
package/dist/api.d.ts CHANGED
@@ -936,7 +936,7 @@ export interface CreatePaymentLinkRequest {
936
936
  * @type {PaymentLinkDetails}
937
937
  * @memberof CreatePaymentLinkRequest
938
938
  */
939
- payment_details: PaymentLinkDetails;
939
+ payment_details?: PaymentLinkDetails;
940
940
  /**
941
941
  *
942
942
  * @type {PaymentLinkRecipientAccount}
@@ -979,7 +979,7 @@ export interface CreatePaymentLinkResponse {
979
979
  * @type {string}
980
980
  * @memberof CreatePaymentLinkResponse
981
981
  */
982
- payment_link_url: string;
982
+ payment_link_url?: string;
983
983
  }
984
984
  /**
985
985
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.141",
3
+ "version": "0.0.142",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [