@be-logixpair/api 0.0.30 → 0.0.32

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/index.d.ts +24 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -652804,7 +652804,6 @@ declare const appRouter: BuiltRouter<{
652804
652804
  create: MutationProcedure<{
652805
652805
  input: {
652806
652806
  is_active?: boolean | undefined;
652807
- name?: string | null | undefined;
652808
652807
  currency_code?: string | null | undefined;
652809
652808
  currency_name?: string | null | undefined;
652810
652809
  major_unit?: string | null | undefined;
@@ -652850,7 +652849,6 @@ declare const appRouter: BuiltRouter<{
652850
652849
  id?: number | null | undefined;
652851
652850
  id_string?: string | null | undefined;
652852
652851
  is_active?: boolean | undefined;
652853
- name?: string | null | undefined;
652854
652852
  currency_code?: string | null | undefined;
652855
652853
  currency_name?: string | null | undefined;
652856
652854
  major_unit?: string | null | undefined;
@@ -655814,6 +655812,18 @@ declare const appRouter: BuiltRouter<{
655814
655812
  local_account_description: string | null;
655815
655813
  is_controllable: boolean | null;
655816
655814
  } | null;
655815
+ bank_account_card: {
655816
+ id: number;
655817
+ created_at: Date | null;
655818
+ created_by: string | null;
655819
+ updated_at: Date | null;
655820
+ updated_by: string | null;
655821
+ id_bank_account: number | null;
655822
+ credit_card_name: string | null;
655823
+ credit_card_number: string | null;
655824
+ credit_card_expiry_date: Date | null;
655825
+ credit_card_cvv: string | null;
655826
+ } | null;
655817
655827
  } & {
655818
655828
  is_active: boolean | null;
655819
655829
  id_country: number | null;
@@ -656005,6 +656015,18 @@ declare const appRouter: BuiltRouter<{
656005
656015
  local_account_description: string | null;
656006
656016
  is_controllable: boolean | null;
656007
656017
  } | null;
656018
+ bank_account_card: {
656019
+ id: number;
656020
+ created_at: Date | null;
656021
+ created_by: string | null;
656022
+ updated_at: Date | null;
656023
+ updated_by: string | null;
656024
+ id_bank_account: number | null;
656025
+ credit_card_name: string | null;
656026
+ credit_card_number: string | null;
656027
+ credit_card_expiry_date: Date | null;
656028
+ credit_card_cvv: string | null;
656029
+ } | null;
656008
656030
  } & {
656009
656031
  is_active: boolean | null;
656010
656032
  id_country: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-logixpair/api",
3
- "version": "0.0.30",
3
+ "version": "0.0.32",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {