@be-logixpair/api 0.0.30 → 0.0.31
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/index.d.ts +24 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -655814,6 +655814,18 @@ declare const appRouter: BuiltRouter<{
|
|
|
655814
655814
|
local_account_description: string | null;
|
|
655815
655815
|
is_controllable: boolean | null;
|
|
655816
655816
|
} | null;
|
|
655817
|
+
bank_account_card: {
|
|
655818
|
+
id: number;
|
|
655819
|
+
created_at: Date | null;
|
|
655820
|
+
created_by: string | null;
|
|
655821
|
+
updated_at: Date | null;
|
|
655822
|
+
updated_by: string | null;
|
|
655823
|
+
id_bank_account: number | null;
|
|
655824
|
+
credit_card_name: string | null;
|
|
655825
|
+
credit_card_number: string | null;
|
|
655826
|
+
credit_card_expiry_date: Date | null;
|
|
655827
|
+
credit_card_cvv: string | null;
|
|
655828
|
+
} | null;
|
|
655817
655829
|
} & {
|
|
655818
655830
|
is_active: boolean | null;
|
|
655819
655831
|
id_country: number | null;
|
|
@@ -656005,6 +656017,18 @@ declare const appRouter: BuiltRouter<{
|
|
|
656005
656017
|
local_account_description: string | null;
|
|
656006
656018
|
is_controllable: boolean | null;
|
|
656007
656019
|
} | null;
|
|
656020
|
+
bank_account_card: {
|
|
656021
|
+
id: number;
|
|
656022
|
+
created_at: Date | null;
|
|
656023
|
+
created_by: string | null;
|
|
656024
|
+
updated_at: Date | null;
|
|
656025
|
+
updated_by: string | null;
|
|
656026
|
+
id_bank_account: number | null;
|
|
656027
|
+
credit_card_name: string | null;
|
|
656028
|
+
credit_card_number: string | null;
|
|
656029
|
+
credit_card_expiry_date: Date | null;
|
|
656030
|
+
credit_card_cvv: string | null;
|
|
656031
|
+
} | null;
|
|
656008
656032
|
} & {
|
|
656009
656033
|
is_active: boolean | null;
|
|
656010
656034
|
id_country: number | null;
|