@develit-services/bank 1.1.9 → 1.1.11

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 (30) hide show
  1. package/dist/database/schema.cjs +1 -2
  2. package/dist/database/schema.d.cts +2 -1
  3. package/dist/database/schema.d.mts +2 -1
  4. package/dist/database/schema.d.ts +2 -1
  5. package/dist/database/schema.mjs +1 -2
  6. package/dist/export/worker.cjs +5 -4
  7. package/dist/export/worker.d.cts +551 -383
  8. package/dist/export/worker.d.mts +551 -383
  9. package/dist/export/worker.d.ts +551 -383
  10. package/dist/export/worker.mjs +5 -4
  11. package/dist/export/workflows.cjs +3 -4
  12. package/dist/export/workflows.mjs +3 -4
  13. package/dist/shared/{bank.BNyVK3BY.d.cts → bank.0qMwPptW.d.mts} +1 -1
  14. package/dist/shared/{bank.DDkScKkA.cjs → bank.B0EWZbAs.cjs} +1 -1
  15. package/dist/shared/{bank.rXZSyAh9.d.cts → bank.BdPwLsVN.d.cts} +1646 -1143
  16. package/dist/shared/{bank.rXZSyAh9.d.mts → bank.BdPwLsVN.d.mts} +1646 -1143
  17. package/dist/shared/{bank.rXZSyAh9.d.ts → bank.BdPwLsVN.d.ts} +1646 -1143
  18. package/dist/shared/{bank.B0Pi8vgE.mjs → bank.BsKwYyaC.mjs} +1 -1
  19. package/dist/shared/{bank.CFhxDnI-.mjs → bank.C7MA33AX.mjs} +7 -53
  20. package/dist/shared/{bank.DR8QWDEl.cjs → bank.CIWYI18z.cjs} +6 -52
  21. package/dist/shared/{bank.DWxuhw4n.cjs → bank.CpEGzmAr.cjs} +1 -1
  22. package/dist/shared/{bank.Dhad_uGG.d.mts → bank.DC_KeizP.d.cts} +1 -1
  23. package/dist/shared/{bank.D9aWMUlo.mjs → bank.UBWdag5k.mjs} +1 -1
  24. package/dist/shared/{bank.DlUMmkWj.d.ts → bank.pwjbFn6Q.d.ts} +1 -1
  25. package/dist/types.cjs +2 -3
  26. package/dist/types.d.cts +5 -4
  27. package/dist/types.d.mts +5 -4
  28. package/dist/types.d.ts +5 -4
  29. package/dist/types.mjs +2 -3
  30. package/package.json +1 -1
@@ -4,8 +4,10 @@ import { InferInsertModel, InferSelectModel } from 'drizzle-orm';
4
4
  import * as _develit_io_backend_sdk from '@develit-io/backend-sdk';
5
5
  import { BankAccountMetadata } from '@develit-io/backend-sdk';
6
6
  import { CURRENCY_CODES, BANK_CODES, CODES } from '@develit-io/general-codes';
7
+ import * as zod from 'zod';
7
8
  import { z } from 'zod';
8
9
  import * as drizzle_zod from 'drizzle-zod';
10
+ import * as zod_v4_core from 'zod/v4/core';
9
11
 
