@finverse/sdk-typescript 0.0.102 → 0.0.103

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 +56 -0
  2. 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";
@@ -3795,6 +3835,14 @@ export interface PaymentResponse {
3795
3835
  * @memberof PaymentResponse
3796
3836
  */
3797
3837
  transaction_date?: string | null;
3838
+ /**
3839
+ * 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.
3840
+ * @type {{ [key: string]: string; }}
3841
+ * @memberof PaymentResponse
3842
+ */
3843
+ metadata?: {
3844
+ [key: string]: string;
3845
+ };
3798
3846
  /**
3799
3847
  *
3800
3848
  * @type {FvErrorModelV2}
@@ -3942,6 +3990,14 @@ export interface PayoutInstructionResponse {
3942
3990
  * @memberof PayoutInstructionResponse
3943
3991
  */
3944
3992
  status?: PayoutInstructionResponseStatusEnum;
3993
+ /**
3994
+ * 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.
3995
+ * @type {{ [key: string]: string; }}
3996
+ * @memberof PayoutInstructionResponse
3997
+ */
3998
+ metadata?: {
3999
+ [key: string]: string;
4000
+ };
3945
4001
  /**
3946
4002
  * Timestamp of when the recipient was created in ISO format (YYYY-MM-DDTHH:MM:SS.SSSZ)
3947
4003
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.102",
3
+ "version": "0.0.103",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [