@finverse/sdk-typescript 0.0.167 → 0.0.168
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 +93 -154
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -620,54 +620,6 @@ export interface BalanceHistory {
|
|
|
620
620
|
* @interface CardAccount
|
|
621
621
|
*/
|
|
622
622
|
export interface CardAccount {
|
|
623
|
-
/**
|
|
624
|
-
*
|
|
625
|
-
* @type {CurrencyAmount}
|
|
626
|
-
* @memberof CardAccount
|
|
627
|
-
*/
|
|
628
|
-
current_balance?: CurrencyAmount;
|
|
629
|
-
/**
|
|
630
|
-
*
|
|
631
|
-
* @type {CurrencyAmount}
|
|
632
|
-
* @memberof CardAccount
|
|
633
|
-
*/
|
|
634
|
-
payment_due_amount?: CurrencyAmount;
|
|
635
|
-
/**
|
|
636
|
-
*
|
|
637
|
-
* @type {CurrencyAmount}
|
|
638
|
-
* @memberof CardAccount
|
|
639
|
-
*/
|
|
640
|
-
statement_due_amount?: CurrencyAmount;
|
|
641
|
-
/**
|
|
642
|
-
*
|
|
643
|
-
* @type {CurrencyAmount}
|
|
644
|
-
* @memberof CardAccount
|
|
645
|
-
*/
|
|
646
|
-
total_credit_limit?: CurrencyAmount;
|
|
647
|
-
/**
|
|
648
|
-
*
|
|
649
|
-
* @type {CurrencyAmount}
|
|
650
|
-
* @memberof CardAccount
|
|
651
|
-
*/
|
|
652
|
-
available_credit_limit?: CurrencyAmount;
|
|
653
|
-
/**
|
|
654
|
-
*
|
|
655
|
-
* @type {CurrencyAmount}
|
|
656
|
-
* @memberof CardAccount
|
|
657
|
-
*/
|
|
658
|
-
minimum_payment_due?: CurrencyAmount;
|
|
659
|
-
/**
|
|
660
|
-
*
|
|
661
|
-
* @type {RewardsPointsBalance}
|
|
662
|
-
* @memberof CardAccount
|
|
663
|
-
*/
|
|
664
|
-
rewards_points_balance?: RewardsPointsBalance;
|
|
665
|
-
/**
|
|
666
|
-
*
|
|
667
|
-
* @type {string}
|
|
668
|
-
* @memberof CardAccount
|
|
669
|
-
*/
|
|
670
|
-
updated_at?: string;
|
|
671
623
|
/**
|
|
672
624
|
* Account this card is associated with
|
|
673
625
|
* @type {string}
|
|
@@ -722,67 +674,54 @@ export interface CardAccount {
|
|
|
722
674
|
* @memberof CardAccount
|
|
723
675
|
*/
|
|
724
676
|
last_payment_amount?: CurrencyAmount;
|
|
725
|
-
}
|
|
726
|
-
/**
|
|
727
|
-
*
|
|
728
|
-
* @export
|
|
729
|
-
* @interface CardAccountAllOf
|
|
730
|
-
*/
|
|
731
|
-
export interface CardAccountAllOf {
|
|
732
|
-
/**
|
|
733
|
-
* Account this card is associated with
|
|
734
|
-
* @type {string}
|
|
735
|
-
* @memberof CardAccountAllOf
|
|
736
|
-
*/
|
|
737
|
-
account_id?: string;
|
|
738
677
|
/**
|
|
739
678
|
*
|
|
740
|
-
* @type {
|
|
741
|
-
* @memberof
|
|
679
|
+
* @type {CurrencyAmount}
|
|
680
|
+
* @memberof CardAccount
|
|
742
681
|
*/
|
|
743
|
-
|
|
682
|
+
current_balance?: CurrencyAmount;
|
|
744
683
|
/**
|
|
745
|
-
*
|
|
746
|
-
* @type {
|
|
747
|
-
* @memberof
|
|
684
|
+
*
|
|
685
|
+
* @type {CurrencyAmount}
|
|
686
|
+
* @memberof CardAccount
|
|
748
687
|
*/
|
|
749
|
-
|
|
688
|
+
payment_due_amount?: CurrencyAmount;
|
|
750
689
|
/**
|
|
751
690
|
*
|
|
752
|
-
* @type {
|
|
753
|
-
* @memberof
|
|
691
|
+
* @type {CurrencyAmount}
|
|
692
|
+
* @memberof CardAccount
|
|
754
693
|
*/
|
|
755
|
-
|
|
694
|
+
statement_due_amount?: CurrencyAmount;
|
|
756
695
|
/**
|
|
757
|
-
*
|
|
758
|
-
* @type {
|
|
759
|
-
* @memberof
|
|
696
|
+
*
|
|
697
|
+
* @type {CurrencyAmount}
|
|
698
|
+
* @memberof CardAccount
|
|
760
699
|
*/
|
|
761
|
-
|
|
700
|
+
total_credit_limit?: CurrencyAmount;
|
|
762
701
|
/**
|
|
763
|
-
*
|
|
764
|
-
* @type {
|
|
765
|
-
* @memberof
|
|
702
|
+
*
|
|
703
|
+
* @type {CurrencyAmount}
|
|
704
|
+
* @memberof CardAccount
|
|
766
705
|
*/
|
|
767
|
-
|
|
706
|
+
available_credit_limit?: CurrencyAmount;
|
|
768
707
|
/**
|
|
769
|
-
*
|
|
770
|
-
* @type {
|
|
771
|
-
* @memberof
|
|
708
|
+
*
|
|
709
|
+
* @type {CurrencyAmount}
|
|
710
|
+
* @memberof CardAccount
|
|
772
711
|
*/
|
|
773
|
-
|
|
712
|
+
minimum_payment_due?: CurrencyAmount;
|
|
774
713
|
/**
|
|
775
|
-
*
|
|
776
|
-
* @type {
|
|
777
|
-
* @memberof
|
|
714
|
+
*
|
|
715
|
+
* @type {GenericAmount}
|
|
716
|
+
* @memberof CardAccount
|
|
778
717
|
*/
|
|
779
|
-
|
|
718
|
+
rewards_points_balance?: GenericAmount;
|
|
780
719
|
/**
|
|
781
720
|
*
|
|
782
|
-
* @type {
|
|
783
|
-
* @memberof
|
|
721
|
+
* @type {string}
|
|
722
|
+
* @memberof CardAccount
|
|
784
723
|
*/
|
|
785
|
-
|
|
724
|
+
updated_at?: string;
|
|
786
725
|
}
|
|
787
726
|
/**
|
|
788
727
|
*
|
|
@@ -798,91 +737,91 @@ export interface CardDetails {
|
|
|
798
737
|
card_accounts?: Array<CardAccount>;
|
|
799
738
|
/**
|
|
800
739
|
*
|
|
801
|
-
* @type {
|
|
740
|
+
* @type {CardTotal}
|
|
802
741
|
* @memberof CardDetails
|
|
803
742
|
*/
|
|
804
|
-
card_total?:
|
|
805
|
-
}
|
|
806
|
-
/**
|
|
807
|
-
*
|
|
808
|
-
* @export
|
|
809
|
-
* @interface CategoryPredictions
|
|
810
|
-
*/
|
|
811
|
-
export interface CategoryPredictions {
|
|
812
|
-
/**
|
|
813
|
-
*
|
|
814
|
-
* @type {Array<string>}
|
|
815
|
-
* @memberof CategoryPredictions
|
|
816
|
-
*/
|
|
817
|
-
categories?: Array<string>;
|
|
818
|
-
/**
|
|
819
|
-
*
|
|
820
|
-
* @type {string}
|
|
821
|
-
* @memberof CategoryPredictions
|
|
822
|
-
*/
|
|
823
|
-
source?: string;
|
|
824
|
-
/**
|
|
825
|
-
*
|
|
826
|
-
* @type {string}
|
|
827
|
-
* @memberof CategoryPredictions
|
|
828
|
-
*/
|
|
829
|
-
source_id?: string;
|
|
743
|
+
card_total?: CardTotal;
|
|
830
744
|
}
|
|
831
745
|
/**
|
|
832
746
|
*
|
|
833
747
|
* @export
|
|
834
|
-
* @interface
|
|
748
|
+
* @interface CardTotal
|
|
835
749
|
*/
|
|
836
|
-
export interface
|
|
750
|
+
export interface CardTotal {
|
|
837
751
|
/**
|
|
838
752
|
*
|
|
839
753
|
* @type {CurrencyAmount}
|
|
840
|
-
* @memberof
|
|
754
|
+
* @memberof CardTotal
|
|
841
755
|
*/
|
|
842
756
|
current_balance?: CurrencyAmount;
|
|
843
757
|
/**
|
|
844
758
|
*
|
|
845
759
|
* @type {CurrencyAmount}
|
|
846
|
-
* @memberof
|
|
760
|
+
* @memberof CardTotal
|
|
847
761
|
*/
|
|
848
762
|
payment_due_amount?: CurrencyAmount;
|
|
849
763
|
/**
|
|
850
764
|
*
|
|
851
765
|
* @type {CurrencyAmount}
|
|
852
|
-
* @memberof
|
|
766
|
+
* @memberof CardTotal
|
|
853
767
|
*/
|
|
854
768
|
statement_due_amount?: CurrencyAmount;
|
|
855
769
|
/**
|
|
856
770
|
*
|
|
857
771
|
* @type {CurrencyAmount}
|
|
858
|
-
* @memberof
|
|
772
|
+
* @memberof CardTotal
|
|
859
773
|
*/
|
|
860
774
|
total_credit_limit?: CurrencyAmount;
|
|
861
775
|
/**
|
|
862
776
|
*
|
|
863
777
|
* @type {CurrencyAmount}
|
|
864
|
-
* @memberof
|
|
778
|
+
* @memberof CardTotal
|
|
865
779
|
*/
|
|
866
780
|
available_credit_limit?: CurrencyAmount;
|
|
867
781
|
/**
|
|
868
782
|
*
|
|
869
783
|
* @type {CurrencyAmount}
|
|
870
|
-
* @memberof
|
|
784
|
+
* @memberof CardTotal
|
|
871
785
|
*/
|
|
872
786
|
minimum_payment_due?: CurrencyAmount;
|
|
873
787
|
/**
|
|
874
788
|
*
|
|
875
|
-
* @type {
|
|
876
|
-
* @memberof
|
|
789
|
+
* @type {GenericAmount}
|
|
790
|
+
* @memberof CardTotal
|
|
877
791
|
*/
|
|
878
|
-
rewards_points_balance?:
|
|
792
|
+
rewards_points_balance?: GenericAmount;
|
|
879
793
|
/**
|
|
880
794
|
*
|
|
881
795
|
* @type {string}
|
|
882
|
-
* @memberof
|
|
796
|
+
* @memberof CardTotal
|
|
883
797
|
*/
|
|
884
798
|
updated_at?: string;
|
|
885
799
|
}
|
|
800
|
+
/**
|
|
801
|
+
*
|
|
802
|
+
* @export
|
|
803
|
+
* @interface CategoryPredictions
|
|
804
|
+
*/
|
|
805
|
+
export interface CategoryPredictions {
|
|
806
|
+
/**
|
|
807
|
+
*
|
|
808
|
+
* @type {Array<string>}
|
|
809
|
+
* @memberof CategoryPredictions
|
|
810
|
+
*/
|
|
811
|
+
categories?: Array<string>;
|
|
812
|
+
/**
|
|
813
|
+
*
|
|
814
|
+
* @type {string}
|
|
815
|
+
* @memberof CategoryPredictions
|
|
816
|
+
*/
|
|
817
|
+
source?: string;
|
|
818
|
+
/**
|
|
819
|
+
*
|
|
820
|
+
* @type {string}
|
|
821
|
+
* @memberof CategoryPredictions
|
|
822
|
+
*/
|
|
823
|
+
source_id?: string;
|
|
824
|
+
}
|
|
886
825
|
/**
|
|
887
826
|
*
|
|
888
827
|
* @export
|
|
@@ -1800,6 +1739,31 @@ export declare const FvErrorModelV2TypeEnum: {
|
|
|
1800
1739
|
readonly ApiError: "API_ERROR";
|
|
1801
1740
|
};
|
|
1802
1741
|
export declare type FvErrorModelV2TypeEnum = (typeof FvErrorModelV2TypeEnum)[keyof typeof FvErrorModelV2TypeEnum];
|
|
1742
|
+
/**
|
|
1743
|
+
*
|
|
1744
|
+
* @export
|
|
1745
|
+
* @interface GenericAmount
|
|
1746
|
+
*/
|
|
1747
|
+
export interface GenericAmount {
|
|
1748
|
+
/**
|
|
1749
|
+
*
|
|
1750
|
+
* @type {string}
|
|
1751
|
+
* @memberof GenericAmount
|
|
1752
|
+
*/
|
|
1753
|
+
unit?: string;
|
|
1754
|
+
/**
|
|
1755
|
+
*
|
|
1756
|
+
* @type {number}
|
|
1757
|
+
* @memberof GenericAmount
|
|
1758
|
+
*/
|
|
1759
|
+
value: number;
|
|
1760
|
+
/**
|
|
1761
|
+
*
|
|
1762
|
+
* @type {string}
|
|
1763
|
+
* @memberof GenericAmount
|
|
1764
|
+
*/
|
|
1765
|
+
raw?: string;
|
|
1766
|
+
}
|
|
1803
1767
|
/**
|
|
1804
1768
|
*
|
|
1805
1769
|
* @export
|
|
@@ -5456,31 +5420,6 @@ export interface RelinkRequest {
|
|
|
5456
5420
|
*/
|
|
5457
5421
|
consent?: boolean | null;
|
|
5458
5422
|
}
|
|
5459
|
-
/**
|
|
5460
|
-
*
|
|
5461
|
-
* @export
|
|
5462
|
-
* @interface RewardsPointsBalance
|
|
5463
|
-
*/
|
|
5464
|
-
export interface RewardsPointsBalance {
|
|
5465
|
-
/**
|
|
5466
|
-
*
|
|
5467
|
-
* @type {string}
|
|
5468
|
-
* @memberof RewardsPointsBalance
|
|
5469
|
-
*/
|
|
5470
|
-
unit?: string;
|
|
5471
|
-
/**
|
|
5472
|
-
*
|
|
5473
|
-
* @type {number}
|
|
5474
|
-
* @memberof RewardsPointsBalance
|
|
5475
|
-
*/
|
|
5476
|
-
balance: number;
|
|
5477
|
-
/**
|
|
5478
|
-
*
|
|
5479
|
-
* @type {string}
|
|
5480
|
-
* @memberof RewardsPointsBalance
|
|
5481
|
-
*/
|
|
5482
|
-
raw?: string;
|
|
5483
|
-
}
|
|
5484
5423
|
/**
|
|
5485
5424
|
*
|
|
5486
5425
|
* @export
|