@finverse/sdk-typescript 0.0.300 → 0.0.301
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.
- package/dist/api.d.ts +21 -0
- package/dist/api.js +21 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -860,6 +860,8 @@ export declare const CardFvLinkResponseStatusEnum: {
|
|
|
860
860
|
readonly Unknown: "UNKNOWN";
|
|
861
861
|
readonly Processing: "PROCESSING";
|
|
862
862
|
readonly Succeeded: "SUCCEEDED";
|
|
863
|
+
readonly Cancelled: "CANCELLED";
|
|
864
|
+
readonly Failed: "FAILED";
|
|
863
865
|
};
|
|
864
866
|
export type CardFvLinkResponseStatusEnum = (typeof CardFvLinkResponseStatusEnum)[keyof typeof CardFvLinkResponseStatusEnum];
|
|
865
867
|
/**
|
|
@@ -1250,6 +1252,9 @@ export declare const CreateMandateResponseStatusEnum: {
|
|
|
1250
1252
|
readonly Succeeded: "SUCCEEDED";
|
|
1251
1253
|
readonly Failed: "FAILED";
|
|
1252
1254
|
readonly Revoked: "REVOKED";
|
|
1255
|
+
readonly ReadyToSubmit: "READY_TO_SUBMIT";
|
|
1256
|
+
readonly Closed: "CLOSED";
|
|
1257
|
+
readonly Cancelled: "CANCELLED";
|
|
1253
1258
|
};
|
|
1254
1259
|
export type CreateMandateResponseStatusEnum = (typeof CreateMandateResponseStatusEnum)[keyof typeof CreateMandateResponseStatusEnum];
|
|
1255
1260
|
/**
|
|
@@ -2037,6 +2042,8 @@ export declare const FVCardStatusEnum: {
|
|
|
2037
2042
|
readonly Unknown: "UNKNOWN";
|
|
2038
2043
|
readonly Processing: "PROCESSING";
|
|
2039
2044
|
readonly Succeeded: "SUCCEEDED";
|
|
2045
|
+
readonly Cancelled: "CANCELLED";
|
|
2046
|
+
readonly Failed: "FAILED";
|
|
2040
2047
|
};
|
|
2041
2048
|
export type FVCardStatusEnum = (typeof FVCardStatusEnum)[keyof typeof FVCardStatusEnum];
|
|
2042
2049
|
/**
|
|
@@ -5042,6 +5049,8 @@ export declare const ManualPaymentConfirmationResponseStatusEnum: {
|
|
|
5042
5049
|
readonly Executed: "EXECUTED";
|
|
5043
5050
|
readonly Failed: "FAILED";
|
|
5044
5051
|
readonly Revoked: "REVOKED";
|
|
5052
|
+
readonly Cancelled: "CANCELLED";
|
|
5053
|
+
readonly Created: "CREATED";
|
|
5045
5054
|
};
|
|
5046
5055
|
export type ManualPaymentConfirmationResponseStatusEnum = (typeof ManualPaymentConfirmationResponseStatusEnum)[keyof typeof ManualPaymentConfirmationResponseStatusEnum];
|
|
5047
5056
|
/**
|
|
@@ -5570,6 +5579,8 @@ export declare const PaymentFvLinkResponseStatusEnum: {
|
|
|
5570
5579
|
readonly Executed: "EXECUTED";
|
|
5571
5580
|
readonly Failed: "FAILED";
|
|
5572
5581
|
readonly Revoked: "REVOKED";
|
|
5582
|
+
readonly Cancelled: "CANCELLED";
|
|
5583
|
+
readonly Created: "CREATED";
|
|
5573
5584
|
};
|
|
5574
5585
|
export type PaymentFvLinkResponseStatusEnum = (typeof PaymentFvLinkResponseStatusEnum)[keyof typeof PaymentFvLinkResponseStatusEnum];
|
|
5575
5586
|
/**
|
|
@@ -6359,6 +6370,8 @@ export declare const PaymentResponseStatusEnum: {
|
|
|
6359
6370
|
readonly Executed: "EXECUTED";
|
|
6360
6371
|
readonly Failed: "FAILED";
|
|
6361
6372
|
readonly Revoked: "REVOKED";
|
|
6373
|
+
readonly Cancelled: "CANCELLED";
|
|
6374
|
+
readonly Created: "CREATED";
|
|
6362
6375
|
};
|
|
6363
6376
|
export type PaymentResponseStatusEnum = (typeof PaymentResponseStatusEnum)[keyof typeof PaymentResponseStatusEnum];
|
|
6364
6377
|
/**
|
|
@@ -10471,6 +10484,9 @@ export declare const ListDetokenizedMandatesStatusesEnum: {
|
|
|
10471
10484
|
readonly Succeeded: "SUCCEEDED";
|
|
10472
10485
|
readonly Failed: "FAILED";
|
|
10473
10486
|
readonly Revoked: "REVOKED";
|
|
10487
|
+
readonly ReadyToSubmit: "READY_TO_SUBMIT";
|
|
10488
|
+
readonly Closed: "CLOSED";
|
|
10489
|
+
readonly Cancelled: "CANCELLED";
|
|
10474
10490
|
};
|
|
10475
10491
|
export type ListDetokenizedMandatesStatusesEnum = (typeof ListDetokenizedMandatesStatusesEnum)[keyof typeof ListDetokenizedMandatesStatusesEnum];
|
|
10476
10492
|
/**
|
|
@@ -10492,6 +10508,9 @@ export declare const ListMandatesStatusesEnum: {
|
|
|
10492
10508
|
readonly Succeeded: "SUCCEEDED";
|
|
10493
10509
|
readonly Failed: "FAILED";
|
|
10494
10510
|
readonly Revoked: "REVOKED";
|
|
10511
|
+
readonly ReadyToSubmit: "READY_TO_SUBMIT";
|
|
10512
|
+
readonly Closed: "CLOSED";
|
|
10513
|
+
readonly Cancelled: "CANCELLED";
|
|
10495
10514
|
};
|
|
10496
10515
|
export type ListMandatesStatusesEnum = (typeof ListMandatesStatusesEnum)[keyof typeof ListMandatesStatusesEnum];
|
|
10497
10516
|
/**
|
|
@@ -10513,6 +10532,8 @@ export declare const ListPaymentsStatusesEnum: {
|
|
|
10513
10532
|
readonly Executed: "EXECUTED";
|
|
10514
10533
|
readonly Failed: "FAILED";
|
|
10515
10534
|
readonly Revoked: "REVOKED";
|
|
10535
|
+
readonly Cancelled: "CANCELLED";
|
|
10536
|
+
readonly Created: "CREATED";
|
|
10516
10537
|
};
|
|
10517
10538
|
export type ListPaymentsStatusesEnum = (typeof ListPaymentsStatusesEnum)[keyof typeof ListPaymentsStatusesEnum];
|
|
10518
10539
|
/**
|
package/dist/api.js
CHANGED
|
@@ -85,6 +85,8 @@ exports.CardFvLinkResponseStatusEnum = {
|
|
|
85
85
|
Unknown: 'UNKNOWN',
|
|
86
86
|
Processing: 'PROCESSING',
|
|
87
87
|
Succeeded: 'SUCCEEDED',
|
|
88
|
+
Cancelled: 'CANCELLED',
|
|
89
|
+
Failed: 'FAILED',
|
|
88
90
|
};
|
|
89
91
|
exports.CreateCardRequestStatusEnum = {
|
|
90
92
|
Succeeded: 'SUCCEEDED',
|
|
@@ -100,6 +102,9 @@ exports.CreateMandateResponseStatusEnum = {
|
|
|
100
102
|
Succeeded: 'SUCCEEDED',
|
|
101
103
|
Failed: 'FAILED',
|
|
102
104
|
Revoked: 'REVOKED',
|
|
105
|
+
ReadyToSubmit: 'READY_TO_SUBMIT',
|
|
106
|
+
Closed: 'CLOSED',
|
|
107
|
+
Cancelled: 'CANCELLED',
|
|
103
108
|
};
|
|
104
109
|
exports.CreateMandateSenderUserTypeEnum = {
|
|
105
110
|
Individual: 'INDIVIDUAL',
|
|
@@ -134,6 +139,8 @@ exports.FVCardStatusEnum = {
|
|
|
134
139
|
Unknown: 'UNKNOWN',
|
|
135
140
|
Processing: 'PROCESSING',
|
|
136
141
|
Succeeded: 'SUCCEEDED',
|
|
142
|
+
Cancelled: 'CANCELLED',
|
|
143
|
+
Failed: 'FAILED',
|
|
137
144
|
};
|
|
138
145
|
exports.FVCardDetailsFundingEnum = {
|
|
139
146
|
Unknown: 'UNKNOWN',
|
|
@@ -272,6 +279,8 @@ exports.ManualPaymentConfirmationResponseStatusEnum = {
|
|
|
272
279
|
Executed: 'EXECUTED',
|
|
273
280
|
Failed: 'FAILED',
|
|
274
281
|
Revoked: 'REVOKED',
|
|
282
|
+
Cancelled: 'CANCELLED',
|
|
283
|
+
Created: 'CREATED',
|
|
275
284
|
};
|
|
276
285
|
exports.PaymentAccountDetailsAccountTypeEnum = {
|
|
277
286
|
ExternalAccount: 'EXTERNAL_ACCOUNT',
|
|
@@ -289,6 +298,8 @@ exports.PaymentFvLinkResponseStatusEnum = {
|
|
|
289
298
|
Executed: 'EXECUTED',
|
|
290
299
|
Failed: 'FAILED',
|
|
291
300
|
Revoked: 'REVOKED',
|
|
301
|
+
Cancelled: 'CANCELLED',
|
|
302
|
+
Created: 'CREATED',
|
|
292
303
|
};
|
|
293
304
|
exports.PaymentInfoPaymentsSupportedEnum = {
|
|
294
305
|
Mandate: 'MANDATE',
|
|
@@ -343,6 +354,8 @@ exports.PaymentResponseStatusEnum = {
|
|
|
343
354
|
Executed: 'EXECUTED',
|
|
344
355
|
Failed: 'FAILED',
|
|
345
356
|
Revoked: 'REVOKED',
|
|
357
|
+
Cancelled: 'CANCELLED',
|
|
358
|
+
Created: 'CREATED',
|
|
346
359
|
};
|
|
347
360
|
exports.PaymentScheduleFrequencyEnum = {
|
|
348
361
|
Daily: 'DAILY',
|
|
@@ -4709,6 +4722,9 @@ exports.ListDetokenizedMandatesStatusesEnum = {
|
|
|
4709
4722
|
Succeeded: 'SUCCEEDED',
|
|
4710
4723
|
Failed: 'FAILED',
|
|
4711
4724
|
Revoked: 'REVOKED',
|
|
4725
|
+
ReadyToSubmit: 'READY_TO_SUBMIT',
|
|
4726
|
+
Closed: 'CLOSED',
|
|
4727
|
+
Cancelled: 'CANCELLED',
|
|
4712
4728
|
};
|
|
4713
4729
|
/**
|
|
4714
4730
|
* @export
|
|
@@ -4728,6 +4744,9 @@ exports.ListMandatesStatusesEnum = {
|
|
|
4728
4744
|
Succeeded: 'SUCCEEDED',
|
|
4729
4745
|
Failed: 'FAILED',
|
|
4730
4746
|
Revoked: 'REVOKED',
|
|
4747
|
+
ReadyToSubmit: 'READY_TO_SUBMIT',
|
|
4748
|
+
Closed: 'CLOSED',
|
|
4749
|
+
Cancelled: 'CANCELLED',
|
|
4731
4750
|
};
|
|
4732
4751
|
/**
|
|
4733
4752
|
* @export
|
|
@@ -4747,6 +4766,8 @@ exports.ListPaymentsStatusesEnum = {
|
|
|
4747
4766
|
Executed: 'EXECUTED',
|
|
4748
4767
|
Failed: 'FAILED',
|
|
4749
4768
|
Revoked: 'REVOKED',
|
|
4769
|
+
Cancelled: 'CANCELLED',
|
|
4770
|
+
Created: 'CREATED',
|
|
4750
4771
|
};
|
|
4751
4772
|
/**
|
|
4752
4773
|
* @export
|