@finverse/sdk-typescript 0.0.102 → 0.0.104
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 +62 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -664,6 +664,14 @@ export interface CreateMandateRequest {
|
|
|
664
664
|
* @memberof CreateMandateRequest
|
|
665
665
|
*/
|
|
666
666
|
mandate_details: MandateDetails;
|
|
667
|
+
/**
|
|
668
|
+
* 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.
|
|
669
|
+
* @type {{ [key: string]: string; }}
|
|
670
|
+
* @memberof CreateMandateRequest
|
|
671
|
+
*/
|
|
672
|
+
metadata?: {
|
|
673
|
+
[key: string]: string;
|
|
674
|
+
};
|
|
667
675
|
}
|
|
668
676
|
/**
|
|
669
677
|
*
|
|
@@ -707,6 +715,14 @@ export interface CreateMandateResponse {
|
|
|
707
715
|
* @memberof CreateMandateResponse
|
|
708
716
|
*/
|
|
709
717
|
mandate_details: MandateDetails;
|
|
718
|
+
/**
|
|
719
|
+
* 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.
|
|
720
|
+
* @type {{ [key: string]: string; }}
|
|
721
|
+
* @memberof CreateMandateResponse
|
|
722
|
+
*/
|
|
723
|
+
metadata?: {
|
|
724
|
+
[key: string]: string;
|
|
725
|
+
};
|
|
710
726
|
/**
|
|
711
727
|
*
|
|
712
728
|
* @type {FvErrorModelV2}
|
|
@@ -809,6 +825,14 @@ export interface CreatePaymentRequest {
|
|
|
809
825
|
* @memberof CreatePaymentRequest
|
|
810
826
|
*/
|
|
811
827
|
payment_details: PaymentDetails2;
|
|
828
|
+
/**
|
|
829
|
+
* 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.
|
|
830
|
+
* @type {{ [key: string]: string; }}
|
|
831
|
+
* @memberof CreatePaymentRequest
|
|
832
|
+
*/
|
|
833
|
+
metadata?: {
|
|
834
|
+
[key: string]: string;
|
|
835
|
+
};
|
|
812
836
|
}
|
|
813
837
|
export declare const CreatePaymentRequestTypeEnum: {
|
|
814
838
|
readonly Mandate: "MANDATE";
|
|
@@ -845,6 +869,14 @@ export interface CreatePayoutInstructionRequest {
|
|
|
845
869
|
* @memberof CreatePayoutInstructionRequest
|
|
846
870
|
*/
|
|
847
871
|
recipient: MandateRecipientRequest;
|
|
872
|
+
/**
|
|
873
|
+
* 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.
|
|
874
|
+
* @type {{ [key: string]: string; }}
|
|
875
|
+
* @memberof CreatePayoutInstructionRequest
|
|
876
|
+
*/
|
|
877
|
+
metadata?: {
|
|
878
|
+
[key: string]: string;
|
|
879
|
+
};
|
|
848
880
|
}
|
|
849
881
|
/**
|
|
850
882
|
*
|
|
@@ -1689,6 +1721,14 @@ export interface GetMandateResponse {
|
|
|
1689
1721
|
* @memberof GetMandateResponse
|
|
1690
1722
|
*/
|
|
1691
1723
|
error?: FvErrorModelV2;
|
|
1724
|
+
/**
|
|
1725
|
+
* 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.
|
|
1726
|
+
* @type {{ [key: string]: string; }}
|
|
1727
|
+
* @memberof GetMandateResponse
|
|
1728
|
+
*/
|
|
1729
|
+
metadata?: {
|
|
1730
|
+
[key: string]: string;
|
|
1731
|
+
};
|
|
1692
1732
|
}
|
|
1693
1733
|
export declare const GetMandateResponseStatusEnum: {
|
|
1694
1734
|
readonly AuthorizationRequired: "AUTHORIZATION_REQUIRED";
|
|
@@ -1706,6 +1746,12 @@ export declare type GetMandateResponseStatusEnum = typeof GetMandateResponseStat
|
|
|
1706
1746
|
* @interface GetMandateSender
|
|
1707
1747
|
*/
|
|
1708
1748
|
export interface GetMandateSender {
|
|
1749
|
+
/**
|
|
1750
|
+
* A unique identifier generated after creating sender
|
|
1751
|
+
* @type {string}
|
|
1752
|
+
* @memberof GetMandateSender
|
|
1753
|
+
*/
|
|
1754
|
+
sender_id: string;
|
|
1709
1755
|
/**
|
|
1710
1756
|
*
|
|
1711
1757
|
* @type {string}
|
|
@@ -3795,6 +3841,14 @@ export interface PaymentResponse {
|
|
|
3795
3841
|
* @memberof PaymentResponse
|
|
3796
3842
|
*/
|
|
3797
3843
|
transaction_date?: string | null;
|
|
3844
|
+
/**
|
|
3845
|
+
* 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.
|
|
3846
|
+
* @type {{ [key: string]: string; }}
|
|
3847
|
+
* @memberof PaymentResponse
|
|
3848
|
+
*/
|
|
3849
|
+
metadata?: {
|
|
3850
|
+
[key: string]: string;
|
|
3851
|
+
};
|
|
3798
3852
|
/**
|
|
3799
3853
|
*
|
|
3800
3854
|
* @type {FvErrorModelV2}
|
|
@@ -3942,6 +3996,14 @@ export interface PayoutInstructionResponse {
|
|
|
3942
3996
|
* @memberof PayoutInstructionResponse
|
|
3943
3997
|
*/
|
|
3944
3998
|
status?: PayoutInstructionResponseStatusEnum;
|
|
3999
|
+
/**
|
|
4000
|
+
* 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.
|
|
4001
|
+
* @type {{ [key: string]: string; }}
|
|
4002
|
+
* @memberof PayoutInstructionResponse
|
|
4003
|
+
*/
|
|
4004
|
+
metadata?: {
|
|
4005
|
+
[key: string]: string;
|
|
4006
|
+
};
|
|
3945
4007
|
/**
|
|
3946
4008
|
* Timestamp of when the recipient was created in ISO format (YYYY-MM-DDTHH:MM:SS.SSSZ)
|
|
3947
4009
|
* @type {string}
|