@finverse/sdk-typescript 0.0.145 → 0.0.147

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 +1 -32
  2. package/package.json +1 -1
package/dist/api.d.ts CHANGED
@@ -937,12 +937,6 @@ export interface CreatePaymentLinkRequest {
937
937
  * @memberof CreatePaymentLinkRequest
938
938
  */
939
939
  payment_details?: PaymentLinkDetails;
940
- /**
941
- *
942
- * @type {PaymentLinkRecipientAccount}
943
- * @memberof CreatePaymentLinkRequest
944
- */
945
- recipient_account: PaymentLinkRecipientAccount;
946
940
  /**
947
941
  *
948
942
  * @type {PaymentLinkSender}
@@ -4025,20 +4019,7 @@ export interface PaymentLinkDetails {
4025
4019
  * @type {string}
4026
4020
  * @memberof PaymentLinkDetails
4027
4021
  */
4028
- external_invoice_id?: string;
4029
- }
4030
- /**
4031
- *
4032
- * @export
4033
- * @interface PaymentLinkRecipientAccount
4034
- */
4035
- export interface PaymentLinkRecipientAccount {
4036
- /**
4037
- * Merchant account ID assigned by Finverse
4038
- * @type {string}
4039
- * @memberof PaymentLinkRecipientAccount
4040
- */
4041
- account_id: string;
4022
+ external_invoice_number?: string;
4042
4023
  }
4043
4024
  /**
4044
4025
  *
@@ -4138,18 +4119,6 @@ export interface PaymentLinkResponse {
4138
4119
  * @memberof PaymentLinkResponse
4139
4120
  */
4140
4121
  payment?: PaymentResponse;
4141
- /**
4142
- *
4143
- * @type {MandateRecipient}
4144
- * @memberof PaymentLinkResponse
4145
- */
4146
- recipient?: MandateRecipient;
4147
- /**
4148
- *
4149
- * @type {MandateRecipientAccount}
4150
- * @memberof PaymentLinkResponse
4151
- */
4152
- recipient_account?: MandateRecipientAccount;
4153
4122
  /**
4154
4123
  *
4155
4124
  * @type {PaymentLinkSenderResponse}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.145",
3
+ "version": "0.0.147",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [