@finverse/sdk-typescript 0.0.256 → 0.0.258

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 +16 -16
  2. package/package.json +2 -2
package/dist/api.d.ts CHANGED
@@ -1053,7 +1053,7 @@ export interface CreateMandateRequest {
1053
1053
  */
1054
1054
  mandate_details: MandateDetailsRequest;
1055
1055
  /**
1056
- * Additional attributes of the mandate in key:value format (e.g. mandate_internal_id: 1234). It supports up to 10 key:value pairs, whereas the key and value supports up to 50 and 500 characters respectively.
1056
+ *
1057
1057
  * @type {{ [key: string]: string; }}
1058
1058
  * @memberof CreateMandateRequest
1059
1059
  */
@@ -1086,7 +1086,7 @@ export interface CreateMandateRequestWithDdaReference {
1086
1086
  */
1087
1087
  mandate_details: MandateDetailsRequestWithDdaReference;
1088
1088
  /**
1089
- * Additional attributes of the mandate in key:value format (e.g. mandate_internal_id: 1234). It supports up to 10 key:value pairs, whereas the key and value supports up to 50 and 500 characters respectively.
1089
+ *
1090
1090
  * @type {{ [key: string]: string; }}
1091
1091
  * @memberof CreateMandateRequestWithDdaReference
1092
1092
  */
@@ -1177,7 +1177,7 @@ export interface CreateMandateResponse {
1177
1177
  */
1178
1178
  fees?: Array<Fee>;
1179
1179
  /**
1180
- * Additional attributes of the mandate in key:value format (e.g. mandate_internal_id: 1234). It supports up to 10 key:value pairs, whereas the key and value supports up to 50 and 500 characters respectively.
1180
+ * Additional attributes of the mandate in key:value format (e.g. mandate_internal_id: 1234). It supports up to 10 key:value pairs, whereas the key and value supports up to 50 and 1000 characters respectively.
1181
1181
  * @type {{ [key: string]: string; }}
1182
1182
  * @memberof CreateMandateResponse
1183
1183
  */
@@ -1262,7 +1262,7 @@ export interface CreateMandateWithSenderAccountRequest {
1262
1262
  */
1263
1263
  mandate_details: MandateDetailsRequest;
1264
1264
  /**
1265
- * Additional attributes of the mandate in key:value format (e.g. mandate_internal_id: 1234). It supports up to 10 key:value pairs, whereas the key and value supports up to 50 and 500 characters respectively.
1265
+ *
1266
1266
  * @type {{ [key: string]: string; }}
1267
1267
  * @memberof CreateMandateWithSenderAccountRequest
1268
1268
  */
@@ -1313,7 +1313,7 @@ export interface CreatePaymentAccountRequest {
1313
1313
  */
1314
1314
  user_id: string;
1315
1315
  /**
1316
- * Additional attributes of the payment in key:value format (e.g. payment_internal_id: 1234). It supports up to 10 key:value pairs, whereas the key and value supports up to 50 and 500 characters respectively.
1316
+ *
1317
1317
  * @type {{ [key: string]: string; }}
1318
1318
  * @memberof CreatePaymentAccountRequest
1319
1319
  */
@@ -1449,7 +1449,7 @@ export interface CreatePaymentLinkRequest {
1449
1449
  */
1450
1450
  payment_setup_options?: PaymentSetupOptions;
1451
1451
  /**
1452
- * Additional attributes of the payment link in key:value format (e.g. payment_id: 1234). It supports up to 10 key:value pairs, whereas the key and value supports up to 50 and 500 characters respectively.
1452
+ *
1453
1453
  * @type {{ [key: string]: string; }}
1454
1454
  * @memberof CreatePaymentLinkRequest
1455
1455
  */
@@ -1457,7 +1457,7 @@ export interface CreatePaymentLinkRequest {
1457
1457
  [key: string]: string;
1458
1458
  };
1459
1459
  /**
1460
- * Key-Value metadata to store on payments created on this Payment Link
1460
+ *
1461
1461
  * @type {{ [key: string]: string; }}
1462
1462
  * @memberof CreatePaymentLinkRequest
1463
1463
  */
@@ -1543,7 +1543,7 @@ export interface CreatePaymentRequest {
1543
1543
  */
1544
1544
  payment_details: PaymentDetails2;
1545
1545
  /**
1546
- * Additional attributes of the payment in key:value format (e.g. payment_internal_id: 1234). It supports up to 10 key:value pairs, whereas the key and value supports up to 50 and 500 characters respectively.
1546
+ *
1547
1547
  * @type {{ [key: string]: string; }}
1548
1548
  * @memberof CreatePaymentRequest
1549
1549
  */
@@ -1685,7 +1685,7 @@ export interface CreateScheduledPayoutRequest {
1685
1685
  */
1686
1686
  recipient_account: MandateRecipientRequest;
1687
1687
  /**
1688
- * Additional attributes of the payout instruction in key:value format (e.g. payout_instruction_internal_id: 1234). It supports up to 10 key:value pairs, whereas the key and value supports up to 50 and 500 characters respectively.
1688
+ *
1689
1689
  * @type {{ [key: string]: string; }}
1690
1690
  * @memberof CreateScheduledPayoutRequest
1691
1691
  */
@@ -2582,7 +2582,7 @@ export interface GetMandateResponse {
2582
2582
  */
2583
2583
  error?: FvErrorModelV2;
2584
2584
  /**
2585
- * Additional attributes of the mandate in key:value format (e.g. mandate_internal_id: 1234). It supports up to 10 key:value pairs, whereas the key and value supports up to 50 and 500 characters respectively.
2585
+ * Additional attributes of the mandate in key:value format (e.g. mandate_internal_id: 1234). It supports up to 10 key:value pairs, whereas the key and value supports up to 50 and 1000 characters respectively.
2586
2586
  * @type {{ [key: string]: string; }}
2587
2587
  * @memberof GetMandateResponse
2588
2588
  */
@@ -4752,7 +4752,7 @@ export interface MandateSenderAccount {
4752
4752
  */
4753
4753
  bank_code?: string;
4754
4754
  /**
4755
- * Additional attributes of the sender account in key:value format (e.g. sender_id: 1234). It supports up to 10 key:value pairs, whereas the key and value supports up to 50 and 500 characters respectively.
4755
+ * Additional attributes of the sender account in key:value format (e.g. sender_id: 1234). It supports up to 10 key:value pairs, whereas the key and value supports up to 50 and 1000 characters respectively.
4756
4756
  * @type {{ [key: string]: string; }}
4757
4757
  * @memberof MandateSenderAccount
4758
4758
  */
@@ -4854,10 +4854,10 @@ export interface NonSensitiveLinkStatusResponse {
4854
4854
  success?: NonSensitiveLinkStatusSuccessModel;
4855
4855
  /**
4856
4856
  *
4857
- * @type {ErrBodyModelV2}
4857
+ * @type {FvErrorModelV2}
4858
4858
  * @memberof NonSensitiveLinkStatusResponse
4859
4859
  */
4860
- error?: ErrBodyModelV2;
4860
+ error?: FvErrorModelV2;
4861
4861
  }
4862
4862
  /**
4863
4863
  *
@@ -4995,7 +4995,7 @@ export interface PaymentAccountDetails {
4995
4995
  */
4996
4996
  business_units?: Array<string>;
4997
4997
  /**
4998
- * Additional attributes of the sender account in key:value format (e.g. sender_id: 1234). It supports up to 10 key:value pairs, whereas the key and value supports up to 50 and 500 characters respectively.
4998
+ * Additional attributes of the sender account in key:value format (e.g. sender_id: 1234). It supports up to 10 key:value pairs, whereas the key and value supports up to 50 and 1000 characters respectively.
4999
4999
  * @type {{ [key: string]: string; }}
5000
5000
  * @memberof PaymentAccountDetails
5001
5001
  */
@@ -5386,7 +5386,7 @@ export interface PaymentLinkResponse {
5386
5386
  */
5387
5387
  payment_setup_options?: PaymentSetupOptions;
5388
5388
  /**
5389
- * Additional attributes of the payment link in key:value format (e.g. payment_id: 1234). It supports up to 10 key:value pairs, whereas the key and value supports up to 50 and 500 characters respectively.
5389
+ * Additional attributes of the payment link in key:value format (e.g. payment_id: 1234). It supports up to 10 key:value pairs, whereas the key and value supports up to 50 and 1000 characters respectively.
5390
5390
  * @type {{ [key: string]: string; }}
5391
5391
  * @memberof PaymentLinkResponse
5392
5392
  */
@@ -5790,7 +5790,7 @@ export interface PaymentResponse {
5790
5790
  */
5791
5791
  created_at?: string;
5792
5792
  /**
5793
- * Additional attributes of the payment in key:value format (e.g. payment_internal_id: 1234). It supports up to 10 key:value pairs, whereas the key and value supports up to 50 and 500 characters respectively.
5793
+ * Additional attributes of the payment in key:value format (e.g. payment_internal_id: 1234). It supports up to 10 key:value pairs, whereas the key and value supports up to 50 and 1000 characters respectively.
5794
5794
  * @type {{ [key: string]: string; }}
5795
5795
  * @memberof PaymentResponse
5796
5796
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.256",
3
+ "version": "0.0.258",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [
@@ -21,7 +21,7 @@
21
21
  "axios": "^0.21.4"
22
22
  },
23
23
  "devDependencies": {
24
- "@types/chai": "^4.3.19",
24
+ "@types/chai": "^5.0.0",
25
25
  "@types/mocha": "^10.0.8",
26
26
  "@types/node": "^12.11.5",
27
27
  "axios-mock-adapter": "^1.21.2",