10
12
  interface BankAccountWithLastSync extends ConnectedAccount {
11
13
  lastSyncedAt: Date;
@@ -951,29 +953,556 @@ type AccountCredentialsUpdateType = z.infer<typeof accountCredentialsInsertSchem
951
953
  type AccountCredentialsPatchType = z.infer<typeof accountCredentialsUpdateSchema>;
952
954
  type AccountCredentialsSelectType = z.infer<typeof accountCredentialsSelectSchema>;
953
955
 
954
- declare const accountInsertSchema: z.ZodObject<{
955
- lastSyncAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
956
- lastSyncMetadata: z.ZodOptional<z.ZodNullable<z.ZodType<Buffer, unknown, z.core.$ZodTypeInternals<Buffer, unknown>>>>;
957
- createdAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
958
- updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
959
- deletedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
960
- createdBy: z.ZodOptional<z.ZodString>;
961
- updatedBy: z.ZodOptional<z.ZodString>;
962
- deletedBy: z.ZodOptional<z.ZodString>;
963
- name: z.ZodOptional<z.ZodString>;
964
- swiftBic: z.ZodOptional<z.ZodString>;
965
- bicCor: z.ZodOptional<z.ZodString>;
966
- routingNumber: z.ZodOptional<z.ZodString>;
967
- sortCode: z.ZodOptional<z.ZodString>;
968
- clabe: z.ZodOptional<z.ZodString>;
969
- bsb: z.ZodOptional<z.ZodString>;
970
- brBankNumber: z.ZodOptional<z.ZodString>;
971
- address: z.ZodOptional<z.ZodObject<{
972
- streetName: z.ZodOptional<z.ZodString>;
973
- buildingNumber: z.ZodOptional<z.ZodString>;
974
- city: z.ZodOptional<z.ZodString>;
975
- postalCode: z.ZodOptional<z.ZodString>;
976
- countryCode: z.ZodOptional<z.ZodEnum<{
956
+ declare const accountInsertSchema: drizzle_zod.BuildSchema<"insert", {
957
+ countryCode: drizzle_orm_sqlite_core.SQLiteColumn<{
958
+ name: "country_code";
959
+ tableName: "account";
960
+ dataType: "string";
961
+ columnType: "SQLiteText";
962
+ data: "AF" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BO" | "BQ" | "BA" | "BW" | "BR" | "IO" | "VG" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "CF" | "TD" | "CL" | "CN" | "CO" | "KM" | "CK" | "CR" | "HR" | "CW" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DM" | "DO" | "TL" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GR" | "GD" | "GP" | "GU" | "GT" | "GN" | "GW" | "GY" | "HT" | "HN" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "CI" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "XK" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LI" | "LT" | "LU" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MQ" | "MR" | "MU" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "NA" | "NP" | "NL" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "KP" | "NO" | "OM" | "PK" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PL" | "PT" | "PR" | "QA" | "CG" | "RE" | "RO" | "RU" | "RW" | "BL" | "KN" | "LC" | "MF" | "VC" | "WS" | "SM" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SO" | "ZA" | "KR" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "TW" | "TJ" | "TZ" | "TH" | "TG" | "TO" | "TT" | "TN" | "TR" | "TM" | "UM" | "VI" | "UG" | "UA" | "AE" | "GB" | "US" | "UZ" | "VU" | "VE" | "VN" | "WF" | "EH" | "YE" | "ZM" | "ZW";
963
+ driverParam: string;
964
+ notNull: true;
965
+ hasDefault: false;
966
+ isPrimaryKey: false;
967
+ isAutoincrement: false;
968
+ hasRuntimeDefault: false;
969
+ enumValues: ["AF" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BO" | "BQ" | "BA" | "BW" | "BR" | "IO" | "VG" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "CF" | "TD" | "CL" | "CN" | "CO" | "KM" | "CK" | "CR" | "HR" | "CW" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DM" | "DO" | "TL" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GR" | "GD" | "GP" | "GU" | "GT" | "GN" | "GW" | "GY" | "HT" | "HN" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "CI" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "XK" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LI" | "LT" | "LU" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MQ" | "MR" | "MU" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "NA" | "NP" | "NL" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "KP" | "NO" | "OM" | "PK" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PL" | "PT" | "PR" | "QA" | "CG" | "RE" | "RO" | "RU" | "RW" | "BL" | "KN" | "LC" | "MF" | "VC" | "WS" | "SM" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SO" | "ZA" | "KR" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "TW" | "TJ" | "TZ" | "TH" | "TG" | "TO" | "TT" | "TN" | "TR" | "TM" | "UM" | "VI" | "UG" | "UA" | "AE" | "GB" | "US" | "UZ" | "VU" | "VE" | "VN" | "WF" | "EH" | "YE" | "ZM" | "ZW", ...("AF" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BO" | "BQ" | "BA" | "BW" | "BR" | "IO" | "VG" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "CF" | "TD" | "CL" | "CN" | "CO" | "KM" | "CK" | "CR" | "HR" | "CW" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DM" | "DO" | "TL" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GR" | "GD" | "GP" | "GU" | "GT" | "GN" | "GW" | "GY" | "HT" | "HN" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "CI" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "XK" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LI" | "LT" | "LU" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MQ" | "MR" | "MU" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "NA" | "NP" | "NL" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "KP" | "NO" | "OM" | "PK" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PL" | "PT" | "PR" | "QA" | "CG" | "RE" | "RO" | "RU" | "RW" | "BL" | "KN" | "LC" | "MF" | "VC" | "WS" | "SM" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SO" | "ZA" | "KR" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "TW" | "TJ" | "TZ" | "TH" | "TG" | "TO" | "TT" | "TN" | "TR" | "TM" | "UM" | "VI" | "UG" | "UA" | "AE" | "GB" | "US" | "UZ" | "VU" | "VE" | "VN" | "WF" | "EH" | "YE" | "ZM" | "ZW")[]];
970
+ baseColumn: never;
971
+ identity: undefined;
972
+ generated: undefined;
973
+ }, {}, {
974
+ length: number | undefined;
975
+ $type: "AF" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BO" | "BQ" | "BA" | "BW" | "BR" | "IO" | "VG" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "CF" | "TD" | "CL" | "CN" | "CO" | "KM" | "CK" | "CR" | "HR" | "CW" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DM" | "DO" | "TL" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GR" | "GD" | "GP" | "GU" | "GT" | "GN" | "GW" | "GY" | "HT" | "HN" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "CI" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "XK" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LI" | "LT" | "LU" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MQ" | "MR" | "MU" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "NA" | "NP" | "NL" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "KP" | "NO" | "OM" | "PK" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PL" | "PT" | "PR" | "QA" | "CG" | "RE" | "RO" | "RU" | "RW" | "BL" | "KN" | "LC" | "MF" | "VC" | "WS" | "SM" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SO" | "ZA" | "KR" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "TW" | "TJ" | "TZ" | "TH" | "TG" | "TO" | "TT" | "TN" | "TR" | "TM" | "UM" | "VI" | "UG" | "UA" | "AE" | "GB" | "US" | "UZ" | "VU" | "VE" | "VN" | "WF" | "EH" | "YE" | "ZM" | "ZW";
976
+ }>;
977
+ number: drizzle_orm_sqlite_core.SQLiteColumn<{
978
+ name: "number";
979
+ tableName: "account";
980
+ dataType: "string";
981
+ columnType: "SQLiteText";
982
+ data: string;
983
+ driverParam: string;
984
+ notNull: true;
985
+ hasDefault: false;
986
+ isPrimaryKey: false;
987
+ isAutoincrement: false;
988
+ hasRuntimeDefault: false;
989
+ enumValues: [string, ...string[]];
990
+ baseColumn: never;
991
+ identity: undefined;
992
+ generated: undefined;
993
+ }, {}, {
994
+ length: number | undefined;
995
+ }>;
996
+ name: drizzle_orm_sqlite_core.SQLiteColumn<{
997
+ name: "name";
998
+ tableName: "account";
999
+ dataType: "string";
1000
+ columnType: "SQLiteText";
1001
+ data: string;
1002
+ driverParam: string;
1003
+ notNull: false;
1004
+ hasDefault: false;
1005
+ isPrimaryKey: false;
1006
+ isAutoincrement: false;
1007
+ hasRuntimeDefault: false;
1008
+ enumValues: [string, ...string[]];
1009
+ baseColumn: never;
1010
+ identity: undefined;
1011
+ generated: undefined;
1012
+ }, {}, {
1013
+ length: number | undefined;
1014
+ }>;
1015
+ iban: drizzle_orm_sqlite_core.SQLiteColumn<{
1016
+ name: "iban";
1017
+ tableName: "account";
1018
+ dataType: "string";
1019
+ columnType: "SQLiteText";
1020
+ data: string;
1021
+ driverParam: string;
1022
+ notNull: true;
1023
+ hasDefault: false;
1024
+ isPrimaryKey: false;
1025
+ isAutoincrement: false;
1026
+ hasRuntimeDefault: false;
1027
+ enumValues: [string, ...string[]];
1028
+ baseColumn: never;
1029
+ identity: undefined;
1030
+ generated: undefined;
1031
+ }, {}, {
1032
+ length: number | undefined;
1033
+ }>;
1034
+ bankCode: drizzle_orm_sqlite_core.SQLiteColumn<{
1035
+ name: "bank_code";
1036
+ tableName: "account";
1037
+ dataType: "string";
1038
+ columnType: "SQLiteText";
1039
+ data: "5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2020" | "2030" | "2060" | "2070" | "2100" | "2200" | "2210" | "2220" | "2240" | "2250" | "2260" | "2310" | "2600" | "2700" | "3030" | "3050" | "3060" | "3500" | "4000" | "4300" | "5500" | "5400" | "5800" | "6000" | "6100" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7940" | "7910" | "7950" | "7960" | "7980" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8200" | "8220" | "8230" | "8240" | "8250" | "8255" | "8265" | "8500" | "8610";
1040
+ driverParam: string;
1041
+ notNull: true;
1042
+ hasDefault: false;
1043
+ isPrimaryKey: false;
1044
+ isAutoincrement: false;
1045
+ hasRuntimeDefault: false;
1046
+ enumValues: ["5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2020" | "2030" | "2060" | "2070" | "2100" | "2200" | "2210" | "2220" | "2240" | "2250" | "2260" | "2310" | "2600" | "2700" | "3030" | "3050" | "3060" | "3500" | "4000" | "4300" | "5500" | "5400" | "5800" | "6000" | "6100" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7940" | "7910" | "7950" | "7960" | "7980" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8200" | "8220" | "8230" | "8240" | "8250" | "8255" | "8265" | "8500" | "8610", ...("5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2020" | "2030" | "2060" | "2070" | "2100" | "2200" | "2210" | "2220" | "2240" | "2250" | "2260" | "2310" | "2600" | "2700" | "3030" | "3050" | "3060" | "3500" | "4000" | "4300" | "5500" | "5400" | "5800" | "6000" | "6100" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7940" | "7910" | "7950" | "7960" | "7980" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8200" | "8220" | "8230" | "8240" | "8250" | "8255" | "8265" | "8500" | "8610")[]];
1047
+ baseColumn: never;
1048
+ identity: undefined;
1049
+ generated: undefined;
1050
+ }, {}, {
1051
+ length: number | undefined;
1052
+ }>;
1053
+ connectorKey: drizzle_orm_sqlite_core.SQLiteColumn<{
1054
+ name: "connector_key";
1055
+ tableName: "account";
1056
+ dataType: "string";
1057
+ columnType: "SQLiteText";
1058
+ data: "ERSTE" | "FINBRICKS" | "MOCK" | "CREDITAS" | "MOCK_COBS" | "FIO" | "MONETA" | "DBU" | "CSAS" | "AIRBANK" | "KB" | "CSOB";
1059
+ driverParam: string;
1060
+ notNull: true;
1061
+ hasDefault: false;
1062
+ isPrimaryKey: false;
1063
+ isAutoincrement: false;
1064
+ hasRuntimeDefault: false;
1065
+ enumValues: ["ERSTE", "FINBRICKS", "MOCK", "CREDITAS", "MOCK_COBS", "FIO", "MONETA", "DBU", "CSAS", "AIRBANK", "KB", "CSOB"];
1066
+ baseColumn: never;
1067
+ identity: undefined;
1068
+ generated: undefined;
1069
+ }, {}, {
1070
+ length: number | undefined;
1071
+ $type: "ERSTE" | "FINBRICKS" | "MOCK" | "CREDITAS" | "MOCK_COBS" | "FIO" | "MONETA" | "DBU" | "CSAS" | "AIRBANK" | "KB" | "CSOB";
1072
+ }>;
1073
+ status: drizzle_orm_sqlite_core.SQLiteColumn<{
1074
+ name: "status";
1075
+ tableName: "account";
1076
+ dataType: "string";
1077
+ columnType: "SQLiteText";
1078
+ data: "AUTHORIZED" | "DISABLED" | "EXPIRED";
1079
+ driverParam: string;
1080
+ notNull: true;
1081
+ hasDefault: false;
1082
+ isPrimaryKey: false;
1083
+ isAutoincrement: false;
1084
+ hasRuntimeDefault: false;
1085
+ enumValues: ["AUTHORIZED", "DISABLED", "EXPIRED"];
1086
+ baseColumn: never;
1087
+ identity: undefined;
1088
+ generated: undefined;
1089
+ }, {}, {
1090
+ length: number | undefined;
1091
+ $type: "AUTHORIZED" | "DISABLED" | "EXPIRED";
1092
+ }>;
1093
+ bankRefId: drizzle_orm_sqlite_core.SQLiteColumn<{
1094
+ name: "bank_ref_id";
1095
+ tableName: "account";
1096
+ dataType: "string";
1097
+ columnType: "SQLiteText";
1098
+ data: string;
1099
+ driverParam: string;
1100
+ notNull: true;
1101
+ hasDefault: false;
1102
+ isPrimaryKey: false;
1103
+ isAutoincrement: false;
1104
+ hasRuntimeDefault: false;
1105
+ enumValues: [string, ...string[]];
1106
+ baseColumn: never;
1107
+ identity: undefined;
1108
+ generated: undefined;
1109
+ }, {}, {
1110
+ length: number | undefined;
1111
+ }>;
1112
+ batchSizeLimit: drizzle_orm_sqlite_core.SQLiteColumn<{
1113
+ name: "batch_size_limit";
1114
+ tableName: "account";
1115
+ dataType: "number";
1116
+ columnType: "SQLiteInteger";
1117
+ data: number;
1118
+ driverParam: number;
1119
+ notNull: true;
1120
+ hasDefault: true;
1121
+ isPrimaryKey: false;
1122
+ isAutoincrement: false;
1123
+ hasRuntimeDefault: false;
1124
+ enumValues: undefined;
1125
+ baseColumn: never;
1126
+ identity: undefined;
1127
+ generated: undefined;
1128
+ }, {}, {}>;
1129
+ syncIntervalS: drizzle_orm_sqlite_core.SQLiteColumn<{
1130
+ name: "sync_interval_s";
1131
+ tableName: "account";
1132
+ dataType: "number";
1133
+ columnType: "SQLiteInteger";
1134
+ data: number;
1135
+ driverParam: number;
1136
+ notNull: true;
1137
+ hasDefault: true;
1138
+ isPrimaryKey: false;
1139
+ isAutoincrement: false;
1140
+ hasRuntimeDefault: false;
1141
+ enumValues: undefined;
1142
+ baseColumn: never;
1143
+ identity: undefined;
1144
+ generated: undefined;
1145
+ }, {}, {}>;
1146
+ lastSyncAt: drizzle_orm_sqlite_core.SQLiteColumn<{
1147
+ name: "last_sync_at";
1148
+ tableName: "account";
1149
+ dataType: "date";
1150
+ columnType: "SQLiteTimestamp";
1151
+ data: Date;
1152
+ driverParam: number;
1153
+ notNull: false;
1154
+ hasDefault: false;
1155
+ isPrimaryKey: false;
1156
+ isAutoincrement: false;
1157
+ hasRuntimeDefault: false;
1158
+ enumValues: undefined;
1159
+ baseColumn: never;
1160
+ identity: undefined;
1161
+ generated: undefined;
1162
+ }, {}, {}>;
1163
+ lastSyncMetadata: drizzle_orm_sqlite_core.SQLiteColumn<{
1164
+ name: "last_sync_metadata";
1165
+ tableName: "account";
1166
+ dataType: "json";
1167
+ columnType: "SQLiteTextJson";
1168
+ data: LastSyncMetadata;
1169
+ driverParam: string;
1170
+ notNull: false;
1171
+ hasDefault: false;
1172
+ isPrimaryKey: false;
1173
+ isAutoincrement: false;
1174
+ hasRuntimeDefault: false;
1175
+ enumValues: undefined;
1176
+ baseColumn: never;
1177
+ identity: undefined;
1178
+ generated: undefined;
1179
+ }, {}, {
1180
+ $type: LastSyncMetadata;
1181
+ }>;
1182
+ holderName: drizzle_orm_sqlite_core.SQLiteColumn<{
1183
+ name: "holder_name";
1184
+ tableName: "account";
1185
+ dataType: "string";
1186
+ columnType: "SQLiteText";
1187
+ data: string;
1188
+ driverParam: string;
1189
+ notNull: true;
1190
+ hasDefault: false;
1191
+ isPrimaryKey: false;
1192
+ isAutoincrement: false;
1193
+ hasRuntimeDefault: false;
1194
+ enumValues: [string, ...string[]];
1195
+ baseColumn: never;
1196
+ identity: undefined;
1197
+ generated: undefined;
1198
+ }, {}, {
1199
+ length: number | undefined;
1200
+ }>;
1201
+ address: drizzle_orm_sqlite_core.SQLiteColumn<{
1202
+ name: "address";
1203
+ tableName: "account";
1204
+ dataType: "json";
1205
+ columnType: "SQLiteTextJson";
1206
+ data: _develit_io_backend_sdk.StructuredAddress | null;
1207
+ driverParam: string;
1208
+ notNull: false;
1209
+ hasDefault: false;
1210
+ isPrimaryKey: false;
1211
+ isAutoincrement: false;
1212
+ hasRuntimeDefault: false;
1213
+ enumValues: undefined;
1214
+ baseColumn: never;
1215
+ identity: undefined;
1216
+ generated: undefined;
1217
+ }, {}, {
1218
+ $type: _develit_io_backend_sdk.StructuredAddress | null;
1219
+ }>;
1220
+ swiftBic: drizzle_orm_sqlite_core.SQLiteColumn<{
1221
+ name: "swift_bic";
1222
+ tableName: "account";
1223
+ dataType: "string";
1224
+ columnType: "SQLiteText";
1225
+ data: string;
1226
+ driverParam: string;
1227
+ notNull: false;
1228
+ hasDefault: false;
1229
+ isPrimaryKey: false;
1230
+ isAutoincrement: false;
1231
+ hasRuntimeDefault: false;
1232
+ enumValues: [string, ...string[]];
1233
+ baseColumn: never;
1234
+ identity: undefined;
1235
+ generated: undefined;
1236
+ }, {}, {
1237
+ length: number | undefined;
1238
+ }>;
1239
+ bicCor: drizzle_orm_sqlite_core.SQLiteColumn<{
1240
+ name: "bic_cor";
1241
+ tableName: "account";
1242
+ dataType: "string";
1243
+ columnType: "SQLiteText";
1244
+ data: string;
1245
+ driverParam: string;
1246
+ notNull: false;
1247
+ hasDefault: false;
1248
+ isPrimaryKey: false;
1249
+ isAutoincrement: false;
1250
+ hasRuntimeDefault: false;
1251
+ enumValues: [string, ...string[]];
1252
+ baseColumn: never;
1253
+ identity: undefined;
1254
+ generated: undefined;
1255
+ }, {}, {
1256
+ length: number | undefined;
1257
+ }>;
1258
+ currency: drizzle_orm_sqlite_core.SQLiteColumn<{
1259
+ name: "currency";
1260
+ tableName: "account";
1261
+ dataType: "string";
1262
+ columnType: "SQLiteText";
1263
+ data: "CZK" | "EUR" | "USD" | "PLN" | "RON" | "GBP" | "RUB" | "HUF" | "CHF" | "DKK" | "SEK" | "HRK" | "NOK" | "BGN" | "TRY" | "AUD" | "CAD" | "JPY" | "CNY" | "INR" | "BRL" | "MXN" | "ZAR" | "SGD" | "HKD" | "KRW" | "MYR" | "THB" | "IDR" | "PHP" | "AED" | "SAR" | "ILS" | "EGP" | "NGN" | "PKR" | "COP" | "CLP" | "PEN" | "VND" | "KZT" | "UAH" | "BTC" | "ETH" | "ADA" | "DOT" | "ATOM" | "XRP" | "LTC" | "SOL" | "DOGE" | "MATIC" | "AVAX";
1264
+ driverParam: string;
1265
+ notNull: true;
1266
+ hasDefault: false;
1267
+ isPrimaryKey: false;
1268
+ isAutoincrement: false;
1269
+ hasRuntimeDefault: false;
1270
+ enumValues: ["CZK" | "EUR" | "USD" | "PLN" | "RON" | "GBP" | "RUB" | "HUF" | "CHF" | "DKK" | "SEK" | "HRK" | "NOK" | "BGN" | "TRY" | "AUD" | "CAD" | "JPY" | "CNY" | "INR" | "BRL" | "MXN" | "ZAR" | "SGD" | "HKD" | "KRW" | "MYR" | "THB" | "IDR" | "PHP" | "AED" | "SAR" | "ILS" | "EGP" | "NGN" | "PKR" | "COP" | "CLP" | "PEN" | "VND" | "KZT" | "UAH" | "BTC" | "ETH" | "ADA" | "DOT" | "ATOM" | "XRP" | "LTC" | "SOL" | "DOGE" | "MATIC" | "AVAX", ...("CZK" | "EUR" | "USD" | "PLN" | "RON" | "GBP" | "RUB" | "HUF" | "CHF" | "DKK" | "SEK" | "HRK" | "NOK" | "BGN" | "TRY" | "AUD" | "CAD" | "JPY" | "CNY" | "INR" | "BRL" | "MXN" | "ZAR" | "SGD" | "HKD" | "KRW" | "MYR" | "THB" | "IDR" | "PHP" | "AED" | "SAR" | "ILS" | "EGP" | "NGN" | "PKR" | "COP" | "CLP" | "PEN" | "VND" | "KZT" | "UAH" | "BTC" | "ETH" | "ADA" | "DOT" | "ATOM" | "XRP" | "LTC" | "SOL" | "DOGE" | "MATIC" | "AVAX")[]];
1271
+ baseColumn: never;
1272
+ identity: undefined;
1273
+ generated: undefined;
1274
+ }, {}, {
1275
+ length: number | undefined;
1276
+ }>;
1277
+ routingNumber: drizzle_orm_sqlite_core.SQLiteColumn<{
1278
+ name: "routing_number";
1279
+ tableName: "account";
1280
+ dataType: "string";
1281
+ columnType: "SQLiteText";
1282
+ data: string;
1283
+ driverParam: string;
1284
+ notNull: false;
1285
+ hasDefault: false;
1286
+ isPrimaryKey: false;
1287
+ isAutoincrement: false;
1288
+ hasRuntimeDefault: false;
1289
+ enumValues: [string, ...string[]];
1290
+ baseColumn: never;
1291
+ identity: undefined;
1292
+ generated: undefined;
1293
+ }, {}, {
1294
+ length: number | undefined;
1295
+ }>;
1296
+ sortCode: drizzle_orm_sqlite_core.SQLiteColumn<{
1297
+ name: "sort_code";
1298
+ tableName: "account";
1299
+ dataType: "string";
1300
+ columnType: "SQLiteText";
1301
+ data: string;
1302
+ driverParam: string;
1303
+ notNull: false;
1304
+ hasDefault: false;
1305
+ isPrimaryKey: false;
1306
+ isAutoincrement: false;
1307
+ hasRuntimeDefault: false;
1308
+ enumValues: [string, ...string[]];
1309
+ baseColumn: never;
1310
+ identity: undefined;
1311
+ generated: undefined;
1312
+ }, {}, {
1313
+ length: number | undefined;
1314
+ }>;
1315
+ clabe: drizzle_orm_sqlite_core.SQLiteColumn<{
1316
+ name: "clabe";
1317
+ tableName: "account";
1318
+ dataType: "string";
1319
+ columnType: "SQLiteText";
1320
+ data: string;
1321
+ driverParam: string;
1322
+ notNull: false;
1323
+ hasDefault: false;
1324
+ isPrimaryKey: false;
1325
+ isAutoincrement: false;
1326
+ hasRuntimeDefault: false;
1327
+ enumValues: [string, ...string[]];
1328
+ baseColumn: never;
1329
+ identity: undefined;
1330
+ generated: undefined;
1331
+ }, {}, {
1332
+ length: number | undefined;
1333
+ }>;
1334
+ bsb: drizzle_orm_sqlite_core.SQLiteColumn<{
1335
+ name: "bsb";
1336
+ tableName: "account";
1337
+ dataType: "string";
1338
+ columnType: "SQLiteText";
1339
+ data: string;
1340
+ driverParam: string;
1341
+ notNull: false;
1342
+ hasDefault: false;
1343
+ isPrimaryKey: false;
1344
+ isAutoincrement: false;
1345
+ hasRuntimeDefault: false;
1346
+ enumValues: [string, ...string[]];
1347
+ baseColumn: never;
1348
+ identity: undefined;
1349
+ generated: undefined;
1350
+ }, {}, {
1351
+ length: number | undefined;
1352
+ }>;
1353
+ brBankNumber: drizzle_orm_sqlite_core.SQLiteColumn<{
1354
+ name: "br_bank_number";
1355
+ tableName: "account";
1356
+ dataType: "string";
1357
+ columnType: "SQLiteText";
1358
+ data: string;
1359
+ driverParam: string;
1360
+ notNull: false;
1361
+ hasDefault: false;
1362
+ isPrimaryKey: false;
1363
+ isAutoincrement: false;
1364
+ hasRuntimeDefault: false;
1365
+ enumValues: [string, ...string[]];
1366
+ baseColumn: never;
1367
+ identity: undefined;
1368
+ generated: undefined;
1369
+ }, {}, {
1370
+ length: number | undefined;
1371
+ }>;
1372
+ id: drizzle_orm_sqlite_core.SQLiteColumn<{
1373
+ name: "id";
1374
+ tableName: "account";
1375
+ dataType: "string";
1376
+ columnType: "SQLiteText";
1377
+ data: string;
1378
+ driverParam: string;
1379
+ notNull: true;
1380
+ hasDefault: false;
1381
+ isPrimaryKey: true;
1382
+ isAutoincrement: false;
1383
+ hasRuntimeDefault: false;
1384
+ enumValues: [string, ...string[]];
1385
+ baseColumn: never;
1386
+ identity: undefined;
1387
+ generated: undefined;
1388
+ }, {}, {
1389
+ length: number | undefined;
1390
+ }>;
1391
+ createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
1392
+ name: "created_at";
1393
+ tableName: "account";
1394
+ dataType: "date";
1395
+ columnType: "SQLiteTimestamp";
1396
+ data: Date;
1397
+ driverParam: number;
1398
+ notNull: false;
1399
+ hasDefault: true;
1400
+ isPrimaryKey: false;
1401
+ isAutoincrement: false;
1402
+ hasRuntimeDefault: false;
1403
+ enumValues: undefined;
1404
+ baseColumn: never;
1405
+ identity: undefined;
1406
+ generated: undefined;
1407
+ }, {}, {}>;
1408
+ createdBy: drizzle_orm_sqlite_core.SQLiteColumn<{
1409
+ name: "created_by";
1410
+ tableName: "account";
1411
+ dataType: "string";
1412
+ columnType: "SQLiteText";
1413
+ data: string;
1414
+ driverParam: string;
1415
+ notNull: false;
1416
+ hasDefault: true;
1417
+ isPrimaryKey: false;
1418
+ isAutoincrement: false;
1419
+ hasRuntimeDefault: false;
1420
+ enumValues: [string, ...string[]];
1421
+ baseColumn: never;
1422
+ identity: undefined;
1423
+ generated: undefined;
1424
+ }, {}, {
1425
+ length: number | undefined;
1426
+ }>;
1427
+ updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
1428
+ name: "updated_at";
1429
+ tableName: "account";
1430
+ dataType: "date";
1431
+ columnType: "SQLiteTimestamp";
1432
+ data: Date;
1433
+ driverParam: number;
1434
+ notNull: false;
1435
+ hasDefault: true;
1436
+ isPrimaryKey: false;
1437
+ isAutoincrement: false;
1438
+ hasRuntimeDefault: false;
1439
+ enumValues: undefined;
1440
+ baseColumn: never;
1441
+ identity: undefined;
1442
+ generated: undefined;
1443
+ }, {}, {}>;
1444
+ updatedBy: drizzle_orm_sqlite_core.SQLiteColumn<{
1445
+ name: "updated_by";
1446
+ tableName: "account";
1447
+ dataType: "string";
1448
+ columnType: "SQLiteText";
1449
+ data: string;
1450
+ driverParam: string;
1451
+ notNull: false;
1452
+ hasDefault: true;
1453
+ isPrimaryKey: false;
1454
+ isAutoincrement: false;
1455
+ hasRuntimeDefault: false;
1456
+ enumValues: [string, ...string[]];
1457
+ baseColumn: never;
1458
+ identity: undefined;
1459
+ generated: undefined;
1460
+ }, {}, {
1461
+ length: number | undefined;
1462
+ }>;
1463
+ deletedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
1464
+ name: "deleted_at";
1465
+ tableName: "account";
1466
+ dataType: "date";
1467
+ columnType: "SQLiteTimestamp";
1468
+ data: Date;
1469
+ driverParam: number;
1470
+ notNull: false;
1471
+ hasDefault: true;
1472
+ isPrimaryKey: false;
1473
+ isAutoincrement: false;
1474
+ hasRuntimeDefault: false;
1475
+ enumValues: undefined;
1476
+ baseColumn: never;
1477
+ identity: undefined;
1478
+ generated: undefined;
1479
+ }, {}, {}>;
1480
+ deletedBy: drizzle_orm_sqlite_core.SQLiteColumn<{
1481
+ name: "deleted_by";
1482
+ tableName: "account";
1483
+ dataType: "string";
1484
+ columnType: "SQLiteText";
1485
+ data: string;
1486
+ driverParam: string;
1487
+ notNull: false;
1488
+ hasDefault: true;
1489
+ isPrimaryKey: false;
1490
+ isAutoincrement: false;
1491
+ hasRuntimeDefault: false;
1492
+ enumValues: [string, ...string[]];
1493
+ baseColumn: never;
1494
+ identity: undefined;
1495
+ generated: undefined;
1496
+ }, {}, {
1497
+ length: number | undefined;
1498
+ }>;
1499
+ }, {
1500
+ address: () => zod.ZodOptional<zod.ZodObject<{
1501
+ streetName: zod.ZodOptional<zod.ZodString>;
1502
+ buildingNumber: zod.ZodOptional<zod.ZodString>;
1503
+ city: zod.ZodOptional<zod.ZodString>;
1504
+ postalCode: zod.ZodOptional<zod.ZodString>;
1505
+ countryCode: zod.ZodOptional<zod.ZodEnum<{
977
1506
  IM: "IM";
978
1507
  AF: "AF";
979
1508
  AL: "AL";
@@ -1186,391 +1715,558 @@ declare const accountInsertSchema: z.ZodObject<{
1186
1715
  ZM: "ZM";
1187
1716
  ZW: "ZW";
1188
1717
  }>>;
1189
- }, z.core.$strip>>;
1190
- id: z.ZodString;
1191
- holderName: z.ZodString;
1192
- number: z.ZodString;
1193
- iban: z.ZodString;
1194
- bankCode: z.ZodEnum<{
1195
- 5051: "5051";
1196
- "0100": "0100";
1197
- "0300": "0300";
1198
- "0600": "0600";
1199
- "0710": "0710";
1200
- "0800": "0800";
1201
- 2010: "2010";
1202
- 2020: "2020";
1203
- 2030: "2030";
1204
- 2060: "2060";
1205
- 2070: "2070";
1206
- 2100: "2100";
1207
- 2200: "2200";
1208
- 2210: "2210";
1209
- 2220: "2220";
1210
- 2240: "2240";
1211
- 2250: "2250";
1212
- 2260: "2260";
1213
- 2310: "2310";
1214
- 2600: "2600";
1215
- 2700: "2700";
1216
- 3030: "3030";
1217
- 3050: "3050";
1218
- 3060: "3060";
1219
- 3500: "3500";
1220
- 4000: "4000";
1221
- 4300: "4300";
1222
- 5500: "5500";
1223
- 5400: "5400";
1224
- 5800: "5800";
1225
- 6000: "6000";
1226
- 6100: "6100";
1227
- 6200: "6200";
1228
- 6210: "6210";
1229
- 6300: "6300";
1230
- 6363: "6363";
1231
- 6700: "6700";
1232
- 6800: "6800";
1233
- 7940: "7940";
1234
- 7910: "7910";
1235
- 7950: "7950";
1236
- 7960: "7960";
1237
- 7980: "7980";
1238
- 7970: "7970";
1239
- 7990: "7990";
1240
- 8030: "8030";
1241
- 8040: "8040";
1242
- 8060: "8060";
1243
- 8090: "8090";
1244
- 8150: "8150";
1245
- 8190: "8190";
1246
- 8198: "8198";
1247
- 8200: "8200";
1248
- 8220: "8220";
1249
- 8230: "8230";
1250
- 8240: "8240";
1251
- 8250: "8250";
1252
- 8255: "8255";
1253
- 8265: "8265";
1254
- 8500: "8500";
1255
- 8610: "8610";
1718
+ }, zod_v4_core.$strip>>;
1719
+ }, undefined>;
1720
+ declare const accountUpdateSchema: drizzle_zod.BuildSchema<"update", {
1721
+ countryCode: drizzle_orm_sqlite_core.SQLiteColumn<{
1722
+ name: "country_code";
1723
+ tableName: "account";
1724
+ dataType: "string";
1725
+ columnType: "SQLiteText";
1726
+ data: "AF" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BO" | "BQ" | "BA" | "BW" | "BR" | "IO" | "VG" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "CF" | "TD" | "CL" | "CN" | "CO" | "KM" | "CK" | "CR" | "HR" | "CW" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DM" | "DO" | "TL" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GR" | "GD" | "GP" | "GU" | "GT" | "GN" | "GW" | "GY" | "HT" | "HN" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "CI" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "XK" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LI" | "LT" | "LU" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MQ" | "MR" | "MU" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "NA" | "NP" | "NL" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "KP" | "NO" | "OM" | "PK" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PL" | "PT" | "PR" | "QA" | "CG" | "RE" | "RO" | "RU" | "RW" | "BL" | "KN" | "LC" | "MF" | "VC" | "WS" | "SM" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SO" | "ZA" | "KR" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "TW" | "TJ" | "TZ" | "TH" | "TG" | "TO" | "TT" | "TN" | "TR" | "TM" | "UM" | "VI" | "UG" | "UA" | "AE" | "GB" | "US" | "UZ" | "VU" | "VE" | "VN" | "WF" | "EH" | "YE" | "ZM" | "ZW";
1727
+ driverParam: string;
1728
+ notNull: true;
1729
+ hasDefault: false;
1730
+ isPrimaryKey: false;
1731
+ isAutoincrement: false;
1732
+ hasRuntimeDefault: false;
1733
+ enumValues: ["AF" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BO" | "BQ" | "BA" | "BW" | "BR" | "IO" | "VG" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "CF" | "TD" | "CL" | "CN" | "CO" | "KM" | "CK" | "CR" | "HR" | "CW" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DM" | "DO" | "TL" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GR" | "GD" | "GP" | "GU" | "GT" | "GN" | "GW" | "GY" | "HT" | "HN" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "CI" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "XK" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LI" | "LT" | "LU" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MQ" | "MR" | "MU" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "NA" | "NP" | "NL" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "KP" | "NO" | "OM" | "PK" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PL" | "PT" | "PR" | "QA" | "CG" | "RE" | "RO" | "RU" | "RW" | "BL" | "KN" | "LC" | "MF" | "VC" | "WS" | "SM" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SO" | "ZA" | "KR" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "TW" | "TJ" | "TZ" | "TH" | "TG" | "TO" | "TT" | "TN" | "TR" | "TM" | "UM" | "VI" | "UG" | "UA" | "AE" | "GB" | "US" | "UZ" | "VU" | "VE" | "VN" | "WF" | "EH" | "YE" | "ZM" | "ZW", ...("AF" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BO" | "BQ" | "BA" | "BW" | "BR" | "IO" | "VG" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "CF" | "TD" | "CL" | "CN" | "CO" | "KM" | "CK" | "CR" | "HR" | "CW" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DM" | "DO" | "TL" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GR" | "GD" | "GP" | "GU" | "GT" | "GN" | "GW" | "GY" | "HT" | "HN" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "CI" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "XK" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LI" | "LT" | "LU" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MQ" | "MR" | "MU" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "NA" | "NP" | "NL" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "KP" | "NO" | "OM" | "PK" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PL" | "PT" | "PR" | "QA" | "CG" | "RE" | "RO" | "RU" | "RW" | "BL" | "KN" | "LC" | "MF" | "VC" | "WS" | "SM" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SO" | "ZA" | "KR" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "TW" | "TJ" | "TZ" | "TH" | "TG" | "TO" | "TT" | "TN" | "TR" | "TM" | "UM" | "VI" | "UG" | "UA" | "AE" | "GB" | "US" | "UZ" | "VU" | "VE" | "VN" | "WF" | "EH" | "YE" | "ZM" | "ZW")[]];
1734
+ baseColumn: never;
1735
+ identity: undefined;
1736
+ generated: undefined;
1737
+ }, {}, {
1738
+ length: number | undefined;
1739
+ $type: "AF" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BO" | "BQ" | "BA" | "BW" | "BR" | "IO" | "VG" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "CF" | "TD" | "CL" | "CN" | "CO" | "KM" | "CK" | "CR" | "HR" | "CW" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DM" | "DO" | "TL" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GR" | "GD" | "GP" | "GU" | "GT" | "GN" | "GW" | "GY" | "HT" | "HN" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "CI" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "XK" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LI" | "LT" | "LU" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MQ" | "MR" | "MU" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "NA" | "NP" | "NL" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "KP" | "NO" | "OM" | "PK" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PL" | "PT" | "PR" | "QA" | "CG" | "RE" | "RO" | "RU" | "RW" | "BL" | "KN" | "LC" | "MF" | "VC" | "WS" | "SM" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SO" | "ZA" | "KR" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "TW" | "TJ" | "TZ" | "TH" | "TG" | "TO" | "TT" | "TN" | "TR" | "TM" | "UM" | "VI" | "UG" | "UA" | "AE" | "GB" | "US" | "UZ" | "VU" | "VE" | "VN" | "WF" | "EH" | "YE" | "ZM" | "ZW";
1740
+ }>;
1741
+ number: drizzle_orm_sqlite_core.SQLiteColumn<{
1742
+ name: "number";
1743
+ tableName: "account";
1744
+ dataType: "string";
1745
+ columnType: "SQLiteText";
1746
+ data: string;
1747
+ driverParam: string;
1748
+ notNull: true;
1749
+ hasDefault: false;
1750
+ isPrimaryKey: false;
1751
+ isAutoincrement: false;
1752
+ hasRuntimeDefault: false;
1753
+ enumValues: [string, ...string[]];
1754
+ baseColumn: never;
1755
+ identity: undefined;
1756
+ generated: undefined;
1757
+ }, {}, {
1758
+ length: number | undefined;
1759
+ }>;
1760
+ name: drizzle_orm_sqlite_core.SQLiteColumn<{
1761
+ name: "name";
1762
+ tableName: "account";
1763
+ dataType: "string";
1764
+ columnType: "SQLiteText";
1765
+ data: string;
1766
+ driverParam: string;
1767
+ notNull: false;
1768
+ hasDefault: false;
1769
+ isPrimaryKey: false;
1770
+ isAutoincrement: false;
1771
+ hasRuntimeDefault: false;
1772
+ enumValues: [string, ...string[]];
1773
+ baseColumn: never;
1774
+ identity: undefined;
1775
+ generated: undefined;
1776
+ }, {}, {
1777
+ length: number | undefined;
1778
+ }>;
1779
+ iban: drizzle_orm_sqlite_core.SQLiteColumn<{
1780
+ name: "iban";
1781
+ tableName: "account";
1782
+ dataType: "string";
1783
+ columnType: "SQLiteText";
1784
+ data: string;
1785
+ driverParam: string;
1786
+ notNull: true;
1787
+ hasDefault: false;
1788
+ isPrimaryKey: false;
1789
+ isAutoincrement: false;
1790
+ hasRuntimeDefault: false;
1791
+ enumValues: [string, ...string[]];
1792
+ baseColumn: never;
1793
+ identity: undefined;
1794
+ generated: undefined;
1795
+ }, {}, {
1796
+ length: number | undefined;
1797
+ }>;
1798
+ bankCode: drizzle_orm_sqlite_core.SQLiteColumn<{
1799
+ name: "bank_code";
1800
+ tableName: "account";
1801
+ dataType: "string";
1802
+ columnType: "SQLiteText";
1803
+ data: "5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2020" | "2030" | "2060" | "2070" | "2100" | "2200" | "2210" | "2220" | "2240" | "2250" | "2260" | "2310" | "2600" | "2700" | "3030" | "3050" | "3060" | "3500" | "4000" | "4300" | "5500" | "5400" | "5800" | "6000" | "6100" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7940" | "7910" | "7950" | "7960" | "7980" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8200" | "8220" | "8230" | "8240" | "8250" | "8255" | "8265" | "8500" | "8610";
1804
+ driverParam: string;
1805
+ notNull: true;
1806
+ hasDefault: false;
1807
+ isPrimaryKey: false;
1808
+ isAutoincrement: false;
1809
+ hasRuntimeDefault: false;
1810
+ enumValues: ["5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2020" | "2030" | "2060" | "2070" | "2100" | "2200" | "2210" | "2220" | "2240" | "2250" | "2260" | "2310" | "2600" | "2700" | "3030" | "3050" | "3060" | "3500" | "4000" | "4300" | "5500" | "5400" | "5800" | "6000" | "6100" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7940" | "7910" | "7950" | "7960" | "7980" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8200" | "8220" | "8230" | "8240" | "8250" | "8255" | "8265" | "8500" | "8610", ...("5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2020" | "2030" | "2060" | "2070" | "2100" | "2200" | "2210" | "2220" | "2240" | "2250" | "2260" | "2310" | "2600" | "2700" | "3030" | "3050" | "3060" | "3500" | "4000" | "4300" | "5500" | "5400" | "5800" | "6000" | "6100" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7940" | "7910" | "7950" | "7960" | "7980" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8200" | "8220" | "8230" | "8240" | "8250" | "8255" | "8265" | "8500" | "8610")[]];
1811
+ baseColumn: never;
1812
+ identity: undefined;
1813
+ generated: undefined;
1814
+ }, {}, {
1815
+ length: number | undefined;
1816
+ }>;
1817
+ connectorKey: drizzle_orm_sqlite_core.SQLiteColumn<{
1818
+ name: "connector_key";
1819
+ tableName: "account";
1820
+ dataType: "string";
1821
+ columnType: "SQLiteText";
1822
+ data: "ERSTE" | "FINBRICKS" | "MOCK" | "CREDITAS" | "MOCK_COBS" | "FIO" | "MONETA" | "DBU" | "CSAS" | "AIRBANK" | "KB" | "CSOB";
1823
+ driverParam: string;
1824
+ notNull: true;
1825
+ hasDefault: false;
1826
+ isPrimaryKey: false;
1827
+ isAutoincrement: false;
1828
+ hasRuntimeDefault: false;
1829
+ enumValues: ["ERSTE", "FINBRICKS", "MOCK", "CREDITAS", "MOCK_COBS", "FIO", "MONETA", "DBU", "CSAS", "AIRBANK", "KB", "CSOB"];
1830
+ baseColumn: never;
1831
+ identity: undefined;
1832
+ generated: undefined;
1833
+ }, {}, {
1834
+ length: number | undefined;
1835
+ $type: "ERSTE" | "FINBRICKS" | "MOCK" | "CREDITAS" | "MOCK_COBS" | "FIO" | "MONETA" | "DBU" | "CSAS" | "AIRBANK" | "KB" | "CSOB";
1836
+ }>;
1837
+ status: drizzle_orm_sqlite_core.SQLiteColumn<{
1838
+ name: "status";
1839
+ tableName: "account";
1840
+ dataType: "string";
1841
+ columnType: "SQLiteText";
1842
+ data: "AUTHORIZED" | "DISABLED" | "EXPIRED";
1843
+ driverParam: string;
1844
+ notNull: true;
1845
+ hasDefault: false;
1846
+ isPrimaryKey: false;
1847
+ isAutoincrement: false;
1848
+ hasRuntimeDefault: false;
1849
+ enumValues: ["AUTHORIZED", "DISABLED", "EXPIRED"];
1850
+ baseColumn: never;
1851
+ identity: undefined;
1852
+ generated: undefined;
1853
+ }, {}, {
1854
+ length: number | undefined;
1855
+ $type: "AUTHORIZED" | "DISABLED" | "EXPIRED";
1856
+ }>;
1857
+ bankRefId: drizzle_orm_sqlite_core.SQLiteColumn<{
1858
+ name: "bank_ref_id";
1859
+ tableName: "account";
1860
+ dataType: "string";
1861
+ columnType: "SQLiteText";
1862
+ data: string;
1863
+ driverParam: string;
1864
+ notNull: true;
1865
+ hasDefault: false;
1866
+ isPrimaryKey: false;
1867
+ isAutoincrement: false;
1868
+ hasRuntimeDefault: false;
1869
+ enumValues: [string, ...string[]];
1870
+ baseColumn: never;
1871
+ identity: undefined;
1872
+ generated: undefined;
1873
+ }, {}, {
1874
+ length: number | undefined;
1875
+ }>;
1876
+ batchSizeLimit: drizzle_orm_sqlite_core.SQLiteColumn<{
1877
+ name: "batch_size_limit";
1878
+ tableName: "account";
1879
+ dataType: "number";
1880
+ columnType: "SQLiteInteger";
1881
+ data: number;
1882
+ driverParam: number;
1883
+ notNull: true;
1884
+ hasDefault: true;
1885
+ isPrimaryKey: false;
1886
+ isAutoincrement: false;
1887
+ hasRuntimeDefault: false;
1888
+ enumValues: undefined;
1889
+ baseColumn: never;
1890
+ identity: undefined;
1891
+ generated: undefined;
1892
+ }, {}, {}>;
1893
+ syncIntervalS: drizzle_orm_sqlite_core.SQLiteColumn<{
1894
+ name: "sync_interval_s";
1895
+ tableName: "account";
1896
+ dataType: "number";
1897
+ columnType: "SQLiteInteger";
1898
+ data: number;
1899
+ driverParam: number;
1900
+ notNull: true;
1901
+ hasDefault: true;
1902
+ isPrimaryKey: false;
1903
+ isAutoincrement: false;
1904
+ hasRuntimeDefault: false;
1905
+ enumValues: undefined;
1906
+ baseColumn: never;
1907
+ identity: undefined;
1908
+ generated: undefined;
1909
+ }, {}, {}>;
1910
+ lastSyncAt: drizzle_orm_sqlite_core.SQLiteColumn<{
1911
+ name: "last_sync_at";
1912
+ tableName: "account";
1913
+ dataType: "date";
1914
+ columnType: "SQLiteTimestamp";
1915
+ data: Date;
1916
+ driverParam: number;
1917
+ notNull: false;
1918
+ hasDefault: false;
1919
+ isPrimaryKey: false;
1920
+ isAutoincrement: false;
1921
+ hasRuntimeDefault: false;
1922
+ enumValues: undefined;
1923
+ baseColumn: never;
1924
+ identity: undefined;
1925
+ generated: undefined;
1926
+ }, {}, {}>;
1927
+ lastSyncMetadata: drizzle_orm_sqlite_core.SQLiteColumn<{
1928
+ name: "last_sync_metadata";
1929
+ tableName: "account";
1930
+ dataType: "json";
1931
+ columnType: "SQLiteTextJson";
1932
+ data: LastSyncMetadata;
1933
+ driverParam: string;
1934
+ notNull: false;
1935
+ hasDefault: false;
1936
+ isPrimaryKey: false;
1937
+ isAutoincrement: false;
1938
+ hasRuntimeDefault: false;
1939
+ enumValues: undefined;
1940
+ baseColumn: never;
1941
+ identity: undefined;
1942
+ generated: undefined;
1943
+ }, {}, {
1944
+ $type: LastSyncMetadata;
1945
+ }>;
1946
+ holderName: drizzle_orm_sqlite_core.SQLiteColumn<{
1947
+ name: "holder_name";
1948
+ tableName: "account";
1949
+ dataType: "string";
1950
+ columnType: "SQLiteText";
1951
+ data: string;
1952
+ driverParam: string;
1953
+ notNull: true;
1954
+ hasDefault: false;
1955
+ isPrimaryKey: false;
1956
+ isAutoincrement: false;
1957
+ hasRuntimeDefault: false;
1958
+ enumValues: [string, ...string[]];
1959
+ baseColumn: never;
1960
+ identity: undefined;
1961
+ generated: undefined;
1962
+ }, {}, {
1963
+ length: number | undefined;
1964
+ }>;
1965
+ address: drizzle_orm_sqlite_core.SQLiteColumn<{
1966
+ name: "address";
1967
+ tableName: "account";
1968
+ dataType: "json";
1969
+ columnType: "SQLiteTextJson";
1970
+ data: _develit_io_backend_sdk.StructuredAddress | null;
1971
+ driverParam: string;
1972
+ notNull: false;
1973
+ hasDefault: false;
1974
+ isPrimaryKey: false;
1975
+ isAutoincrement: false;
1976
+ hasRuntimeDefault: false;
1977
+ enumValues: undefined;
1978
+ baseColumn: never;
1979
+ identity: undefined;
1980
+ generated: undefined;
1981
+ }, {}, {
1982
+ $type: _develit_io_backend_sdk.StructuredAddress | null;
1983
+ }>;
1984
+ swiftBic: drizzle_orm_sqlite_core.SQLiteColumn<{
1985
+ name: "swift_bic";
1986
+ tableName: "account";
1987
+ dataType: "string";
1988
+ columnType: "SQLiteText";
1989
+ data: string;
1990
+ driverParam: string;
1991
+ notNull: false;
1992
+ hasDefault: false;
1993
+ isPrimaryKey: false;
1994
+ isAutoincrement: false;
1995
+ hasRuntimeDefault: false;
1996
+ enumValues: [string, ...string[]];
1997
+ baseColumn: never;
1998
+ identity: undefined;
1999
+ generated: undefined;
2000
+ }, {}, {
2001
+ length: number | undefined;
2002
+ }>;
2003
+ bicCor: drizzle_orm_sqlite_core.SQLiteColumn<{
2004
+ name: "bic_cor";
2005
+ tableName: "account";
2006
+ dataType: "string";
2007
+ columnType: "SQLiteText";
2008
+ data: string;
2009
+ driverParam: string;
2010
+ notNull: false;
2011
+ hasDefault: false;
2012
+ isPrimaryKey: false;
2013
+ isAutoincrement: false;
2014
+ hasRuntimeDefault: false;
2015
+ enumValues: [string, ...string[]];
2016
+ baseColumn: never;
2017
+ identity: undefined;
2018
+ generated: undefined;
2019
+ }, {}, {
2020
+ length: number | undefined;
2021
+ }>;
2022
+ currency: drizzle_orm_sqlite_core.SQLiteColumn<{
2023
+ name: "currency";
2024
+ tableName: "account";
2025
+ dataType: "string";
2026
+ columnType: "SQLiteText";
2027
+ data: "CZK" | "EUR" | "USD" | "PLN" | "RON" | "GBP" | "RUB" | "HUF" | "CHF" | "DKK" | "SEK" | "HRK" | "NOK" | "BGN" | "TRY" | "AUD" | "CAD" | "JPY" | "CNY" | "INR" | "BRL" | "MXN" | "ZAR" | "SGD" | "HKD" | "KRW" | "MYR" | "THB" | "IDR" | "PHP" | "AED" | "SAR" | "ILS" | "EGP" | "NGN" | "PKR" | "COP" | "CLP" | "PEN" | "VND" | "KZT" | "UAH" | "BTC" | "ETH" | "ADA" | "DOT" | "ATOM" | "XRP" | "LTC" | "SOL" | "DOGE" | "MATIC" | "AVAX";
2028
+ driverParam: string;
2029
+ notNull: true;
2030
+ hasDefault: false;
2031
+ isPrimaryKey: false;
2032
+ isAutoincrement: false;
2033
+ hasRuntimeDefault: false;
2034
+ enumValues: ["CZK" | "EUR" | "USD" | "PLN" | "RON" | "GBP" | "RUB" | "HUF" | "CHF" | "DKK" | "SEK" | "HRK" | "NOK" | "BGN" | "TRY" | "AUD" | "CAD" | "JPY" | "CNY" | "INR" | "BRL" | "MXN" | "ZAR" | "SGD" | "HKD" | "KRW" | "MYR" | "THB" | "IDR" | "PHP" | "AED" | "SAR" | "ILS" | "EGP" | "NGN" | "PKR" | "COP" | "CLP" | "PEN" | "VND" | "KZT" | "UAH" | "BTC" | "ETH" | "ADA" | "DOT" | "ATOM" | "XRP" | "LTC" | "SOL" | "DOGE" | "MATIC" | "AVAX", ...("CZK" | "EUR" | "USD" | "PLN" | "RON" | "GBP" | "RUB" | "HUF" | "CHF" | "DKK" | "SEK" | "HRK" | "NOK" | "BGN" | "TRY" | "AUD" | "CAD" | "JPY" | "CNY" | "INR" | "BRL" | "MXN" | "ZAR" | "SGD" | "HKD" | "KRW" | "MYR" | "THB" | "IDR" | "PHP" | "AED" | "SAR" | "ILS" | "EGP" | "NGN" | "PKR" | "COP" | "CLP" | "PEN" | "VND" | "KZT" | "UAH" | "BTC" | "ETH" | "ADA" | "DOT" | "ATOM" | "XRP" | "LTC" | "SOL" | "DOGE" | "MATIC" | "AVAX")[]];
2035
+ baseColumn: never;
2036
+ identity: undefined;
2037
+ generated: undefined;
2038
+ }, {}, {
2039
+ length: number | undefined;
2040
+ }>;
2041
+ routingNumber: drizzle_orm_sqlite_core.SQLiteColumn<{
2042
+ name: "routing_number";
2043
+ tableName: "account";
2044
+ dataType: "string";
2045
+ columnType: "SQLiteText";
2046
+ data: string;
2047
+ driverParam: string;
2048
+ notNull: false;
2049
+ hasDefault: false;
2050
+ isPrimaryKey: false;
2051
+ isAutoincrement: false;
2052
+ hasRuntimeDefault: false;
2053
+ enumValues: [string, ...string[]];
2054
+ baseColumn: never;
2055
+ identity: undefined;
2056
+ generated: undefined;
2057
+ }, {}, {
2058
+ length: number | undefined;
2059
+ }>;
2060
+ sortCode: drizzle_orm_sqlite_core.SQLiteColumn<{
2061
+ name: "sort_code";
2062
+ tableName: "account";
2063
+ dataType: "string";
2064
+ columnType: "SQLiteText";
2065
+ data: string;
2066
+ driverParam: string;
2067
+ notNull: false;
2068
+ hasDefault: false;
2069
+ isPrimaryKey: false;
2070
+ isAutoincrement: false;
2071
+ hasRuntimeDefault: false;
2072
+ enumValues: [string, ...string[]];
2073
+ baseColumn: never;
2074
+ identity: undefined;
2075
+ generated: undefined;
2076
+ }, {}, {
2077
+ length: number | undefined;
2078
+ }>;
2079
+ clabe: drizzle_orm_sqlite_core.SQLiteColumn<{
2080
+ name: "clabe";
2081
+ tableName: "account";
2082
+ dataType: "string";
2083
+ columnType: "SQLiteText";
2084
+ data: string;
2085
+ driverParam: string;
2086
+ notNull: false;
2087
+ hasDefault: false;
2088
+ isPrimaryKey: false;
2089
+ isAutoincrement: false;
2090
+ hasRuntimeDefault: false;
2091
+ enumValues: [string, ...string[]];
2092
+ baseColumn: never;
2093
+ identity: undefined;
2094
+ generated: undefined;
2095
+ }, {}, {
2096
+ length: number | undefined;
2097
+ }>;
2098
+ bsb: drizzle_orm_sqlite_core.SQLiteColumn<{
2099
+ name: "bsb";
2100
+ tableName: "account";
2101
+ dataType: "string";
2102
+ columnType: "SQLiteText";
2103
+ data: string;
2104
+ driverParam: string;
2105
+ notNull: false;
2106
+ hasDefault: false;
2107
+ isPrimaryKey: false;
2108
+ isAutoincrement: false;
2109
+ hasRuntimeDefault: false;
2110
+ enumValues: [string, ...string[]];
2111
+ baseColumn: never;
2112
+ identity: undefined;
2113
+ generated: undefined;
2114
+ }, {}, {
2115
+ length: number | undefined;
2116
+ }>;
2117
+ brBankNumber: drizzle_orm_sqlite_core.SQLiteColumn<{
2118
+ name: "br_bank_number";
2119
+ tableName: "account";
2120
+ dataType: "string";
2121
+ columnType: "SQLiteText";
2122
+ data: string;
2123
+ driverParam: string;
2124
+ notNull: false;
2125
+ hasDefault: false;
2126
+ isPrimaryKey: false;
2127
+ isAutoincrement: false;
2128
+ hasRuntimeDefault: false;
2129
+ enumValues: [string, ...string[]];
2130
+ baseColumn: never;
2131
+ identity: undefined;
2132
+ generated: undefined;
2133
+ }, {}, {
2134
+ length: number | undefined;
1256
2135
  }>;
1257
- countryCode: z.ZodEnum<{
1258
- AF: "AF";
1259
- AL: "AL";
1260
- DZ: "DZ";
1261
- AS: "AS";
1262
- AD: "AD";
1263
- AO: "AO";
1264
- AG: "AG";
1265
- AR: "AR";
1266
- AM: "AM";
1267
- AW: "AW";
1268
- AU: "AU";
1269
- AT: "AT";
1270
- AZ: "AZ";
1271
- BS: "BS";
1272
- BH: "BH";
1273
- BD: "BD";
1274
- BB: "BB";
1275
- BY: "BY";
1276
- BE: "BE";
1277
- BZ: "BZ";
1278
- BJ: "BJ";
1279
- BO: "BO";
1280
- BQ: "BQ";
1281
- BA: "BA";
1282
- BW: "BW";
1283
- BR: "BR";
1284
- IO: "IO";
1285
- VG: "VG";
1286
- BG: "BG";
1287
- BF: "BF";
1288
- BI: "BI";
1289
- KH: "KH";
1290
- CM: "CM";
1291
- CA: "CA";
1292
- CV: "CV";
1293
- CF: "CF";
1294
- TD: "TD";
1295
- CL: "CL";
1296
- CN: "CN";
1297
- CO: "CO";
1298
- KM: "KM";
1299
- CK: "CK";
1300
- CR: "CR";
1301
- HR: "HR";
1302
- CW: "CW";
1303
- CY: "CY";
1304
- CZ: "CZ";
1305
- CD: "CD";
1306
- DK: "DK";
1307
- DJ: "DJ";
1308
- DM: "DM";
1309
- DO: "DO";
1310
- TL: "TL";
1311
- EC: "EC";
1312
- EG: "EG";
1313
- SV: "SV";
1314
- GQ: "GQ";
1315
- ER: "ER";
1316
- EE: "EE";
1317
- ET: "ET";
1318
- FO: "FO";
1319
- FJ: "FJ";
1320
- FI: "FI";
1321
- FR: "FR";
1322
- GF: "GF";
1323
- PF: "PF";
1324
- GA: "GA";
1325
- GM: "GM";
1326
- GE: "GE";
1327
- DE: "DE";
1328
- GH: "GH";
1329
- GR: "GR";
1330
- GD: "GD";
1331
- GP: "GP";
1332
- GU: "GU";
1333
- GT: "GT";
1334
- GN: "GN";
1335
- GW: "GW";
1336
- GY: "GY";
1337
- HT: "HT";
1338
- HN: "HN";
1339
- HU: "HU";
1340
- IS: "IS";
1341
- IN: "IN";
1342
- ID: "ID";
1343
- IR: "IR";
1344
- IQ: "IQ";
1345
- IE: "IE";
1346
- IM: "IM";
1347
- IL: "IL";
1348
- IT: "IT";
1349
- CI: "CI";
1350
- JM: "JM";
1351
- JP: "JP";
1352
- JE: "JE";
1353
- JO: "JO";
1354
- KZ: "KZ";
1355
- KE: "KE";
1356
- KI: "KI";
1357
- XK: "XK";
1358
- KW: "KW";
1359
- KG: "KG";
1360
- LA: "LA";
1361
- LV: "LV";
1362
- LB: "LB";
1363
- LS: "LS";
1364
- LR: "LR";
1365
- LI: "LI";
1366
- LT: "LT";
1367
- LU: "LU";
1368
- MK: "MK";
1369
- MG: "MG";
1370
- MW: "MW";
1371
- MY: "MY";
1372
- MV: "MV";
1373
- ML: "ML";
1374
- MT: "MT";
1375
- MQ: "MQ";
1376
- MR: "MR";
1377
- MU: "MU";
1378
- MX: "MX";
1379
- FM: "FM";
1380
- MD: "MD";
1381
- MC: "MC";
1382
- MN: "MN";
1383
- ME: "ME";
1384
- MS: "MS";
1385
- MA: "MA";
1386
- MZ: "MZ";
1387
- NA: "NA";
1388
- NP: "NP";
1389
- NL: "NL";
1390
- NZ: "NZ";
1391
- NI: "NI";
1392
- NE: "NE";
1393
- NG: "NG";
1394
- NU: "NU";
1395
- NF: "NF";
1396
- KP: "KP";
1397
- NO: "NO";
1398
- OM: "OM";
1399
- PK: "PK";
1400
- PS: "PS";
1401
- PA: "PA";
1402
- PG: "PG";
1403
- PY: "PY";
1404
- PE: "PE";
1405
- PH: "PH";
1406
- PL: "PL";
1407
- PT: "PT";
1408
- PR: "PR";
1409
- QA: "QA";
1410
- CG: "CG";
1411
- RE: "RE";
1412
- RO: "RO";
1413
- RU: "RU";
1414
- RW: "RW";
1415
- BL: "BL";
1416
- KN: "KN";
1417
- LC: "LC";
1418
- MF: "MF";
1419
- VC: "VC";
1420
- WS: "WS";
1421
- SM: "SM";
1422
- SA: "SA";
1423
- SN: "SN";
1424
- RS: "RS";
1425
- SC: "SC";
1426
- SL: "SL";
1427
- SG: "SG";
1428
- SX: "SX";
1429
- SK: "SK";
1430
- SI: "SI";
1431
- SO: "SO";
1432
- ZA: "ZA";
1433
- KR: "KR";
1434
- SS: "SS";
1435
- ES: "ES";
1436
- LK: "LK";
1437
- SD: "SD";
1438
- SR: "SR";
1439
- SJ: "SJ";
1440
- SZ: "SZ";
1441
- SE: "SE";
1442
- CH: "CH";
1443
- TW: "TW";
1444
- TJ: "TJ";
1445
- TZ: "TZ";
1446
- TH: "TH";
1447
- TG: "TG";
1448
- TO: "TO";
1449
- TT: "TT";
1450
- TN: "TN";
1451
- TR: "TR";
1452
- TM: "TM";
1453
- UM: "UM";
1454
- VI: "VI";
1455
- UG: "UG";
1456
- UA: "UA";
1457
- AE: "AE";
1458
- GB: "GB";
1459
- US: "US";
1460
- UZ: "UZ";
1461
- VU: "VU";
1462
- VE: "VE";
1463
- VN: "VN";
1464
- WF: "WF";
1465
- EH: "EH";
1466
- YE: "YE";
1467
- ZM: "ZM";
1468
- ZW: "ZW";
2136
+ id: drizzle_orm_sqlite_core.SQLiteColumn<{
2137
+ name: "id";
2138
+ tableName: "account";
2139
+ dataType: "string";
2140
+ columnType: "SQLiteText";
2141
+ data: string;
2142
+ driverParam: string;
2143
+ notNull: true;
2144
+ hasDefault: false;
2145
+ isPrimaryKey: true;
2146
+ isAutoincrement: false;
2147
+ hasRuntimeDefault: false;
2148
+ enumValues: [string, ...string[]];
2149
+ baseColumn: never;
2150
+ identity: undefined;
2151
+ generated: undefined;
2152
+ }, {}, {
2153
+ length: number | undefined;
1469
2154
  }>;
1470
- currency: z.ZodEnum<{
1471
- CZK: "CZK";
1472
- EUR: "EUR";
1473
- USD: "USD";
1474
- PLN: "PLN";
1475
- RON: "RON";
1476
- GBP: "GBP";
1477
- RUB: "RUB";
1478
- HUF: "HUF";
1479
- CHF: "CHF";
1480
- DKK: "DKK";
1481
- SEK: "SEK";
1482
- HRK: "HRK";
1483
- NOK: "NOK";
1484
- BGN: "BGN";
1485
- TRY: "TRY";
1486
- AUD: "AUD";
1487
- CAD: "CAD";
1488
- JPY: "JPY";
1489
- CNY: "CNY";
1490
- INR: "INR";
1491
- BRL: "BRL";
1492
- MXN: "MXN";
1493
- ZAR: "ZAR";
1494
- SGD: "SGD";
1495
- HKD: "HKD";
1496
- KRW: "KRW";
1497
- MYR: "MYR";
1498
- THB: "THB";
1499
- IDR: "IDR";
1500
- PHP: "PHP";
1501
- AED: "AED";
1502
- SAR: "SAR";
1503
- ILS: "ILS";
1504
- EGP: "EGP";
1505
- NGN: "NGN";
1506
- PKR: "PKR";
1507
- COP: "COP";
1508
- CLP: "CLP";
1509
- PEN: "PEN";
1510
- VND: "VND";
1511
- KZT: "KZT";
1512
- UAH: "UAH";
1513
- BTC: "BTC";
1514
- ETH: "ETH";
1515
- ADA: "ADA";
1516
- DOT: "DOT";
1517
- ATOM: "ATOM";
1518
- XRP: "XRP";
1519
- LTC: "LTC";
1520
- SOL: "SOL";
1521
- DOGE: "DOGE";
1522
- MATIC: "MATIC";
1523
- AVAX: "AVAX";
2155
+ createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
2156
+ name: "created_at";
2157
+ tableName: "account";
2158
+ dataType: "date";
2159
+ columnType: "SQLiteTimestamp";
2160
+ data: Date;
2161
+ driverParam: number;
2162
+ notNull: false;
2163
+ hasDefault: true;
2164
+ isPrimaryKey: false;
2165
+ isAutoincrement: false;
2166
+ hasRuntimeDefault: false;
2167
+ enumValues: undefined;
2168
+ baseColumn: never;
2169
+ identity: undefined;
2170
+ generated: undefined;
2171
+ }, {}, {}>;
2172
+ createdBy: drizzle_orm_sqlite_core.SQLiteColumn<{
2173
+ name: "created_by";
2174
+ tableName: "account";
2175
+ dataType: "string";
2176
+ columnType: "SQLiteText";
2177
+ data: string;
2178
+ driverParam: string;
2179
+ notNull: false;
2180
+ hasDefault: true;
2181
+ isPrimaryKey: false;
2182
+ isAutoincrement: false;
2183
+ hasRuntimeDefault: false;
2184
+ enumValues: [string, ...string[]];
2185
+ baseColumn: never;
2186
+ identity: undefined;
2187
+ generated: undefined;
2188
+ }, {}, {
2189
+ length: number | undefined;
1524
2190
  }>;
1525
- connectorKey: z.ZodEnum<{
1526
- ERSTE: "ERSTE";
1527
- FINBRICKS: "FINBRICKS";
1528
- MOCK: "MOCK";
1529
- CREDITAS: "CREDITAS";
1530
- MOCK_COBS: "MOCK_COBS";
1531
- FIO: "FIO";
1532
- MONETA: "MONETA";
1533
- DBU: "DBU";
1534
- CSAS: "CSAS";
1535
- AIRBANK: "AIRBANK";
1536
- KB: "KB";
1537
- CSOB: "CSOB";
2191
+ updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
2192
+ name: "updated_at";
2193
+ tableName: "account";
2194
+ dataType: "date";
2195
+ columnType: "SQLiteTimestamp";
2196
+ data: Date;
2197
+ driverParam: number;
2198
+ notNull: false;
2199
+ hasDefault: true;
2200
+ isPrimaryKey: false;
2201
+ isAutoincrement: false;
2202
+ hasRuntimeDefault: false;
2203
+ enumValues: undefined;
2204
+ baseColumn: never;
2205
+ identity: undefined;
2206
+ generated: undefined;
2207
+ }, {}, {}>;
2208
+ updatedBy: drizzle_orm_sqlite_core.SQLiteColumn<{
2209
+ name: "updated_by";
2210
+ tableName: "account";
2211
+ dataType: "string";
2212
+ columnType: "SQLiteText";
2213
+ data: string;
2214
+ driverParam: string;
2215
+ notNull: false;
2216
+ hasDefault: true;
2217
+ isPrimaryKey: false;
2218
+ isAutoincrement: false;
2219
+ hasRuntimeDefault: false;
2220
+ enumValues: [string, ...string[]];
2221
+ baseColumn: never;
2222
+ identity: undefined;
2223
+ generated: undefined;
2224
+ }, {}, {
2225
+ length: number | undefined;
1538
2226
  }>;
1539
- status: z.ZodEnum<{
1540
- AUTHORIZED: "AUTHORIZED";
1541
- DISABLED: "DISABLED";
1542
- EXPIRED: "EXPIRED";
2227
+ deletedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
2228
+ name: "deleted_at";
2229
+ tableName: "account";
2230
+ dataType: "date";
2231
+ columnType: "SQLiteTimestamp";
2232
+ data: Date;
2233
+ driverParam: number;
2234
+ notNull: false;
2235
+ hasDefault: true;
2236
+ isPrimaryKey: false;
2237
+ isAutoincrement: false;
2238
+ hasRuntimeDefault: false;
2239
+ enumValues: undefined;
2240
+ baseColumn: never;
2241
+ identity: undefined;
2242
+ generated: undefined;
2243
+ }, {}, {}>;
2244
+ deletedBy: drizzle_orm_sqlite_core.SQLiteColumn<{
2245
+ name: "deleted_by";
2246
+ tableName: "account";
2247
+ dataType: "string";
2248
+ columnType: "SQLiteText";
2249
+ data: string;
2250
+ driverParam: string;
2251
+ notNull: false;
2252
+ hasDefault: true;
2253
+ isPrimaryKey: false;
2254
+ isAutoincrement: false;
2255
+ hasRuntimeDefault: false;
2256
+ enumValues: [string, ...string[]];
2257
+ baseColumn: never;
2258
+ identity: undefined;
2259
+ generated: undefined;
2260
+ }, {}, {
2261
+ length: number | undefined;
1543
2262
  }>;
1544
- bankRefId: z.ZodString;
1545
- batchSizeLimit: z.ZodNumber;
1546
- syncIntervalS: z.ZodNumber;
1547
2263
  }, {
1548
- out: {};
1549
- in: {};
1550
- }>;
1551
- declare const accountUpdateSchema: z.ZodObject<{
1552
- lastSyncAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
1553
- lastSyncMetadata: z.ZodOptional<z.ZodNullable<z.ZodType<Buffer, unknown, z.core.$ZodTypeInternals<Buffer, unknown>>>>;
1554
- createdAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
1555
- updatedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
1556
- deletedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
1557
- createdBy: z.ZodOptional<z.ZodString>;
1558
- updatedBy: z.ZodOptional<z.ZodString>;
1559
- deletedBy: z.ZodOptional<z.ZodString>;
1560
- name: z.ZodOptional<z.ZodString>;
1561
- swiftBic: z.ZodOptional<z.ZodString>;
1562
- bicCor: z.ZodOptional<z.ZodString>;
1563
- routingNumber: z.ZodOptional<z.ZodString>;
1564
- sortCode: z.ZodOptional<z.ZodString>;
1565
- clabe: z.ZodOptional<z.ZodString>;
1566
- bsb: z.ZodOptional<z.ZodString>;
1567
- brBankNumber: z.ZodOptional<z.ZodString>;
1568
- address: z.ZodOptional<z.ZodObject<{
1569
- streetName: z.ZodOptional<z.ZodString>;
1570
- buildingNumber: z.ZodOptional<z.ZodString>;
1571
- city: z.ZodOptional<z.ZodString>;
1572
- postalCode: z.ZodOptional<z.ZodString>;
1573
- countryCode: z.ZodOptional<z.ZodEnum<{
2264
+ address: () => zod.ZodOptional<zod.ZodObject<{
2265
+ streetName: zod.ZodOptional<zod.ZodString>;
2266
+ buildingNumber: zod.ZodOptional<zod.ZodString>;
2267
+ city: zod.ZodOptional<zod.ZodString>;
2268
+ postalCode: zod.ZodOptional<zod.ZodString>;
2269
+ countryCode: zod.ZodOptional<zod.ZodEnum<{
1574
2270
  IM: "IM";
1575
2271
  AF: "AF";
1576
2272
  AL: "AL";
@@ -1783,391 +2479,558 @@ declare const accountUpdateSchema: z.ZodObject<{
1783
2479
  ZM: "ZM";
1784
2480
  ZW: "ZW";
1785
2481
  }>>;
1786
- }, z.core.$strip>>;
1787
- id: z.ZodString;
1788
- holderName: z.ZodString;
1789
- number: z.ZodString;
1790
- iban: z.ZodString;
1791
- bankCode: z.ZodEnum<{
1792
- 5051: "5051";
1793
- "0100": "0100";
1794
- "0300": "0300";
1795
- "0600": "0600";
1796
- "0710": "0710";
1797
- "0800": "0800";
1798
- 2010: "2010";
1799
- 2020: "2020";
1800
- 2030: "2030";
1801
- 2060: "2060";
1802
- 2070: "2070";
1803
- 2100: "2100";
1804
- 2200: "2200";
1805
- 2210: "2210";
1806
- 2220: "2220";
1807
- 2240: "2240";
1808
- 2250: "2250";
1809
- 2260: "2260";
1810
- 2310: "2310";
1811
- 2600: "2600";
1812
- 2700: "2700";
1813
- 3030: "3030";
1814
- 3050: "3050";
1815
- 3060: "3060";
1816
- 3500: "3500";
1817
- 4000: "4000";
1818
- 4300: "4300";
1819
- 5500: "5500";
1820
- 5400: "5400";
1821
- 5800: "5800";
1822
- 6000: "6000";
1823
- 6100: "6100";
1824
- 6200: "6200";
1825
- 6210: "6210";
1826
- 6300: "6300";
1827
- 6363: "6363";
1828
- 6700: "6700";
1829
- 6800: "6800";
1830
- 7940: "7940";
1831
- 7910: "7910";
1832
- 7950: "7950";
1833
- 7960: "7960";
1834
- 7980: "7980";
1835
- 7970: "7970";
1836
- 7990: "7990";
1837
- 8030: "8030";
1838
- 8040: "8040";
1839
- 8060: "8060";
1840
- 8090: "8090";
1841
- 8150: "8150";
1842
- 8190: "8190";
1843
- 8198: "8198";
1844
- 8200: "8200";
1845
- 8220: "8220";
1846
- 8230: "8230";
1847
- 8240: "8240";
1848
- 8250: "8250";
1849
- 8255: "8255";
1850
- 8265: "8265";
1851
- 8500: "8500";
1852
- 8610: "8610";
2482
+ }, zod_v4_core.$strip>>;
2483
+ }, undefined>;
2484
+ declare const accountSelectSchema: drizzle_zod.BuildSchema<"select", {
2485
+ countryCode: drizzle_orm_sqlite_core.SQLiteColumn<{
2486
+ name: "country_code";
2487
+ tableName: "account";
2488
+ dataType: "string";
2489
+ columnType: "SQLiteText";
2490
+ data: "AF" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BO" | "BQ" | "BA" | "BW" | "BR" | "IO" | "VG" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "CF" | "TD" | "CL" | "CN" | "CO" | "KM" | "CK" | "CR" | "HR" | "CW" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DM" | "DO" | "TL" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GR" | "GD" | "GP" | "GU" | "GT" | "GN" | "GW" | "GY" | "HT" | "HN" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "CI" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "XK" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LI" | "LT" | "LU" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MQ" | "MR" | "MU" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "NA" | "NP" | "NL" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "KP" | "NO" | "OM" | "PK" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PL" | "PT" | "PR" | "QA" | "CG" | "RE" | "RO" | "RU" | "RW" | "BL" | "KN" | "LC" | "MF" | "VC" | "WS" | "SM" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SO" | "ZA" | "KR" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "TW" | "TJ" | "TZ" | "TH" | "TG" | "TO" | "TT" | "TN" | "TR" | "TM" | "UM" | "VI" | "UG" | "UA" | "AE" | "GB" | "US" | "UZ" | "VU" | "VE" | "VN" | "WF" | "EH" | "YE" | "ZM" | "ZW";
2491
+ driverParam: string;
2492
+ notNull: true;
2493
+ hasDefault: false;
2494
+ isPrimaryKey: false;
2495
+ isAutoincrement: false;
2496
+ hasRuntimeDefault: false;
2497
+ enumValues: ["AF" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BO" | "BQ" | "BA" | "BW" | "BR" | "IO" | "VG" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "CF" | "TD" | "CL" | "CN" | "CO" | "KM" | "CK" | "CR" | "HR" | "CW" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DM" | "DO" | "TL" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GR" | "GD" | "GP" | "GU" | "GT" | "GN" | "GW" | "GY" | "HT" | "HN" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "CI" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "XK" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LI" | "LT" | "LU" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MQ" | "MR" | "MU" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "NA" | "NP" | "NL" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "KP" | "NO" | "OM" | "PK" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PL" | "PT" | "PR" | "QA" | "CG" | "RE" | "RO" | "RU" | "RW" | "BL" | "KN" | "LC" | "MF" | "VC" | "WS" | "SM" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SO" | "ZA" | "KR" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "TW" | "TJ" | "TZ" | "TH" | "TG" | "TO" | "TT" | "TN" | "TR" | "TM" | "UM" | "VI" | "UG" | "UA" | "AE" | "GB" | "US" | "UZ" | "VU" | "VE" | "VN" | "WF" | "EH" | "YE" | "ZM" | "ZW", ...("AF" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BO" | "BQ" | "BA" | "BW" | "BR" | "IO" | "VG" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "CF" | "TD" | "CL" | "CN" | "CO" | "KM" | "CK" | "CR" | "HR" | "CW" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DM" | "DO" | "TL" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GR" | "GD" | "GP" | "GU" | "GT" | "GN" | "GW" | "GY" | "HT" | "HN" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "CI" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "XK" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LI" | "LT" | "LU" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MQ" | "MR" | "MU" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "NA" | "NP" | "NL" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "KP" | "NO" | "OM" | "PK" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PL" | "PT" | "PR" | "QA" | "CG" | "RE" | "RO" | "RU" | "RW" | "BL" | "KN" | "LC" | "MF" | "VC" | "WS" | "SM" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SO" | "ZA" | "KR" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "TW" | "TJ" | "TZ" | "TH" | "TG" | "TO" | "TT" | "TN" | "TR" | "TM" | "UM" | "VI" | "UG" | "UA" | "AE" | "GB" | "US" | "UZ" | "VU" | "VE" | "VN" | "WF" | "EH" | "YE" | "ZM" | "ZW")[]];
2498
+ baseColumn: never;
2499
+ identity: undefined;
2500
+ generated: undefined;
2501
+ }, {}, {
2502
+ length: number | undefined;
2503
+ $type: "AF" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BO" | "BQ" | "BA" | "BW" | "BR" | "IO" | "VG" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "CF" | "TD" | "CL" | "CN" | "CO" | "KM" | "CK" | "CR" | "HR" | "CW" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DM" | "DO" | "TL" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GR" | "GD" | "GP" | "GU" | "GT" | "GN" | "GW" | "GY" | "HT" | "HN" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "CI" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "XK" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LI" | "LT" | "LU" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MQ" | "MR" | "MU" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "NA" | "NP" | "NL" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "KP" | "NO" | "OM" | "PK" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PL" | "PT" | "PR" | "QA" | "CG" | "RE" | "RO" | "RU" | "RW" | "BL" | "KN" | "LC" | "MF" | "VC" | "WS" | "SM" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SO" | "ZA" | "KR" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "TW" | "TJ" | "TZ" | "TH" | "TG" | "TO" | "TT" | "TN" | "TR" | "TM" | "UM" | "VI" | "UG" | "UA" | "AE" | "GB" | "US" | "UZ" | "VU" | "VE" | "VN" | "WF" | "EH" | "YE" | "ZM" | "ZW";
2504
+ }>;
2505
+ number: drizzle_orm_sqlite_core.SQLiteColumn<{
2506
+ name: "number";
2507
+ tableName: "account";
2508
+ dataType: "string";
2509
+ columnType: "SQLiteText";
2510
+ data: string;
2511
+ driverParam: string;
2512
+ notNull: true;
2513
+ hasDefault: false;
2514
+ isPrimaryKey: false;
2515
+ isAutoincrement: false;
2516
+ hasRuntimeDefault: false;
2517
+ enumValues: [string, ...string[]];
2518
+ baseColumn: never;
2519
+ identity: undefined;
2520
+ generated: undefined;
2521
+ }, {}, {
2522
+ length: number | undefined;
2523
+ }>;
2524
+ name: drizzle_orm_sqlite_core.SQLiteColumn<{
2525
+ name: "name";
2526
+ tableName: "account";
2527
+ dataType: "string";
2528
+ columnType: "SQLiteText";
2529
+ data: string;
2530
+ driverParam: string;
2531
+ notNull: false;
2532
+ hasDefault: false;
2533
+ isPrimaryKey: false;
2534
+ isAutoincrement: false;
2535
+ hasRuntimeDefault: false;
2536
+ enumValues: [string, ...string[]];
2537
+ baseColumn: never;
2538
+ identity: undefined;
2539
+ generated: undefined;
2540
+ }, {}, {
2541
+ length: number | undefined;
2542
+ }>;
2543
+ iban: drizzle_orm_sqlite_core.SQLiteColumn<{
2544
+ name: "iban";
2545
+ tableName: "account";
2546
+ dataType: "string";
2547
+ columnType: "SQLiteText";
2548
+ data: string;
2549
+ driverParam: string;
2550
+ notNull: true;
2551
+ hasDefault: false;
2552
+ isPrimaryKey: false;
2553
+ isAutoincrement: false;
2554
+ hasRuntimeDefault: false;
2555
+ enumValues: [string, ...string[]];
2556
+ baseColumn: never;
2557
+ identity: undefined;
2558
+ generated: undefined;
2559
+ }, {}, {
2560
+ length: number | undefined;
2561
+ }>;
2562
+ bankCode: drizzle_orm_sqlite_core.SQLiteColumn<{
2563
+ name: "bank_code";
2564
+ tableName: "account";
2565
+ dataType: "string";
2566
+ columnType: "SQLiteText";
2567
+ data: "5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2020" | "2030" | "2060" | "2070" | "2100" | "2200" | "2210" | "2220" | "2240" | "2250" | "2260" | "2310" | "2600" | "2700" | "3030" | "3050" | "3060" | "3500" | "4000" | "4300" | "5500" | "5400" | "5800" | "6000" | "6100" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7940" | "7910" | "7950" | "7960" | "7980" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8200" | "8220" | "8230" | "8240" | "8250" | "8255" | "8265" | "8500" | "8610";
2568
+ driverParam: string;
2569
+ notNull: true;
2570
+ hasDefault: false;
2571
+ isPrimaryKey: false;
2572
+ isAutoincrement: false;
2573
+ hasRuntimeDefault: false;
2574
+ enumValues: ["5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2020" | "2030" | "2060" | "2070" | "2100" | "2200" | "2210" | "2220" | "2240" | "2250" | "2260" | "2310" | "2600" | "2700" | "3030" | "3050" | "3060" | "3500" | "4000" | "4300" | "5500" | "5400" | "5800" | "6000" | "6100" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7940" | "7910" | "7950" | "7960" | "7980" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8200" | "8220" | "8230" | "8240" | "8250" | "8255" | "8265" | "8500" | "8610", ...("5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2020" | "2030" | "2060" | "2070" | "2100" | "2200" | "2210" | "2220" | "2240" | "2250" | "2260" | "2310" | "2600" | "2700" | "3030" | "3050" | "3060" | "3500" | "4000" | "4300" | "5500" | "5400" | "5800" | "6000" | "6100" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7940" | "7910" | "7950" | "7960" | "7980" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8200" | "8220" | "8230" | "8240" | "8250" | "8255" | "8265" | "8500" | "8610")[]];
2575
+ baseColumn: never;
2576
+ identity: undefined;
2577
+ generated: undefined;
2578
+ }, {}, {
2579
+ length: number | undefined;
2580
+ }>;
2581
+ connectorKey: drizzle_orm_sqlite_core.SQLiteColumn<{
2582
+ name: "connector_key";
2583
+ tableName: "account";
2584
+ dataType: "string";
2585
+ columnType: "SQLiteText";
2586
+ data: "ERSTE" | "FINBRICKS" | "MOCK" | "CREDITAS" | "MOCK_COBS" | "FIO" | "MONETA" | "DBU" | "CSAS" | "AIRBANK" | "KB" | "CSOB";
2587
+ driverParam: string;
2588
+ notNull: true;
2589
+ hasDefault: false;
2590
+ isPrimaryKey: false;
2591
+ isAutoincrement: false;
2592
+ hasRuntimeDefault: false;
2593
+ enumValues: ["ERSTE", "FINBRICKS", "MOCK", "CREDITAS", "MOCK_COBS", "FIO", "MONETA", "DBU", "CSAS", "AIRBANK", "KB", "CSOB"];
2594
+ baseColumn: never;
2595
+ identity: undefined;
2596
+ generated: undefined;
2597
+ }, {}, {
2598
+ length: number | undefined;
2599
+ $type: "ERSTE" | "FINBRICKS" | "MOCK" | "CREDITAS" | "MOCK_COBS" | "FIO" | "MONETA" | "DBU" | "CSAS" | "AIRBANK" | "KB" | "CSOB";
2600
+ }>;
2601
+ status: drizzle_orm_sqlite_core.SQLiteColumn<{
2602
+ name: "status";
2603
+ tableName: "account";
2604
+ dataType: "string";
2605
+ columnType: "SQLiteText";
2606
+ data: "AUTHORIZED" | "DISABLED" | "EXPIRED";
2607
+ driverParam: string;
2608
+ notNull: true;
2609
+ hasDefault: false;
2610
+ isPrimaryKey: false;
2611
+ isAutoincrement: false;
2612
+ hasRuntimeDefault: false;
2613
+ enumValues: ["AUTHORIZED", "DISABLED", "EXPIRED"];
2614
+ baseColumn: never;
2615
+ identity: undefined;
2616
+ generated: undefined;
2617
+ }, {}, {
2618
+ length: number | undefined;
2619
+ $type: "AUTHORIZED" | "DISABLED" | "EXPIRED";
2620
+ }>;
2621
+ bankRefId: drizzle_orm_sqlite_core.SQLiteColumn<{
2622
+ name: "bank_ref_id";
2623
+ tableName: "account";
2624
+ dataType: "string";
2625
+ columnType: "SQLiteText";
2626
+ data: string;
2627
+ driverParam: string;
2628
+ notNull: true;
2629
+ hasDefault: false;
2630
+ isPrimaryKey: false;
2631
+ isAutoincrement: false;
2632
+ hasRuntimeDefault: false;
2633
+ enumValues: [string, ...string[]];
2634
+ baseColumn: never;
2635
+ identity: undefined;
2636
+ generated: undefined;
2637
+ }, {}, {
2638
+ length: number | undefined;
2639
+ }>;
2640
+ batchSizeLimit: drizzle_orm_sqlite_core.SQLiteColumn<{
2641
+ name: "batch_size_limit";
2642
+ tableName: "account";
2643
+ dataType: "number";
2644
+ columnType: "SQLiteInteger";
2645
+ data: number;
2646
+ driverParam: number;
2647
+ notNull: true;
2648
+ hasDefault: true;
2649
+ isPrimaryKey: false;
2650
+ isAutoincrement: false;
2651
+ hasRuntimeDefault: false;
2652
+ enumValues: undefined;
2653
+ baseColumn: never;
2654
+ identity: undefined;
2655
+ generated: undefined;
2656
+ }, {}, {}>;
2657
+ syncIntervalS: drizzle_orm_sqlite_core.SQLiteColumn<{
2658
+ name: "sync_interval_s";
2659
+ tableName: "account";
2660
+ dataType: "number";
2661
+ columnType: "SQLiteInteger";
2662
+ data: number;
2663
+ driverParam: number;
2664
+ notNull: true;
2665
+ hasDefault: true;
2666
+ isPrimaryKey: false;
2667
+ isAutoincrement: false;
2668
+ hasRuntimeDefault: false;
2669
+ enumValues: undefined;
2670
+ baseColumn: never;
2671
+ identity: undefined;
2672
+ generated: undefined;
2673
+ }, {}, {}>;
2674
+ lastSyncAt: drizzle_orm_sqlite_core.SQLiteColumn<{
2675
+ name: "last_sync_at";
2676
+ tableName: "account";
2677
+ dataType: "date";
2678
+ columnType: "SQLiteTimestamp";
2679
+ data: Date;
2680
+ driverParam: number;
2681
+ notNull: false;
2682
+ hasDefault: false;
2683
+ isPrimaryKey: false;
2684
+ isAutoincrement: false;
2685
+ hasRuntimeDefault: false;
2686
+ enumValues: undefined;
2687
+ baseColumn: never;
2688
+ identity: undefined;
2689
+ generated: undefined;
2690
+ }, {}, {}>;
2691
+ lastSyncMetadata: drizzle_orm_sqlite_core.SQLiteColumn<{
2692
+ name: "last_sync_metadata";
2693
+ tableName: "account";
2694
+ dataType: "json";
2695
+ columnType: "SQLiteTextJson";
2696
+ data: LastSyncMetadata;
2697
+ driverParam: string;
2698
+ notNull: false;
2699
+ hasDefault: false;
2700
+ isPrimaryKey: false;
2701
+ isAutoincrement: false;
2702
+ hasRuntimeDefault: false;
2703
+ enumValues: undefined;
2704
+ baseColumn: never;
2705
+ identity: undefined;
2706
+ generated: undefined;
2707
+ }, {}, {
2708
+ $type: LastSyncMetadata;
2709
+ }>;
2710
+ holderName: drizzle_orm_sqlite_core.SQLiteColumn<{
2711
+ name: "holder_name";
2712
+ tableName: "account";
2713
+ dataType: "string";
2714
+ columnType: "SQLiteText";
2715
+ data: string;
2716
+ driverParam: string;
2717
+ notNull: true;
2718
+ hasDefault: false;
2719
+ isPrimaryKey: false;
2720
+ isAutoincrement: false;
2721
+ hasRuntimeDefault: false;
2722
+ enumValues: [string, ...string[]];
2723
+ baseColumn: never;
2724
+ identity: undefined;
2725
+ generated: undefined;
2726
+ }, {}, {
2727
+ length: number | undefined;
2728
+ }>;
2729
+ address: drizzle_orm_sqlite_core.SQLiteColumn<{
2730
+ name: "address";
2731
+ tableName: "account";
2732
+ dataType: "json";
2733
+ columnType: "SQLiteTextJson";
2734
+ data: _develit_io_backend_sdk.StructuredAddress | null;
2735
+ driverParam: string;
2736
+ notNull: false;
2737
+ hasDefault: false;
2738
+ isPrimaryKey: false;
2739
+ isAutoincrement: false;
2740
+ hasRuntimeDefault: false;
2741
+ enumValues: undefined;
2742
+ baseColumn: never;
2743
+ identity: undefined;
2744
+ generated: undefined;
2745
+ }, {}, {
2746
+ $type: _develit_io_backend_sdk.StructuredAddress | null;
2747
+ }>;
2748
+ swiftBic: drizzle_orm_sqlite_core.SQLiteColumn<{
2749
+ name: "swift_bic";
2750
+ tableName: "account";
2751
+ dataType: "string";
2752
+ columnType: "SQLiteText";
2753
+ data: string;
2754
+ driverParam: string;
2755
+ notNull: false;
2756
+ hasDefault: false;
2757
+ isPrimaryKey: false;
2758
+ isAutoincrement: false;
2759
+ hasRuntimeDefault: false;
2760
+ enumValues: [string, ...string[]];
2761
+ baseColumn: never;
2762
+ identity: undefined;
2763
+ generated: undefined;
2764
+ }, {}, {
2765
+ length: number | undefined;
2766
+ }>;
2767
+ bicCor: drizzle_orm_sqlite_core.SQLiteColumn<{
2768
+ name: "bic_cor";
2769
+ tableName: "account";
2770
+ dataType: "string";
2771
+ columnType: "SQLiteText";
2772
+ data: string;
2773
+ driverParam: string;
2774
+ notNull: false;
2775
+ hasDefault: false;
2776
+ isPrimaryKey: false;
2777
+ isAutoincrement: false;
2778
+ hasRuntimeDefault: false;
2779
+ enumValues: [string, ...string[]];
2780
+ baseColumn: never;
2781
+ identity: undefined;
2782
+ generated: undefined;
2783
+ }, {}, {
2784
+ length: number | undefined;
2785
+ }>;
2786
+ currency: drizzle_orm_sqlite_core.SQLiteColumn<{
2787
+ name: "currency";
2788
+ tableName: "account";
2789
+ dataType: "string";
2790
+ columnType: "SQLiteText";
2791
+ data: "CZK" | "EUR" | "USD" | "PLN" | "RON" | "GBP" | "RUB" | "HUF" | "CHF" | "DKK" | "SEK" | "HRK" | "NOK" | "BGN" | "TRY" | "AUD" | "CAD" | "JPY" | "CNY" | "INR" | "BRL" | "MXN" | "ZAR" | "SGD" | "HKD" | "KRW" | "MYR" | "THB" | "IDR" | "PHP" | "AED" | "SAR" | "ILS" | "EGP" | "NGN" | "PKR" | "COP" | "CLP" | "PEN" | "VND" | "KZT" | "UAH" | "BTC" | "ETH" | "ADA" | "DOT" | "ATOM" | "XRP" | "LTC" | "SOL" | "DOGE" | "MATIC" | "AVAX";
2792
+ driverParam: string;
2793
+ notNull: true;
2794
+ hasDefault: false;
2795
+ isPrimaryKey: false;
2796
+ isAutoincrement: false;
2797
+ hasRuntimeDefault: false;
2798
+ enumValues: ["CZK" | "EUR" | "USD" | "PLN" | "RON" | "GBP" | "RUB" | "HUF" | "CHF" | "DKK" | "SEK" | "HRK" | "NOK" | "BGN" | "TRY" | "AUD" | "CAD" | "JPY" | "CNY" | "INR" | "BRL" | "MXN" | "ZAR" | "SGD" | "HKD" | "KRW" | "MYR" | "THB" | "IDR" | "PHP" | "AED" | "SAR" | "ILS" | "EGP" | "NGN" | "PKR" | "COP" | "CLP" | "PEN" | "VND" | "KZT" | "UAH" | "BTC" | "ETH" | "ADA" | "DOT" | "ATOM" | "XRP" | "LTC" | "SOL" | "DOGE" | "MATIC" | "AVAX", ...("CZK" | "EUR" | "USD" | "PLN" | "RON" | "GBP" | "RUB" | "HUF" | "CHF" | "DKK" | "SEK" | "HRK" | "NOK" | "BGN" | "TRY" | "AUD" | "CAD" | "JPY" | "CNY" | "INR" | "BRL" | "MXN" | "ZAR" | "SGD" | "HKD" | "KRW" | "MYR" | "THB" | "IDR" | "PHP" | "AED" | "SAR" | "ILS" | "EGP" | "NGN" | "PKR" | "COP" | "CLP" | "PEN" | "VND" | "KZT" | "UAH" | "BTC" | "ETH" | "ADA" | "DOT" | "ATOM" | "XRP" | "LTC" | "SOL" | "DOGE" | "MATIC" | "AVAX")[]];
2799
+ baseColumn: never;
2800
+ identity: undefined;
2801
+ generated: undefined;
2802
+ }, {}, {
2803
+ length: number | undefined;
2804
+ }>;
2805
+ routingNumber: drizzle_orm_sqlite_core.SQLiteColumn<{
2806
+ name: "routing_number";
2807
+ tableName: "account";
2808
+ dataType: "string";
2809
+ columnType: "SQLiteText";
2810
+ data: string;
2811
+ driverParam: string;
2812
+ notNull: false;
2813
+ hasDefault: false;
2814
+ isPrimaryKey: false;
2815
+ isAutoincrement: false;
2816
+ hasRuntimeDefault: false;
2817
+ enumValues: [string, ...string[]];
2818
+ baseColumn: never;
2819
+ identity: undefined;
2820
+ generated: undefined;
2821
+ }, {}, {
2822
+ length: number | undefined;
2823
+ }>;
2824
+ sortCode: drizzle_orm_sqlite_core.SQLiteColumn<{
2825
+ name: "sort_code";
2826
+ tableName: "account";
2827
+ dataType: "string";
2828
+ columnType: "SQLiteText";
2829
+ data: string;
2830
+ driverParam: string;
2831
+ notNull: false;
2832
+ hasDefault: false;
2833
+ isPrimaryKey: false;
2834
+ isAutoincrement: false;
2835
+ hasRuntimeDefault: false;
2836
+ enumValues: [string, ...string[]];
2837
+ baseColumn: never;
2838
+ identity: undefined;
2839
+ generated: undefined;
2840
+ }, {}, {
2841
+ length: number | undefined;
2842
+ }>;
2843
+ clabe: drizzle_orm_sqlite_core.SQLiteColumn<{
2844
+ name: "clabe";
2845
+ tableName: "account";
2846
+ dataType: "string";
2847
+ columnType: "SQLiteText";
2848
+ data: string;
2849
+ driverParam: string;
2850
+ notNull: false;
2851
+ hasDefault: false;
2852
+ isPrimaryKey: false;
2853
+ isAutoincrement: false;
2854
+ hasRuntimeDefault: false;
2855
+ enumValues: [string, ...string[]];
2856
+ baseColumn: never;
2857
+ identity: undefined;
2858
+ generated: undefined;
2859
+ }, {}, {
2860
+ length: number | undefined;
2861
+ }>;
2862
+ bsb: drizzle_orm_sqlite_core.SQLiteColumn<{
2863
+ name: "bsb";
2864
+ tableName: "account";
2865
+ dataType: "string";
2866
+ columnType: "SQLiteText";
2867
+ data: string;
2868
+ driverParam: string;
2869
+ notNull: false;
2870
+ hasDefault: false;
2871
+ isPrimaryKey: false;
2872
+ isAutoincrement: false;
2873
+ hasRuntimeDefault: false;
2874
+ enumValues: [string, ...string[]];
2875
+ baseColumn: never;
2876
+ identity: undefined;
2877
+ generated: undefined;
2878
+ }, {}, {
2879
+ length: number | undefined;
2880
+ }>;
2881
+ brBankNumber: drizzle_orm_sqlite_core.SQLiteColumn<{
2882
+ name: "br_bank_number";
2883
+ tableName: "account";
2884
+ dataType: "string";
2885
+ columnType: "SQLiteText";
2886
+ data: string;
2887
+ driverParam: string;
2888
+ notNull: false;
2889
+ hasDefault: false;
2890
+ isPrimaryKey: false;
2891
+ isAutoincrement: false;
2892
+ hasRuntimeDefault: false;
2893
+ enumValues: [string, ...string[]];
2894
+ baseColumn: never;
2895
+ identity: undefined;
2896
+ generated: undefined;
2897
+ }, {}, {
2898
+ length: number | undefined;
1853
2899
  }>;
1854
- countryCode: z.ZodEnum<{
1855
- AF: "AF";
1856
- AL: "AL";
1857
- DZ: "DZ";
1858
- AS: "AS";
1859
- AD: "AD";
1860
- AO: "AO";
1861
- AG: "AG";
1862
- AR: "AR";
1863
- AM: "AM";
1864
- AW: "AW";
1865
- AU: "AU";
1866
- AT: "AT";
1867
- AZ: "AZ";
1868
- BS: "BS";
1869
- BH: "BH";
1870
- BD: "BD";
1871
- BB: "BB";
1872
- BY: "BY";
1873
- BE: "BE";
1874
- BZ: "BZ";
1875
- BJ: "BJ";
1876
- BO: "BO";
1877
- BQ: "BQ";
1878
- BA: "BA";
1879
- BW: "BW";
1880
- BR: "BR";
1881
- IO: "IO";
1882
- VG: "VG";
1883
- BG: "BG";
1884
- BF: "BF";
1885
- BI: "BI";
1886
- KH: "KH";
1887
- CM: "CM";
1888
- CA: "CA";
1889
- CV: "CV";
1890
- CF: "CF";
1891
- TD: "TD";
1892
- CL: "CL";
1893
- CN: "CN";
1894
- CO: "CO";
1895
- KM: "KM";
1896
- CK: "CK";
1897
- CR: "CR";
1898
- HR: "HR";
1899
- CW: "CW";
1900
- CY: "CY";
1901
- CZ: "CZ";
1902
- CD: "CD";
1903
- DK: "DK";
1904
- DJ: "DJ";
1905
- DM: "DM";
1906
- DO: "DO";
1907
- TL: "TL";
1908
- EC: "EC";
1909
- EG: "EG";
1910
- SV: "SV";
1911
- GQ: "GQ";
1912
- ER: "ER";
1913
- EE: "EE";
1914
- ET: "ET";
1915
- FO: "FO";
1916
- FJ: "FJ";
1917
- FI: "FI";
1918
- FR: "FR";
1919
- GF: "GF";
1920
- PF: "PF";
1921
- GA: "GA";
1922
- GM: "GM";
1923
- GE: "GE";
1924
- DE: "DE";
1925
- GH: "GH";
1926
- GR: "GR";
1927
- GD: "GD";
1928
- GP: "GP";
1929
- GU: "GU";
1930
- GT: "GT";
1931
- GN: "GN";
1932
- GW: "GW";
1933
- GY: "GY";
1934
- HT: "HT";
1935
- HN: "HN";
1936
- HU: "HU";
1937
- IS: "IS";
1938
- IN: "IN";
1939
- ID: "ID";
1940
- IR: "IR";
1941
- IQ: "IQ";
1942
- IE: "IE";
1943
- IM: "IM";
1944
- IL: "IL";
1945
- IT: "IT";
1946
- CI: "CI";
1947
- JM: "JM";
1948
- JP: "JP";
1949
- JE: "JE";
1950
- JO: "JO";
1951
- KZ: "KZ";
1952
- KE: "KE";
1953
- KI: "KI";
1954
- XK: "XK";
1955
- KW: "KW";
1956
- KG: "KG";
1957
- LA: "LA";
1958
- LV: "LV";
1959
- LB: "LB";
1960
- LS: "LS";
1961
- LR: "LR";
1962
- LI: "LI";
1963
- LT: "LT";
1964
- LU: "LU";
1965
- MK: "MK";
1966
- MG: "MG";
1967
- MW: "MW";
1968
- MY: "MY";
1969
- MV: "MV";
1970
- ML: "ML";
1971
- MT: "MT";
1972
- MQ: "MQ";
1973
- MR: "MR";
1974
- MU: "MU";
1975
- MX: "MX";
1976
- FM: "FM";
1977
- MD: "MD";
1978
- MC: "MC";
1979
- MN: "MN";
1980
- ME: "ME";
1981
- MS: "MS";
1982
- MA: "MA";
1983
- MZ: "MZ";
1984
- NA: "NA";
1985
- NP: "NP";
1986
- NL: "NL";
1987
- NZ: "NZ";
1988
- NI: "NI";
1989
- NE: "NE";
1990
- NG: "NG";
1991
- NU: "NU";
1992
- NF: "NF";
1993
- KP: "KP";
1994
- NO: "NO";
1995
- OM: "OM";
1996
- PK: "PK";
1997
- PS: "PS";
1998
- PA: "PA";
1999
- PG: "PG";
2000
- PY: "PY";
2001
- PE: "PE";
2002
- PH: "PH";
2003
- PL: "PL";
2004
- PT: "PT";
2005
- PR: "PR";
2006
- QA: "QA";
2007
- CG: "CG";
2008
- RE: "RE";
2009
- RO: "RO";
2010
- RU: "RU";
2011
- RW: "RW";
2012
- BL: "BL";
2013
- KN: "KN";
2014
- LC: "LC";
2015
- MF: "MF";
2016
- VC: "VC";
2017
- WS: "WS";
2018
- SM: "SM";
2019
- SA: "SA";
2020
- SN: "SN";
2021
- RS: "RS";
2022
- SC: "SC";
2023
- SL: "SL";
2024
- SG: "SG";
2025
- SX: "SX";
2026
- SK: "SK";
2027
- SI: "SI";
2028
- SO: "SO";
2029
- ZA: "ZA";
2030
- KR: "KR";
2031
- SS: "SS";
2032
- ES: "ES";
2033
- LK: "LK";
2034
- SD: "SD";
2035
- SR: "SR";
2036
- SJ: "SJ";
2037
- SZ: "SZ";
2038
- SE: "SE";
2039
- CH: "CH";
2040
- TW: "TW";
2041
- TJ: "TJ";
2042
- TZ: "TZ";
2043
- TH: "TH";
2044
- TG: "TG";
2045
- TO: "TO";
2046
- TT: "TT";
2047
- TN: "TN";
2048
- TR: "TR";
2049
- TM: "TM";
2050
- UM: "UM";
2051
- VI: "VI";
2052
- UG: "UG";
2053
- UA: "UA";
2054
- AE: "AE";
2055
- GB: "GB";
2056
- US: "US";
2057
- UZ: "UZ";
2058
- VU: "VU";
2059
- VE: "VE";
2060
- VN: "VN";
2061
- WF: "WF";
2062
- EH: "EH";
2063
- YE: "YE";
2064
- ZM: "ZM";
2065
- ZW: "ZW";
2900
+ id: drizzle_orm_sqlite_core.SQLiteColumn<{
2901
+ name: "id";
2902
+ tableName: "account";
2903
+ dataType: "string";
2904
+ columnType: "SQLiteText";
2905
+ data: string;
2906
+ driverParam: string;
2907
+ notNull: true;
2908
+ hasDefault: false;
2909
+ isPrimaryKey: true;
2910
+ isAutoincrement: false;
2911
+ hasRuntimeDefault: false;
2912
+ enumValues: [string, ...string[]];
2913
+ baseColumn: never;
2914
+ identity: undefined;
2915
+ generated: undefined;
2916
+ }, {}, {
2917
+ length: number | undefined;
2066
2918
  }>;
2067
- currency: z.ZodEnum<{
2068
- CZK: "CZK";
2069
- EUR: "EUR";
2070
- USD: "USD";
2071
- PLN: "PLN";
2072
- RON: "RON";
2073
- GBP: "GBP";
2074
- RUB: "RUB";
2075
- HUF: "HUF";
2076
- CHF: "CHF";
2077
- DKK: "DKK";
2078
- SEK: "SEK";
2079
- HRK: "HRK";
2080
- NOK: "NOK";
2081
- BGN: "BGN";
2082
- TRY: "TRY";
2083
- AUD: "AUD";
2084
- CAD: "CAD";
2085
- JPY: "JPY";
2086
- CNY: "CNY";
2087
- INR: "INR";
2088
- BRL: "BRL";
2089
- MXN: "MXN";
2090
- ZAR: "ZAR";
2091
- SGD: "SGD";
2092
- HKD: "HKD";
2093
- KRW: "KRW";
2094
- MYR: "MYR";
2095
- THB: "THB";
2096
- IDR: "IDR";
2097
- PHP: "PHP";
2098
- AED: "AED";
2099
- SAR: "SAR";
2100
- ILS: "ILS";
2101
- EGP: "EGP";
2102
- NGN: "NGN";
2103
- PKR: "PKR";
2104
- COP: "COP";
2105
- CLP: "CLP";
2106
- PEN: "PEN";
2107
- VND: "VND";
2108
- KZT: "KZT";
2109
- UAH: "UAH";
2110
- BTC: "BTC";
2111
- ETH: "ETH";
2112
- ADA: "ADA";
2113
- DOT: "DOT";
2114
- ATOM: "ATOM";
2115
- XRP: "XRP";
2116
- LTC: "LTC";
2117
- SOL: "SOL";
2118
- DOGE: "DOGE";
2119
- MATIC: "MATIC";
2120
- AVAX: "AVAX";
2919
+ createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
2920
+ name: "created_at";
2921
+ tableName: "account";
2922
+ dataType: "date";
2923
+ columnType: "SQLiteTimestamp";
2924
+ data: Date;
2925
+ driverParam: number;
2926
+ notNull: false;
2927
+ hasDefault: true;
2928
+ isPrimaryKey: false;
2929
+ isAutoincrement: false;
2930
+ hasRuntimeDefault: false;
2931
+ enumValues: undefined;
2932
+ baseColumn: never;
2933
+ identity: undefined;
2934
+ generated: undefined;
2935
+ }, {}, {}>;
2936
+ createdBy: drizzle_orm_sqlite_core.SQLiteColumn<{
2937
+ name: "created_by";
2938
+ tableName: "account";
2939
+ dataType: "string";
2940
+ columnType: "SQLiteText";
2941
+ data: string;
2942
+ driverParam: string;
2943
+ notNull: false;
2944
+ hasDefault: true;
2945
+ isPrimaryKey: false;
2946
+ isAutoincrement: false;
2947
+ hasRuntimeDefault: false;
2948
+ enumValues: [string, ...string[]];
2949
+ baseColumn: never;
2950
+ identity: undefined;
2951
+ generated: undefined;
2952
+ }, {}, {
2953
+ length: number | undefined;
2121
2954
  }>;
2122
- connectorKey: z.ZodEnum<{
2123
- ERSTE: "ERSTE";
2124
- FINBRICKS: "FINBRICKS";
2125
- MOCK: "MOCK";
2126
- CREDITAS: "CREDITAS";
2127
- MOCK_COBS: "MOCK_COBS";
2128
- FIO: "FIO";
2129
- MONETA: "MONETA";
2130
- DBU: "DBU";
2131
- CSAS: "CSAS";
2132
- AIRBANK: "AIRBANK";
2133
- KB: "KB";
2134
- CSOB: "CSOB";
2955
+ updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
2956
+ name: "updated_at";
2957
+ tableName: "account";
2958
+ dataType: "date";
2959
+ columnType: "SQLiteTimestamp";
2960
+ data: Date;
2961
+ driverParam: number;
2962
+ notNull: false;
2963
+ hasDefault: true;
2964
+ isPrimaryKey: false;
2965
+ isAutoincrement: false;
2966
+ hasRuntimeDefault: false;
2967
+ enumValues: undefined;
2968
+ baseColumn: never;
2969
+ identity: undefined;
2970
+ generated: undefined;
2971
+ }, {}, {}>;
2972
+ updatedBy: drizzle_orm_sqlite_core.SQLiteColumn<{
2973
+ name: "updated_by";
2974
+ tableName: "account";
2975
+ dataType: "string";
2976
+ columnType: "SQLiteText";
2977
+ data: string;
2978
+ driverParam: string;
2979
+ notNull: false;
2980
+ hasDefault: true;
2981
+ isPrimaryKey: false;
2982
+ isAutoincrement: false;
2983
+ hasRuntimeDefault: false;
2984
+ enumValues: [string, ...string[]];
2985
+ baseColumn: never;
2986
+ identity: undefined;
2987
+ generated: undefined;
2988
+ }, {}, {
2989
+ length: number | undefined;
2135
2990
  }>;
2136
- status: z.ZodEnum<{
2137
- AUTHORIZED: "AUTHORIZED";
2138
- DISABLED: "DISABLED";
2139
- EXPIRED: "EXPIRED";
2991
+ deletedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
2992
+ name: "deleted_at";
2993
+ tableName: "account";
2994
+ dataType: "date";
2995
+ columnType: "SQLiteTimestamp";
2996
+ data: Date;
2997
+ driverParam: number;
2998
+ notNull: false;
2999
+ hasDefault: true;
3000
+ isPrimaryKey: false;
3001
+ isAutoincrement: false;
3002
+ hasRuntimeDefault: false;
3003
+ enumValues: undefined;
3004
+ baseColumn: never;
3005
+ identity: undefined;
3006
+ generated: undefined;
3007
+ }, {}, {}>;
3008
+ deletedBy: drizzle_orm_sqlite_core.SQLiteColumn<{
3009
+ name: "deleted_by";
3010
+ tableName: "account";
3011
+ dataType: "string";
3012
+ columnType: "SQLiteText";
3013
+ data: string;
3014
+ driverParam: string;
3015
+ notNull: false;
3016
+ hasDefault: true;
3017
+ isPrimaryKey: false;
3018
+ isAutoincrement: false;
3019
+ hasRuntimeDefault: false;
3020
+ enumValues: [string, ...string[]];
3021
+ baseColumn: never;
3022
+ identity: undefined;
3023
+ generated: undefined;
3024
+ }, {}, {
3025
+ length: number | undefined;
2140
3026
  }>;
2141
- bankRefId: z.ZodString;
2142
- batchSizeLimit: z.ZodNumber;
2143
- syncIntervalS: z.ZodNumber;
2144
3027
  }, {
2145
- out: {};
2146
- in: {};
2147
- }>;
2148
- declare const accountSelectSchema: z.ZodObject<{
2149
- lastSyncAt: z.ZodNullable<z.ZodDate>;
2150
- lastSyncMetadata: z.ZodNullable<z.ZodType<Buffer, unknown, z.core.$ZodTypeInternals<Buffer, unknown>>>;
2151
- createdAt: z.ZodNullable<z.ZodDate>;
2152
- updatedAt: z.ZodNullable<z.ZodDate>;
2153
- deletedAt: z.ZodNullable<z.ZodDate>;
2154
- createdBy: z.ZodNullable<z.ZodString>;
2155
- updatedBy: z.ZodNullable<z.ZodString>;
2156
- deletedBy: z.ZodNullable<z.ZodString>;
2157
- name: z.ZodNullable<z.ZodString>;
2158
- swiftBic: z.ZodNullable<z.ZodString>;
2159
- bicCor: z.ZodNullable<z.ZodString>;
2160
- routingNumber: z.ZodNullable<z.ZodString>;
2161
- sortCode: z.ZodNullable<z.ZodString>;
2162
- clabe: z.ZodNullable<z.ZodString>;
2163
- bsb: z.ZodNullable<z.ZodString>;
2164
- brBankNumber: z.ZodNullable<z.ZodString>;
2165
- address: z.ZodNullable<z.ZodObject<{
2166
- streetName: z.ZodOptional<z.ZodString>;
2167
- buildingNumber: z.ZodOptional<z.ZodString>;
2168
- city: z.ZodOptional<z.ZodString>;
2169
- postalCode: z.ZodOptional<z.ZodString>;
2170
- countryCode: z.ZodOptional<z.ZodEnum<{
3028
+ address: () => zod.ZodNullable<zod.ZodObject<{
3029
+ streetName: zod.ZodOptional<zod.ZodString>;
3030
+ buildingNumber: zod.ZodOptional<zod.ZodString>;
3031
+ city: zod.ZodOptional<zod.ZodString>;
3032
+ postalCode: zod.ZodOptional<zod.ZodString>;
3033
+ countryCode: zod.ZodOptional<zod.ZodEnum<{
2171
3034
  IM: "IM";
2172
3035
  AF: "AF";
2173
3036
  AL: "AL";
@@ -2380,368 +3243,8 @@ declare const accountSelectSchema: z.ZodObject<{
2380
3243
  ZM: "ZM";
2381
3244
  ZW: "ZW";
2382
3245
  }>>;
2383
- }, z.core.$strip>>;
2384
- id: z.ZodString;
2385
- holderName: z.ZodString;
2386
- number: z.ZodString;
2387
- iban: z.ZodString;
2388
- bankCode: z.ZodEnum<{
2389
- 5051: "5051";
2390
- "0100": "0100";
2391
- "0300": "0300";
2392
- "0600": "0600";
2393
- "0710": "0710";
2394
- "0800": "0800";
2395
- 2010: "2010";
2396
- 2020: "2020";
2397
- 2030: "2030";
2398
- 2060: "2060";
2399
- 2070: "2070";
2400
- 2100: "2100";
2401
- 2200: "2200";
2402
- 2210: "2210";
2403
- 2220: "2220";
2404
- 2240: "2240";
2405
- 2250: "2250";
2406
- 2260: "2260";
2407
- 2310: "2310";
2408
- 2600: "2600";
2409
- 2700: "2700";
2410
- 3030: "3030";
2411
- 3050: "3050";
2412
- 3060: "3060";
2413
- 3500: "3500";
2414
- 4000: "4000";
2415
- 4300: "4300";
2416
- 5500: "5500";
2417
- 5400: "5400";
2418
- 5800: "5800";
2419
- 6000: "6000";
2420
- 6100: "6100";
2421
- 6200: "6200";
2422
- 6210: "6210";
2423
- 6300: "6300";
2424
- 6363: "6363";
2425
- 6700: "6700";
2426
- 6800: "6800";
2427
- 7940: "7940";
2428
- 7910: "7910";
2429
- 7950: "7950";
2430
- 7960: "7960";
2431
- 7980: "7980";
2432
- 7970: "7970";
2433
- 7990: "7990";
2434
- 8030: "8030";
2435
- 8040: "8040";
2436
- 8060: "8060";
2437
- 8090: "8090";
2438
- 8150: "8150";
2439
- 8190: "8190";
2440
- 8198: "8198";
2441
- 8200: "8200";
2442
- 8220: "8220";
2443
- 8230: "8230";
2444
- 8240: "8240";
2445
- 8250: "8250";
2446
- 8255: "8255";
2447
- 8265: "8265";
2448
- 8500: "8500";
2449
- 8610: "8610";
2450
- }>;
2451
- countryCode: z.ZodEnum<{
2452
- AF: "AF";
2453
- AL: "AL";
2454
- DZ: "DZ";
2455
- AS: "AS";
2456
- AD: "AD";
2457
- AO: "AO";
2458
- AG: "AG";
2459
- AR: "AR";
2460
- AM: "AM";
2461
- AW: "AW";
2462
- AU: "AU";
2463
- AT: "AT";
2464
- AZ: "AZ";
2465
- BS: "BS";
2466
- BH: "BH";
2467
- BD: "BD";
2468
- BB: "BB";
2469
- BY: "BY";
2470
- BE: "BE";
2471
- BZ: "BZ";
2472
- BJ: "BJ";
2473
- BO: "BO";
2474
- BQ: "BQ";
2475
- BA: "BA";
2476
- BW: "BW";
2477
- BR: "BR";
2478
- IO: "IO";
2479
- VG: "VG";
2480
- BG: "BG";
2481
- BF: "BF";
2482
- BI: "BI";
2483
- KH: "KH";
2484
- CM: "CM";
2485
- CA: "CA";
2486
- CV: "CV";
2487
- CF: "CF";
2488
- TD: "TD";
2489
- CL: "CL";
2490
- CN: "CN";
2491
- CO: "CO";
2492
- KM: "KM";
2493
- CK: "CK";
2494
- CR: "CR";
2495
- HR: "HR";
2496
- CW: "CW";
2497
- CY: "CY";
2498
- CZ: "CZ";
2499
- CD: "CD";
2500
- DK: "DK";
2501
- DJ: "DJ";
2502
- DM: "DM";
2503
- DO: "DO";
2504
- TL: "TL";
2505
- EC: "EC";
2506
- EG: "EG";
2507
- SV: "SV";
2508
- GQ: "GQ";
2509
- ER: "ER";
2510
- EE: "EE";
2511
- ET: "ET";
2512
- FO: "FO";
2513
- FJ: "FJ";
2514
- FI: "FI";
2515
- FR: "FR";
2516
- GF: "GF";
2517
- PF: "PF";
2518
- GA: "GA";
2519
- GM: "GM";
2520
- GE: "GE";
2521
- DE: "DE";
2522
- GH: "GH";
2523
- GR: "GR";
2524
- GD: "GD";
2525
- GP: "GP";
2526
- GU: "GU";
2527
- GT: "GT";
2528
- GN: "GN";
2529
- GW: "GW";
2530
- GY: "GY";
2531
- HT: "HT";
2532
- HN: "HN";
2533
- HU: "HU";
2534
- IS: "IS";
2535
- IN: "IN";
2536
- ID: "ID";
2537
- IR: "IR";
2538
- IQ: "IQ";
2539
- IE: "IE";
2540
- IM: "IM";
2541
- IL: "IL";
2542
- IT: "IT";
2543
- CI: "CI";
2544
- JM: "JM";
2545
- JP: "JP";
2546
- JE: "JE";
2547
- JO: "JO";
2548
- KZ: "KZ";
2549
- KE: "KE";
2550
- KI: "KI";
2551
- XK: "XK";
2552
- KW: "KW";
2553
- KG: "KG";
2554
- LA: "LA";
2555
- LV: "LV";
2556
- LB: "LB";
2557
- LS: "LS";
2558
- LR: "LR";
2559
- LI: "LI";
2560
- LT: "LT";
2561
- LU: "LU";
2562
- MK: "MK";
2563
- MG: "MG";
2564
- MW: "MW";
2565
- MY: "MY";
2566
- MV: "MV";
2567
- ML: "ML";
2568
- MT: "MT";
2569
- MQ: "MQ";
2570
- MR: "MR";
2571
- MU: "MU";
2572
- MX: "MX";
2573
- FM: "FM";
2574
- MD: "MD";
2575
- MC: "MC";
2576
- MN: "MN";
2577
- ME: "ME";
2578
- MS: "MS";
2579
- MA: "MA";
2580
- MZ: "MZ";
2581
- NA: "NA";
2582
- NP: "NP";
2583
- NL: "NL";
2584
- NZ: "NZ";
2585
- NI: "NI";
2586
- NE: "NE";
2587
- NG: "NG";
2588
- NU: "NU";
2589
- NF: "NF";
2590
- KP: "KP";
2591
- NO: "NO";
2592
- OM: "OM";
2593
- PK: "PK";
2594
- PS: "PS";
2595
- PA: "PA";
2596
- PG: "PG";
2597
- PY: "PY";
2598
- PE: "PE";
2599
- PH: "PH";
2600
- PL: "PL";
2601
- PT: "PT";
2602
- PR: "PR";
2603
- QA: "QA";
2604
- CG: "CG";
2605
- RE: "RE";
2606
- RO: "RO";
2607
- RU: "RU";
2608
- RW: "RW";
2609
- BL: "BL";
2610
- KN: "KN";
2611
- LC: "LC";
2612
- MF: "MF";
2613
- VC: "VC";
2614
- WS: "WS";
2615
- SM: "SM";
2616
- SA: "SA";
2617
- SN: "SN";
2618
- RS: "RS";
2619
- SC: "SC";
2620
- SL: "SL";
2621
- SG: "SG";
2622
- SX: "SX";
2623
- SK: "SK";
2624
- SI: "SI";
2625
- SO: "SO";
2626
- ZA: "ZA";
2627
- KR: "KR";
2628
- SS: "SS";
2629
- ES: "ES";
2630
- LK: "LK";
2631
- SD: "SD";
2632
- SR: "SR";
2633
- SJ: "SJ";
2634
- SZ: "SZ";
2635
- SE: "SE";
2636
- CH: "CH";
2637
- TW: "TW";
2638
- TJ: "TJ";
2639
- TZ: "TZ";
2640
- TH: "TH";
2641
- TG: "TG";
2642
- TO: "TO";
2643
- TT: "TT";
2644
- TN: "TN";
2645
- TR: "TR";
2646
- TM: "TM";
2647
- UM: "UM";
2648
- VI: "VI";
2649
- UG: "UG";
2650
- UA: "UA";
2651
- AE: "AE";
2652
- GB: "GB";
2653
- US: "US";
2654
- UZ: "UZ";
2655
- VU: "VU";
2656
- VE: "VE";
2657
- VN: "VN";
2658
- WF: "WF";
2659
- EH: "EH";
2660
- YE: "YE";
2661
- ZM: "ZM";
2662
- ZW: "ZW";
2663
- }>;
2664
- currency: z.ZodEnum<{
2665
- CZK: "CZK";
2666
- EUR: "EUR";
2667
- USD: "USD";
2668
- PLN: "PLN";
2669
- RON: "RON";
2670
- GBP: "GBP";
2671
- RUB: "RUB";
2672
- HUF: "HUF";
2673
- CHF: "CHF";
2674
- DKK: "DKK";
2675
- SEK: "SEK";
2676
- HRK: "HRK";
2677
- NOK: "NOK";
2678
- BGN: "BGN";
2679
- TRY: "TRY";
2680
- AUD: "AUD";
2681
- CAD: "CAD";
2682
- JPY: "JPY";
2683
- CNY: "CNY";
2684
- INR: "INR";
2685
- BRL: "BRL";
2686
- MXN: "MXN";
2687
- ZAR: "ZAR";
2688
- SGD: "SGD";
2689
- HKD: "HKD";
2690
- KRW: "KRW";
2691
- MYR: "MYR";
2692
- THB: "THB";
2693
- IDR: "IDR";
2694
- PHP: "PHP";
2695
- AED: "AED";
2696
- SAR: "SAR";
2697
- ILS: "ILS";
2698
- EGP: "EGP";
2699
- NGN: "NGN";
2700
- PKR: "PKR";
2701
- COP: "COP";
2702
- CLP: "CLP";
2703
- PEN: "PEN";
2704
- VND: "VND";
2705
- KZT: "KZT";
2706
- UAH: "UAH";
2707
- BTC: "BTC";
2708
- ETH: "ETH";
2709
- ADA: "ADA";
2710
- DOT: "DOT";
2711
- ATOM: "ATOM";
2712
- XRP: "XRP";
2713
- LTC: "LTC";
2714
- SOL: "SOL";
2715
- DOGE: "DOGE";
2716
- MATIC: "MATIC";
2717
- AVAX: "AVAX";
2718
- }>;
2719
- connectorKey: z.ZodEnum<{
2720
- ERSTE: "ERSTE";
2721
- FINBRICKS: "FINBRICKS";
2722
- MOCK: "MOCK";
2723
- CREDITAS: "CREDITAS";
2724
- MOCK_COBS: "MOCK_COBS";
2725
- FIO: "FIO";
2726
- MONETA: "MONETA";
2727
- DBU: "DBU";
2728
- CSAS: "CSAS";
2729
- AIRBANK: "AIRBANK";
2730
- KB: "KB";
2731
- CSOB: "CSOB";
2732
- }>;
2733
- status: z.ZodEnum<{
2734
- AUTHORIZED: "AUTHORIZED";
2735
- DISABLED: "DISABLED";
2736
- EXPIRED: "EXPIRED";
2737
- }>;
2738
- bankRefId: z.ZodString;
2739
- batchSizeLimit: z.ZodNumber;
2740
- syncIntervalS: z.ZodNumber;
2741
- }, {
2742
- out: {};
2743
- in: {};
2744
- }>;
3246
+ }, zod_v4_core.$strip>>;
3247
+ }, undefined>;
2745
3248
 
2746
3249
  type AccountInsertType = Omit<z.infer<typeof accountInsertSchema>, 'id'> & {
2747
3250
  id?: string;