@develit-services/bank 2.4.0 → 3.0.1

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 (38) hide show
  1. package/dist/database/schema.cjs +1 -10
  2. package/dist/database/schema.d.cts +4 -4
  3. package/dist/database/schema.d.mts +4 -4
  4. package/dist/database/schema.d.ts +4 -4
  5. package/dist/database/schema.mjs +1 -8
  6. package/dist/export/worker.cjs +137 -137
  7. package/dist/export/worker.d.cts +119 -455
  8. package/dist/export/worker.d.mts +119 -455
  9. package/dist/export/worker.d.ts +119 -455
  10. package/dist/export/worker.mjs +40 -40
  11. package/dist/export/workflows.cjs +30 -24
  12. package/dist/export/workflows.mjs +19 -13
  13. package/dist/export/wrangler.cjs +3 -11
  14. package/dist/export/wrangler.d.cts +1 -1
  15. package/dist/export/wrangler.d.mts +1 -1
  16. package/dist/export/wrangler.d.ts +1 -1
  17. package/dist/export/wrangler.mjs +3 -11
  18. package/dist/shared/{bank.c1sHv5v_.cjs → bank.1DaJXkX5.cjs} +200 -460
  19. package/dist/shared/{bank.Bs0isbAY.d.ts → bank.2M66Yx-J.d.ts} +9 -9
  20. package/dist/shared/bank.9Yw4KHyl.cjs +275 -0
  21. package/dist/shared/{bank.BI2OxQsM.d.mts → bank.BUgy8rcb.d.mts} +9 -9
  22. package/dist/shared/bank.BzDNLxB_.mjs +254 -0
  23. package/dist/shared/{bank.B0I6H6AT.cjs → bank.C3FUz-p6.cjs} +17 -16
  24. package/dist/shared/{bank.Ca0iWjhb.d.cts → bank.CVPVkitI.d.cts} +9 -9
  25. package/dist/shared/{bank.IlVbIEuM.mjs → bank.Cwbl-Mjn.mjs} +193 -433
  26. package/dist/shared/{bank.BJ_vbyUT.d.ts → bank.DR02_AJ7.d.cts} +1225 -3788
  27. package/dist/shared/{bank.BJ_vbyUT.d.cts → bank.DR02_AJ7.d.mts} +1225 -3788
  28. package/dist/shared/{bank.BJ_vbyUT.d.mts → bank.DR02_AJ7.d.ts} +1225 -3788
  29. package/dist/shared/{bank.fZkUcrn9.mjs → bank.lJOMYeVw.mjs} +2 -1
  30. package/dist/types.cjs +38 -38
  31. package/dist/types.d.cts +61 -454
  32. package/dist/types.d.mts +61 -454
  33. package/dist/types.d.ts +61 -454
  34. package/dist/types.mjs +4 -4
  35. package/package.json +5 -5
  36. package/dist/shared/{bank.Bz4DIxJL.d.cts → bank.C6sLje8B.d.cts} +3 -3
  37. package/dist/shared/{bank.Bz4DIxJL.d.mts → bank.C6sLje8B.d.mts} +3 -3
  38. package/dist/shared/{bank.Bz4DIxJL.d.ts → bank.C6sLje8B.d.ts} +3 -3
@@ -1,13 +1,13 @@
1
- import { B as BatchSelectType, P as PaymentRequestSelectType, A as AccountSelectType, a as PaymentSelectType, L as LastSyncMetadata, C as ConnectorConfig, b as ConfigEnvironmentBank, t as tables, c as ConnectorKey, I as IBankConnector, d as PaymentType, e as CurrencyCode, H as HandleAuthorizationCallbackInput, f as HandleAuthorizationCallbackOutput } from '../shared/bank.BJ_vbyUT.cjs';
2
- import { S as SendPaymentInput, a as SendPaymentOutput, b as SendPaymentSyncInput, c as SendPaymentSyncOutput, F as FinbricksSupportedBanksResponse } from '../shared/bank.Ca0iWjhb.cjs';
1
+ import * as drizzle_orm from 'drizzle-orm';
2
+ import { B as BatchSelectType, P as PaymentRequestSelectType, A as AccountSelectType, a as PaymentSelectType, L as LastSyncMetadata, C as ConnectorConfig, b as ConfigEnvironmentBank, t as tables, c as ConnectorKey, I as IBankConnector, d as PaymentType, e as CurrencyCode, H as HandleAuthorizationCallbackInput, f as HandleAuthorizationCallbackOutput } from '../shared/bank.DR02_AJ7.cjs';
3
+ import { S as SendPaymentInput, a as SendPaymentOutput, b as SendPaymentSyncInput, c as SendPaymentSyncOutput, F as FinbricksSupportedBanksResponse } from '../shared/bank.CVPVkitI.cjs';
3
4
  import * as _develit_io_backend_sdk from '@develit-io/backend-sdk';
4
5
  import { WorkflowInstanceStatus, IRPCResponse } from '@develit-io/backend-sdk';
5
6
  import { WorkerEntrypoint } from 'cloudflare:workers';
6
7
  import { DrizzleD1Database } from 'drizzle-orm/d1';
7
8
  import { z } from 'zod';
8
- import * as drizzle_zod from 'drizzle-zod';
9
- import * as drizzle_orm_sqlite_core from 'drizzle-orm/sqlite-core';
10
- import 'drizzle-orm';
9
+ import * as drizzle_orm_zod from 'drizzle-orm/zod';
10
+ import * as drizzle_orm_sqlite_core$1 from 'drizzle-orm/sqlite-core';
11
11
  import '@develit-io/general-codes';
12
12
  import 'zod/v4/core';
13
13
 
@@ -165,7 +165,6 @@ declare const sendBatchInputSchema: z.ZodObject<{
165
165
  city: z.ZodOptional<z.ZodString>;
166
166
  postalCode: z.ZodOptional<z.ZodString>;
167
167
  countryCode: z.ZodOptional<z.ZodEnum<{
168
- IM: "IM";
169
168
  AF: "AF";
170
169
  AL: "AL";
171
170
  DZ: "DZ";
@@ -254,6 +253,7 @@ declare const sendBatchInputSchema: z.ZodObject<{
254
253
  IR: "IR";
255
254
  IQ: "IQ";
256
255
  IE: "IE";
256
+ IM: "IM";
257
257
  IL: "IL";
258
258
  IT: "IT";
259
259
  CI: "CI";
@@ -436,7 +436,6 @@ declare const sendBatchInputSchema: z.ZodObject<{
436
436
  AVAX: "AVAX";
437
437
  }>>;
438
438
  countryCode: z.ZodOptional<z.ZodEnum<{
439
- IM: "IM";
440
439
  AF: "AF";
441
440
  AL: "AL";
442
441
  DZ: "DZ";
@@ -525,6 +524,7 @@ declare const sendBatchInputSchema: z.ZodObject<{
525
524
  IR: "IR";
526
525
  IQ: "IQ";
527
526
  IE: "IE";
527
+ IM: "IM";
528
528
  IL: "IL";
529
529
  IT: "IT";
530
530
  CI: "CI";
@@ -728,7 +728,6 @@ declare const sendBatchInputSchema: z.ZodObject<{
728
728
  city: z.ZodOptional<z.ZodString>;
729
729
  postalCode: z.ZodOptional<z.ZodString>;
730
730
  countryCode: z.ZodOptional<z.ZodEnum<{
731
- IM: "IM";
732
731
  AF: "AF";
733
732
  AL: "AL";
734
733
  DZ: "DZ";
@@ -817,6 +816,7 @@ declare const sendBatchInputSchema: z.ZodObject<{
817
816
  IR: "IR";
818
817
  IQ: "IQ";
819
818
  IE: "IE";
819
+ IM: "IM";
820
820
  IL: "IL";
821
821
  IT: "IT";
822
822
  CI: "CI";
@@ -999,7 +999,6 @@ declare const sendBatchInputSchema: z.ZodObject<{
999
999
  AVAX: "AVAX";
1000
1000
  }>>;
1001
1001
  countryCode: z.ZodOptional<z.ZodEnum<{
1002
- IM: "IM";
1003
1002
  AF: "AF";
1004
1003
  AL: "AL";
1005
1004
  DZ: "DZ";
@@ -1088,6 +1087,7 @@ declare const sendBatchInputSchema: z.ZodObject<{
1088
1087
  IR: "IR";
1089
1088
  IQ: "IQ";
1090
1089
  IE: "IE";
1090
+ IM: "IM";
1091
1091
  IL: "IL";
1092
1092
  IT: "IT";
1093
1093
  CI: "CI";
@@ -1259,7 +1259,6 @@ declare const authorizeAccountInputSchema: z.ZodObject<{
1259
1259
  city: z.ZodOptional<z.ZodString>;
1260
1260
  postalCode: z.ZodOptional<z.ZodString>;
1261
1261
  countryCode: z.ZodOptional<z.ZodEnum<{
1262
- IM: "IM";
1263
1262
  AF: "AF";
1264
1263
  AL: "AL";
1265
1264
  DZ: "DZ";
@@ -1348,6 +1347,7 @@ declare const authorizeAccountInputSchema: z.ZodObject<{
1348
1347
  IR: "IR";
1349
1348
  IQ: "IQ";
1350
1349
  IE: "IE";
1350
+ IM: "IM";
1351
1351
  IL: "IL";
1352
1352
  IT: "IT";
1353
1353
  CI: "CI";
@@ -1614,7 +1614,6 @@ declare const simulateDepositInputSchema: z.ZodObject<{
1614
1614
  city: z.ZodOptional<z.ZodString>;
1615
1615
  postalCode: z.ZodOptional<z.ZodString>;
1616
1616
  countryCode: z.ZodOptional<z.ZodEnum<{
1617
- IM: "IM";
1618
1617
  AF: "AF";
1619
1618
  AL: "AL";
1620
1619
  DZ: "DZ";
@@ -1703,6 +1702,7 @@ declare const simulateDepositInputSchema: z.ZodObject<{
1703
1702
  IR: "IR";
1704
1703
  IQ: "IQ";
1705
1704
  IE: "IE";
1705
+ IM: "IM";
1706
1706
  IL: "IL";
1707
1707
  IT: "IT";
1708
1708
  CI: "CI";
@@ -1885,7 +1885,6 @@ declare const simulateDepositInputSchema: z.ZodObject<{
1885
1885
  AVAX: "AVAX";
1886
1886
  }>>;
1887
1887
  countryCode: z.ZodOptional<z.ZodEnum<{
1888
- IM: "IM";
1889
1888
  AF: "AF";
1890
1889
  AL: "AL";
1891
1890
  DZ: "DZ";
@@ -1974,6 +1973,7 @@ declare const simulateDepositInputSchema: z.ZodObject<{
1974
1973
  IR: "IR";
1975
1974
  IQ: "IQ";
1976
1975
  IE: "IE";
1976
+ IM: "IM";
1977
1977
  IL: "IL";
1978
1978
  IT: "IT";
1979
1979
  CI: "CI";
@@ -2177,7 +2177,6 @@ declare const simulateDepositInputSchema: z.ZodObject<{
2177
2177
  city: z.ZodOptional<z.ZodString>;
2178
2178
  postalCode: z.ZodOptional<z.ZodString>;
2179
2179
  countryCode: z.ZodOptional<z.ZodEnum<{
2180
- IM: "IM";
2181
2180
  AF: "AF";
2182
2181
  AL: "AL";
2183
2182
  DZ: "DZ";
@@ -2266,6 +2265,7 @@ declare const simulateDepositInputSchema: z.ZodObject<{
2266
2265
  IR: "IR";
2267
2266
  IQ: "IQ";
2268
2267
  IE: "IE";
2268
+ IM: "IM";
2269
2269
  IL: "IL";
2270
2270
  IT: "IT";
2271
2271
  CI: "CI";
@@ -2448,7 +2448,6 @@ declare const simulateDepositInputSchema: z.ZodObject<{
2448
2448
  AVAX: "AVAX";
2449
2449
  }>>;
2450
2450
  countryCode: z.ZodOptional<z.ZodEnum<{
2451
- IM: "IM";
2452
2451
  AF: "AF";
2453
2452
  AL: "AL";
2454
2453
  DZ: "DZ";
@@ -2537,6 +2536,7 @@ declare const simulateDepositInputSchema: z.ZodObject<{
2537
2536
  IR: "IR";
2538
2537
  IQ: "IQ";
2539
2538
  IE: "IE";
2539
+ IM: "IM";
2540
2540
  IL: "IL";
2541
2541
  IT: "IT";
2542
2542
  CI: "CI";
@@ -2817,9 +2817,9 @@ declare const getPaymentsInputSchema: z.ZodObject<{
2817
2817
  limit: z.ZodNumber;
2818
2818
  sort: z.ZodObject<{
2819
2819
  column: z.ZodEnum<{
2820
+ amount: "amount";
2820
2821
  createdAt: "createdAt";
2821
2822
  updatedAt: "updatedAt";
2822
- amount: "amount";
2823
2823
  }>;
2824
2824
  direction: z.ZodEnum<{
2825
2825
  asc: "asc";
@@ -3089,12 +3089,11 @@ interface SyncAccountTerminateInput extends z.infer<typeof syncAccountTerminateI
3089
3089
  type SyncAccountTerminateOutput = z.infer<typeof syncAccountTerminateOutputSchema>;
3090
3090
 
3091
3091
  declare const updateAccountInputSchema: z.ZodObject<{
3092
- account: drizzle_zod.BuildSchema<"insert", {
3093
- countryCode: drizzle_orm_sqlite_core.SQLiteColumn<{
3094
- name: "country_code";
3092
+ account: drizzle_orm_zod.BuildSchema<"insert", {
3093
+ countryCode: drizzle_orm_sqlite_core$1.SQLiteColumn<{
3094
+ name: string;
3095
3095
  tableName: "account";
3096
- dataType: "string";
3097
- columnType: "SQLiteText";
3096
+ dataType: "string enum";
3098
3097
  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";
3099
3098
  driverParam: string;
3100
3099
  notNull: true;
@@ -3106,15 +3105,11 @@ declare const updateAccountInputSchema: z.ZodObject<{
3106
3105
  baseColumn: never;
3107
3106
  identity: undefined;
3108
3107
  generated: undefined;
3109
- }, {}, {
3110
- length: number | undefined;
3111
- $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";
3112
- }>;
3113
- number: drizzle_orm_sqlite_core.SQLiteColumn<{
3114
- name: "number";
3108
+ }, {}>;
3109
+ number: drizzle_orm_sqlite_core$1.SQLiteColumn<{
3110
+ name: string;
3115
3111
  tableName: "account";
3116
3112
  dataType: "string";
3117
- columnType: "SQLiteText";
3118
3113
  data: string;
3119
3114
  driverParam: string;
3120
3115
  notNull: true;
@@ -3126,14 +3121,11 @@ declare const updateAccountInputSchema: z.ZodObject<{
3126
3121
  baseColumn: never;
3127
3122
  identity: undefined;
3128
3123
  generated: undefined;
3129
- }, {}, {
3130
- length: number | undefined;
3131
- }>;
3132
- name: drizzle_orm_sqlite_core.SQLiteColumn<{
3133
- name: "name";
3124
+ }, {}>;
3125
+ name: drizzle_orm_sqlite_core$1.SQLiteColumn<{
3126
+ name: string;
3134
3127
  tableName: "account";
3135
3128
  dataType: "string";
3136
- columnType: "SQLiteText";
3137
3129
  data: string;
3138
3130
  driverParam: string;
3139
3131
  notNull: false;
@@ -3145,14 +3137,11 @@ declare const updateAccountInputSchema: z.ZodObject<{
3145
3137
  baseColumn: never;
3146
3138
  identity: undefined;
3147
3139
  generated: undefined;
3148
- }, {}, {
3149
- length: number | undefined;
3150
- }>;
3151
- iban: drizzle_orm_sqlite_core.SQLiteColumn<{
3152
- name: "iban";
3140
+ }, {}>;
3141
+ iban: drizzle_orm_sqlite_core$1.SQLiteColumn<{
3142
+ name: string;
3153
3143
  tableName: "account";
3154
3144
  dataType: "string";
3155
- columnType: "SQLiteText";
3156
3145
  data: string;
3157
3146
  driverParam: string;
3158
3147
  notNull: true;
@@ -3164,14 +3153,11 @@ declare const updateAccountInputSchema: z.ZodObject<{
3164
3153
  baseColumn: never;
3165
3154
  identity: undefined;
3166
3155
  generated: undefined;
3167
- }, {}, {
3168
- length: number | undefined;
3169
- }>;
3170
- bankCode: drizzle_orm_sqlite_core.SQLiteColumn<{
3171
- name: "bank_code";
3156
+ }, {}>;
3157
+ bankCode: drizzle_orm_sqlite_core$1.SQLiteColumn<{
3158
+ name: string;
3172
3159
  tableName: "account";
3173
- dataType: "string";
3174
- columnType: "SQLiteText";
3160
+ dataType: "string enum";
3175
3161
  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";
3176
3162
  driverParam: string;
3177
3163
  notNull: true;
@@ -3183,14 +3169,11 @@ declare const updateAccountInputSchema: z.ZodObject<{
3183
3169
  baseColumn: never;
3184
3170
  identity: undefined;
3185
3171
  generated: undefined;
3186
- }, {}, {
3187
- length: number | undefined;
3188
- }>;
3189
- connectorKey: drizzle_orm_sqlite_core.SQLiteColumn<{
3190
- name: "connector_key";
3172
+ }, {}>;
3173
+ connectorKey: drizzle_orm_sqlite_core$1.SQLiteColumn<{
3174
+ name: string;
3191
3175
  tableName: "account";
3192
- dataType: "string";
3193
- columnType: "SQLiteText";
3176
+ dataType: "string enum";
3194
3177
  data: "ERSTE" | "FINBRICKS" | "MOCK" | "CREDITAS" | "MOCK_COBS" | "FIO" | "MONETA" | "DBU" | "CSAS" | "AIRBANK" | "KB" | "CSOB";
3195
3178
  driverParam: string;
3196
3179
  notNull: true;
@@ -3202,15 +3185,11 @@ declare const updateAccountInputSchema: z.ZodObject<{
3202
3185
  baseColumn: never;
3203
3186
  identity: undefined;
3204
3187
  generated: undefined;
3205
- }, {}, {
3206
- length: number | undefined;
3207
- $type: "ERSTE" | "FINBRICKS" | "MOCK" | "CREDITAS" | "MOCK_COBS" | "FIO" | "MONETA" | "DBU" | "CSAS" | "AIRBANK" | "KB" | "CSOB";
3208
- }>;
3209
- status: drizzle_orm_sqlite_core.SQLiteColumn<{
3210
- name: "status";
3188
+ }, {}>;
3189
+ status: drizzle_orm_sqlite_core$1.SQLiteColumn<{
3190
+ name: string;
3211
3191
  tableName: "account";
3212
- dataType: "string";
3213
- columnType: "SQLiteText";
3192
+ dataType: "string enum";
3214
3193
  data: "AUTHORIZED" | "DISABLED" | "EXPIRED";
3215
3194
  driverParam: string;
3216
3195
  notNull: true;
@@ -3222,15 +3201,11 @@ declare const updateAccountInputSchema: z.ZodObject<{
3222
3201
  baseColumn: never;
3223
3202
  identity: undefined;
3224
3203
  generated: undefined;
3225
- }, {}, {
3226
- length: number | undefined;
3227
- $type: "AUTHORIZED" | "DISABLED" | "EXPIRED";
3228
- }>;
3229
- bankRefId: drizzle_orm_sqlite_core.SQLiteColumn<{
3230
- name: "bank_ref_id";
3204
+ }, {}>;
3205
+ bankRefId: drizzle_orm_sqlite_core$1.SQLiteColumn<{
3206
+ name: string;
3231
3207
  tableName: "account";
3232
3208
  dataType: "string";
3233
- columnType: "SQLiteText";
3234
3209
  data: string;
3235
3210
  driverParam: string;
3236
3211
  notNull: true;
@@ -3242,14 +3217,11 @@ declare const updateAccountInputSchema: z.ZodObject<{
3242
3217
  baseColumn: never;
3243
3218
  identity: undefined;
3244
3219
  generated: undefined;
3245
- }, {}, {
3246
- length: number | undefined;
3247
- }>;
3248
- batchSizeLimit: drizzle_orm_sqlite_core.SQLiteColumn<{
3249
- name: "batch_size_limit";
3220
+ }, {}>;
3221
+ batchSizeLimit: drizzle_orm_sqlite_core$1.SQLiteColumn<{
3222
+ name: string;
3250
3223
  tableName: "account";
3251
- dataType: "number";
3252
- columnType: "SQLiteInteger";
3224
+ dataType: "number int53";
3253
3225
  data: number;
3254
3226
  driverParam: number;
3255
3227
  notNull: true;
@@ -3261,12 +3233,11 @@ declare const updateAccountInputSchema: z.ZodObject<{
3261
3233
  baseColumn: never;
3262
3234
  identity: undefined;
3263
3235
  generated: undefined;
3264
- }, {}, {}>;
3265
- syncIntervalS: drizzle_orm_sqlite_core.SQLiteColumn<{
3266
- name: "sync_interval_s";
3236
+ }, {}>;
3237
+ syncIntervalS: drizzle_orm_sqlite_core$1.SQLiteColumn<{
3238
+ name: string;
3267
3239
  tableName: "account";
3268
- dataType: "number";
3269
- columnType: "SQLiteInteger";
3240
+ dataType: "number int53";
3270
3241
  data: number;
3271
3242
  driverParam: number;
3272
3243
  notNull: true;
@@ -3278,12 +3249,11 @@ declare const updateAccountInputSchema: z.ZodObject<{
3278
3249
  baseColumn: never;
3279
3250
  identity: undefined;
3280
3251
  generated: undefined;
3281
- }, {}, {}>;
3282
- lastSyncAt: drizzle_orm_sqlite_core.SQLiteColumn<{
3283
- name: "last_sync_at";
3252
+ }, {}>;
3253
+ lastSyncAt: drizzle_orm_sqlite_core$1.SQLiteColumn<{
3254
+ name: string;
3284
3255
  tableName: "account";
3285
- dataType: "date";
3286
- columnType: "SQLiteTimestamp";
3256
+ dataType: "object date";
3287
3257
  data: Date;
3288
3258
  driverParam: number;
3289
3259
  notNull: false;
@@ -3295,12 +3265,11 @@ declare const updateAccountInputSchema: z.ZodObject<{
3295
3265
  baseColumn: never;
3296
3266
  identity: undefined;
3297
3267
  generated: undefined;
3298
- }, {}, {}>;
3299
- lastSyncMetadata: drizzle_orm_sqlite_core.SQLiteColumn<{
3300
- name: "last_sync_metadata";
3268
+ }, {}>;
3269
+ lastSyncMetadata: drizzle_orm_sqlite_core$1.SQLiteColumn<{
3270
+ name: string;
3301
3271
  tableName: "account";
3302
- dataType: "json";
3303
- columnType: "SQLiteTextJson";
3272
+ dataType: "object json";
3304
3273
  data: LastSyncMetadata;
3305
3274
  driverParam: string;
3306
3275
  notNull: false;
@@ -3312,14 +3281,11 @@ declare const updateAccountInputSchema: z.ZodObject<{
3312
3281
  baseColumn: never;
3313
3282
  identity: undefined;
3314
3283
  generated: undefined;
3315
- }, {}, {
3316
- $type: LastSyncMetadata;
3317
- }>;
3318
- connectorConfig: drizzle_orm_sqlite_core.SQLiteColumn<{
3319
- name: "connector_config";
3284
+ }, {}>;
3285
+ connectorConfig: drizzle_orm_sqlite_core$1.SQLiteColumn<{
3286
+ name: string;
3320
3287
  tableName: "account";
3321
- dataType: "json";
3322
- columnType: "SQLiteTextJson";
3288
+ dataType: "object json";
3323
3289
  data: ConnectorConfig;
3324
3290
  driverParam: string;
3325
3291
  notNull: false;
@@ -3331,326 +3297,24 @@ declare const updateAccountInputSchema: z.ZodObject<{
3331
3297
  baseColumn: never;
3332
3298
  identity: undefined;
3333
3299
  generated: undefined;
3334
- }, {}, {
3335
- $type: ConnectorConfig;
3336
- }>;
3337
- holderName: drizzle_orm_sqlite_core.SQLiteColumn<{
3338
- name: "holder_name";
3339
- tableName: "account";
3340
- dataType: "string";
3341
- columnType: "SQLiteText";
3342
- data: string;
3343
- driverParam: string;
3344
- notNull: true;
3345
- hasDefault: false;
3346
- isPrimaryKey: false;
3347
- isAutoincrement: false;
3348
- hasRuntimeDefault: false;
3349
- enumValues: [string, ...string[]];
3350
- baseColumn: never;
3351
- identity: undefined;
3352
- generated: undefined;
3353
- }, {}, {
3354
- length: number | undefined;
3355
- }>;
3356
- address: drizzle_orm_sqlite_core.SQLiteColumn<{
3357
- name: "address";
3358
- tableName: "account";
3359
- dataType: "json";
3360
- columnType: "SQLiteTextJson";
3361
- data: _develit_io_backend_sdk.StructuredAddress | null;
3362
- driverParam: string;
3363
- notNull: false;
3364
- hasDefault: false;
3365
- isPrimaryKey: false;
3366
- isAutoincrement: false;
3367
- hasRuntimeDefault: false;
3368
- enumValues: undefined;
3369
- baseColumn: never;
3370
- identity: undefined;
3371
- generated: undefined;
3372
- }, {}, {
3373
- $type: _develit_io_backend_sdk.StructuredAddress | null;
3374
- }>;
3375
- swiftBic: drizzle_orm_sqlite_core.SQLiteColumn<{
3376
- name: "swift_bic";
3377
- tableName: "account";
3378
- dataType: "string";
3379
- columnType: "SQLiteText";
3380
- data: string;
3381
- driverParam: string;
3382
- notNull: false;
3383
- hasDefault: false;
3384
- isPrimaryKey: false;
3385
- isAutoincrement: false;
3386
- hasRuntimeDefault: false;
3387
- enumValues: [string, ...string[]];
3388
- baseColumn: never;
3389
- identity: undefined;
3390
- generated: undefined;
3391
- }, {}, {
3392
- length: number | undefined;
3393
- }>;
3394
- bicCor: drizzle_orm_sqlite_core.SQLiteColumn<{
3395
- name: "bic_cor";
3396
- tableName: "account";
3397
- dataType: "string";
3398
- columnType: "SQLiteText";
3399
- data: string;
3400
- driverParam: string;
3401
- notNull: false;
3402
- hasDefault: false;
3403
- isPrimaryKey: false;
3404
- isAutoincrement: false;
3405
- hasRuntimeDefault: false;
3406
- enumValues: [string, ...string[]];
3407
- baseColumn: never;
3408
- identity: undefined;
3409
- generated: undefined;
3410
- }, {}, {
3411
- length: number | undefined;
3412
- }>;
3413
- currency: drizzle_orm_sqlite_core.SQLiteColumn<{
3414
- name: "currency";
3415
- tableName: "account";
3416
- dataType: "string";
3417
- columnType: "SQLiteText";
3418
- 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";
3419
- driverParam: string;
3420
- notNull: true;
3421
- hasDefault: false;
3422
- isPrimaryKey: false;
3423
- isAutoincrement: false;
3424
- hasRuntimeDefault: false;
3425
- 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")[]];
3426
- baseColumn: never;
3427
- identity: undefined;
3428
- generated: undefined;
3429
- }, {}, {
3430
- length: number | undefined;
3431
- }>;
3432
- routingNumber: drizzle_orm_sqlite_core.SQLiteColumn<{
3433
- name: "routing_number";
3434
- tableName: "account";
3435
- dataType: "string";
3436
- columnType: "SQLiteText";
3437
- data: string;
3438
- driverParam: string;
3439
- notNull: false;
3440
- hasDefault: false;
3441
- isPrimaryKey: false;
3442
- isAutoincrement: false;
3443
- hasRuntimeDefault: false;
3444
- enumValues: [string, ...string[]];
3445
- baseColumn: never;
3446
- identity: undefined;
3447
- generated: undefined;
3448
- }, {}, {
3449
- length: number | undefined;
3450
- }>;
3451
- sortCode: drizzle_orm_sqlite_core.SQLiteColumn<{
3452
- name: "sort_code";
3453
- tableName: "account";
3454
- dataType: "string";
3455
- columnType: "SQLiteText";
3456
- data: string;
3457
- driverParam: string;
3458
- notNull: false;
3459
- hasDefault: false;
3460
- isPrimaryKey: false;
3461
- isAutoincrement: false;
3462
- hasRuntimeDefault: false;
3463
- enumValues: [string, ...string[]];
3464
- baseColumn: never;
3465
- identity: undefined;
3466
- generated: undefined;
3467
- }, {}, {
3468
- length: number | undefined;
3469
- }>;
3470
- clabe: drizzle_orm_sqlite_core.SQLiteColumn<{
3471
- name: "clabe";
3472
- tableName: "account";
3473
- dataType: "string";
3474
- columnType: "SQLiteText";
3475
- data: string;
3476
- driverParam: string;
3477
- notNull: false;
3478
- hasDefault: false;
3479
- isPrimaryKey: false;
3480
- isAutoincrement: false;
3481
- hasRuntimeDefault: false;
3482
- enumValues: [string, ...string[]];
3483
- baseColumn: never;
3484
- identity: undefined;
3485
- generated: undefined;
3486
- }, {}, {
3487
- length: number | undefined;
3488
- }>;
3489
- bsb: drizzle_orm_sqlite_core.SQLiteColumn<{
3490
- name: "bsb";
3491
- tableName: "account";
3492
- dataType: "string";
3493
- columnType: "SQLiteText";
3494
- data: string;
3495
- driverParam: string;
3496
- notNull: false;
3497
- hasDefault: false;
3498
- isPrimaryKey: false;
3499
- isAutoincrement: false;
3500
- hasRuntimeDefault: false;
3501
- enumValues: [string, ...string[]];
3502
- baseColumn: never;
3503
- identity: undefined;
3504
- generated: undefined;
3505
- }, {}, {
3506
- length: number | undefined;
3507
- }>;
3508
- brBankNumber: drizzle_orm_sqlite_core.SQLiteColumn<{
3509
- name: "br_bank_number";
3510
- tableName: "account";
3511
- dataType: "string";
3512
- columnType: "SQLiteText";
3513
- data: string;
3514
- driverParam: string;
3515
- notNull: false;
3516
- hasDefault: false;
3517
- isPrimaryKey: false;
3518
- isAutoincrement: false;
3519
- hasRuntimeDefault: false;
3520
- enumValues: [string, ...string[]];
3521
- baseColumn: never;
3522
- identity: undefined;
3523
- generated: undefined;
3524
- }, {}, {
3525
- length: number | undefined;
3526
- }>;
3527
- id: drizzle_orm_sqlite_core.SQLiteColumn<{
3528
- name: "id";
3529
- tableName: "account";
3530
- dataType: "string";
3531
- columnType: "SQLiteText";
3532
- data: string;
3533
- driverParam: string;
3534
- notNull: true;
3535
- hasDefault: false;
3536
- isPrimaryKey: true;
3537
- isAutoincrement: false;
3538
- hasRuntimeDefault: false;
3539
- enumValues: [string, ...string[]];
3540
- baseColumn: never;
3541
- identity: undefined;
3542
- generated: undefined;
3543
- }, {}, {
3544
- length: number | undefined;
3545
- }>;
3546
- createdAt: drizzle_orm_sqlite_core.SQLiteColumn<{
3547
- name: "created_at";
3548
- tableName: "account";
3549
- dataType: "date";
3550
- columnType: "SQLiteTimestamp";
3551
- data: Date;
3552
- driverParam: number;
3553
- notNull: false;
3554
- hasDefault: true;
3555
- isPrimaryKey: false;
3556
- isAutoincrement: false;
3557
- hasRuntimeDefault: false;
3558
- enumValues: undefined;
3559
- baseColumn: never;
3560
- identity: undefined;
3561
- generated: undefined;
3562
- }, {}, {}>;
3563
- createdBy: drizzle_orm_sqlite_core.SQLiteColumn<{
3564
- name: "created_by";
3565
- tableName: "account";
3566
- dataType: "string";
3567
- columnType: "SQLiteText";
3568
- data: string;
3569
- driverParam: string;
3570
- notNull: false;
3571
- hasDefault: true;
3572
- isPrimaryKey: false;
3573
- isAutoincrement: false;
3574
- hasRuntimeDefault: false;
3575
- enumValues: [string, ...string[]];
3576
- baseColumn: never;
3577
- identity: undefined;
3578
- generated: undefined;
3579
- }, {}, {
3580
- length: number | undefined;
3581
- }>;
3582
- updatedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
3583
- name: "updated_at";
3584
- tableName: "account";
3585
- dataType: "date";
3586
- columnType: "SQLiteTimestamp";
3587
- data: Date;
3588
- driverParam: number;
3589
- notNull: false;
3590
- hasDefault: true;
3591
- isPrimaryKey: false;
3592
- isAutoincrement: false;
3593
- hasRuntimeDefault: false;
3594
- enumValues: undefined;
3595
- baseColumn: never;
3596
- identity: undefined;
3597
- generated: undefined;
3598
- }, {}, {}>;
3599
- updatedBy: drizzle_orm_sqlite_core.SQLiteColumn<{
3600
- name: "updated_by";
3601
- tableName: "account";
3602
- dataType: "string";
3603
- columnType: "SQLiteText";
3604
- data: string;
3605
- driverParam: string;
3606
- notNull: false;
3607
- hasDefault: true;
3608
- isPrimaryKey: false;
3609
- isAutoincrement: false;
3610
- hasRuntimeDefault: false;
3611
- enumValues: [string, ...string[]];
3612
- baseColumn: never;
3613
- identity: undefined;
3614
- generated: undefined;
3615
- }, {}, {
3616
- length: number | undefined;
3617
- }>;
3618
- deletedAt: drizzle_orm_sqlite_core.SQLiteColumn<{
3619
- name: "deleted_at";
3620
- tableName: "account";
3621
- dataType: "date";
3622
- columnType: "SQLiteTimestamp";
3623
- data: Date;
3624
- driverParam: number;
3625
- notNull: false;
3626
- hasDefault: true;
3627
- isPrimaryKey: false;
3628
- isAutoincrement: false;
3629
- hasRuntimeDefault: false;
3630
- enumValues: undefined;
3631
- baseColumn: never;
3632
- identity: undefined;
3633
- generated: undefined;
3634
- }, {}, {}>;
3635
- deletedBy: drizzle_orm_sqlite_core.SQLiteColumn<{
3636
- name: "deleted_by";
3637
- tableName: "account";
3638
- dataType: "string";
3639
- columnType: "SQLiteText";
3640
- data: string;
3641
- driverParam: string;
3642
- notNull: false;
3643
- hasDefault: true;
3644
- isPrimaryKey: false;
3645
- isAutoincrement: false;
3646
- hasRuntimeDefault: false;
3647
- enumValues: [string, ...string[]];
3648
- baseColumn: never;
3649
- identity: undefined;
3650
- generated: undefined;
3651
- }, {}, {
3652
- length: number | undefined;
3653
- }>;
3300
+ }, {}>;
3301
+ holderName: drizzle_orm.NotNull<drizzle_orm_sqlite_core$1.SQLiteTextBuilderInitial<"holder_name", [string, ...string[]], number | undefined>>;
3302
+ address: drizzle_orm.$Type<drizzle_orm_sqlite_core$1.SQLiteTextJsonBuilderInitial<"address">, _develit_io_backend_sdk.StructuredAddress | null>;
3303
+ swiftBic: drizzle_orm_sqlite_core$1.SQLiteTextBuilderInitial<"swift_bic", [string, ...string[]], number | undefined>;
3304
+ bicCor: drizzle_orm_sqlite_core$1.SQLiteTextBuilderInitial<"bic_cor", [string, ...string[]], number | undefined>;
3305
+ currency: drizzle_orm.NotNull<drizzle_orm_sqlite_core$1.SQLiteTextBuilderInitial<"currency", ["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")[]], number | undefined>>;
3306
+ routingNumber: drizzle_orm_sqlite_core$1.SQLiteTextBuilderInitial<"routing_number", [string, ...string[]], number | undefined>;
3307
+ sortCode: drizzle_orm_sqlite_core$1.SQLiteTextBuilderInitial<"sort_code", [string, ...string[]], number | undefined>;
3308
+ clabe: drizzle_orm_sqlite_core$1.SQLiteTextBuilderInitial<"clabe", [string, ...string[]], number | undefined>;
3309
+ bsb: drizzle_orm_sqlite_core$1.SQLiteTextBuilderInitial<"bsb", [string, ...string[]], number | undefined>;
3310
+ brBankNumber: drizzle_orm_sqlite_core$1.SQLiteTextBuilderInitial<"br_bank_number", [string, ...string[]], number | undefined>;
3311
+ id: drizzle_orm.IsPrimaryKey<drizzle_orm.NotNull<drizzle_orm_sqlite_core$1.SQLiteTextBuilderInitial<"id", [string, ...string[]], number | undefined>>>;
3312
+ createdAt: drizzle_orm.HasDefault<drizzle_orm_sqlite_core$1.SQLiteTimestampBuilderInitial<"created_at">>;
3313
+ createdBy: drizzle_orm.HasDefault<drizzle_orm_sqlite_core$1.SQLiteTextBuilderInitial<"created_by", [string, ...string[]], number | undefined>>;
3314
+ updatedAt: drizzle_orm.HasDefault<drizzle_orm.HasDefault<drizzle_orm_sqlite_core$1.SQLiteTimestampBuilderInitial<"updated_at">>>;
3315
+ updatedBy: drizzle_orm.HasDefault<drizzle_orm_sqlite_core$1.SQLiteTextBuilderInitial<"updated_by", [string, ...string[]], number | undefined>>;
3316
+ deletedAt: drizzle_orm.HasDefault<drizzle_orm_sqlite_core$1.SQLiteTimestampBuilderInitial<"deleted_at">>;
3317
+ deletedBy: drizzle_orm.HasDefault<drizzle_orm_sqlite_core$1.SQLiteTextBuilderInitial<"deleted_by", [string, ...string[]], number | undefined>>;
3654
3318
  }, {
3655
3319
  address: () => z.ZodOptional<z.ZodObject<{
3656
3320
  streetName: z.ZodOptional<z.ZodString>;
@@ -3658,7 +3322,6 @@ declare const updateAccountInputSchema: z.ZodObject<{
3658
3322
  city: z.ZodOptional<z.ZodString>;
3659
3323
  postalCode: z.ZodOptional<z.ZodString>;
3660
3324
  countryCode: z.ZodOptional<z.ZodEnum<{
3661
- IM: "IM";
3662
3325
  AF: "AF";
3663
3326
  AL: "AL";
3664
3327
  DZ: "DZ";
@@ -3747,6 +3410,7 @@ declare const updateAccountInputSchema: z.ZodObject<{
3747
3410
  IR: "IR";
3748
3411
  IQ: "IQ";
3749
3412
  IE: "IE";
3413
+ IM: "IM";
3750
3414
  IL: "IL";
3751
3415
  IT: "IT";
3752
3416
  CI: "CI";
@@ -3921,9 +3585,9 @@ declare const getPaymentRequestsInputSchema: z.ZodObject<{
3921
3585
  limit: z.ZodNumber;
3922
3586
  sort: z.ZodObject<{
3923
3587
  column: z.ZodEnum<{
3588
+ amount: "amount";
3924
3589
  createdAt: "createdAt";
3925
3590
  updatedAt: "updatedAt";
3926
- amount: "amount";
3927
3591
  }>;
3928
3592
  direction: z.ZodEnum<{
3929
3593
  asc: "asc";
@@ -3932,16 +3596,16 @@ declare const getPaymentRequestsInputSchema: z.ZodObject<{
3932
3596
  }, z.core.$strip>;
3933
3597
  filterAccountId: z.ZodOptional<z.ZodUnion<readonly [z.ZodUUID, z.ZodArray<z.ZodUUID>]>>;
3934
3598
  filterStatus: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
3935
- AUTHORIZED: "AUTHORIZED";
3936
3599
  OPENED: "OPENED";
3600
+ AUTHORIZED: "AUTHORIZED";
3937
3601
  COMPLETED: "COMPLETED";
3938
3602
  BOOKED: "BOOKED";
3939
3603
  SETTLED: "SETTLED";
3940
3604
  REJECTED: "REJECTED";
3941
3605
  CLOSED: "CLOSED";
3942
3606
  }>, z.ZodArray<z.ZodEnum<{
3943
- AUTHORIZED: "AUTHORIZED";
3944
3607
  OPENED: "OPENED";
3608
+ AUTHORIZED: "AUTHORIZED";
3945
3609
  COMPLETED: "COMPLETED";
3946
3610
  BOOKED: "BOOKED";
3947
3611
  SETTLED: "SETTLED";
@@ -4133,23 +3797,23 @@ declare class BankServiceBase extends BankServiceBase_base {
4133
3797
  lastSyncAt: Date | null;
4134
3798
  lastSyncMetadata: LastSyncMetadata | null;
4135
3799
  connectorConfig: ConnectorConfig | null;
4136
- holderName: string;
4137
- address: _develit_io_backend_sdk.StructuredAddress | null;
4138
- swiftBic: string | null;
4139
- bicCor: string | null;
4140
- currency: "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";
4141
- routingNumber: string | null;
4142
- sortCode: string | null;
4143
- clabe: string | null;
4144
- bsb: string | null;
4145
- brBankNumber: string | null;
4146
- id: string;
4147
- createdAt: Date | null;
4148
- createdBy: string | null;
4149
- updatedAt: Date | null;
4150
- updatedBy: string | null;
4151
- deletedAt: Date | null;
4152
- deletedBy: string | null;
3800
+ holderName: drizzle_orm.NotNull<drizzle_orm_sqlite_core.SQLiteTextBuilderInitial<"holder_name", [string, ...string[]], number | undefined>>;
3801
+ address: drizzle_orm.$Type<drizzle_orm_sqlite_core.SQLiteTextJsonBuilderInitial<"address">, _develit_io_backend_sdk.StructuredAddress | null>;
3802
+ swiftBic: drizzle_orm_sqlite_core.SQLiteTextBuilderInitial<"swift_bic", [string, ...string[]], number | undefined>;
3803
+ bicCor: drizzle_orm_sqlite_core.SQLiteTextBuilderInitial<"bic_cor", [string, ...string[]], number | undefined>;
3804
+ currency: drizzle_orm.NotNull<drizzle_orm_sqlite_core.SQLiteTextBuilderInitial<"currency", ["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")[]], number | undefined>>;
3805
+ routingNumber: drizzle_orm_sqlite_core.SQLiteTextBuilderInitial<"routing_number", [string, ...string[]], number | undefined>;
3806
+ sortCode: drizzle_orm_sqlite_core.SQLiteTextBuilderInitial<"sort_code", [string, ...string[]], number | undefined>;
3807
+ clabe: drizzle_orm_sqlite_core.SQLiteTextBuilderInitial<"clabe", [string, ...string[]], number | undefined>;
3808
+ bsb: drizzle_orm_sqlite_core.SQLiteTextBuilderInitial<"bsb", [string, ...string[]], number | undefined>;
3809
+ brBankNumber: drizzle_orm_sqlite_core.SQLiteTextBuilderInitial<"br_bank_number", [string, ...string[]], number | undefined>;
3810
+ id: drizzle_orm.IsPrimaryKey<drizzle_orm.NotNull<drizzle_orm_sqlite_core.SQLiteTextBuilderInitial<"id", [string, ...string[]], number | undefined>>>;
3811
+ createdAt: drizzle_orm.HasDefault<drizzle_orm_sqlite_core.SQLiteTimestampBuilderInitial<"created_at">>;
3812
+ createdBy: drizzle_orm.HasDefault<drizzle_orm_sqlite_core.SQLiteTextBuilderInitial<"created_by", [string, ...string[]], number | undefined>>;
3813
+ updatedAt: drizzle_orm.HasDefault<drizzle_orm.HasDefault<drizzle_orm_sqlite_core.SQLiteTimestampBuilderInitial<"updated_at">>>;
3814
+ updatedBy: drizzle_orm.HasDefault<drizzle_orm_sqlite_core.SQLiteTextBuilderInitial<"updated_by", [string, ...string[]], number | undefined>>;
3815
+ deletedAt: drizzle_orm.HasDefault<drizzle_orm_sqlite_core.SQLiteTimestampBuilderInitial<"deleted_at">>;
3816
+ deletedBy: drizzle_orm.HasDefault<drizzle_orm_sqlite_core.SQLiteTextBuilderInitial<"deleted_by", [string, ...string[]], number | undefined>>;
4153
3817
  }[];
4154
3818
  totalCount: number;
4155
3819
  }>;
@@ -4168,23 +3832,23 @@ declare class BankServiceBase extends BankServiceBase_base {
4168
3832
  lastSyncAt: Date | null;
4169
3833
  lastSyncMetadata: LastSyncMetadata | null;
4170
3834
  connectorConfig: ConnectorConfig | null;
4171
- holderName: string;
4172
- address: _develit_io_backend_sdk.StructuredAddress | null;
4173
- swiftBic: string | null;
4174
- bicCor: string | null;
4175
- currency: "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";
4176
- routingNumber: string | null;
4177
- sortCode: string | null;
4178
- clabe: string | null;
4179
- bsb: string | null;
4180
- brBankNumber: string | null;
4181
- id: string;
4182
- createdAt: Date | null;
4183
- createdBy: string | null;
4184
- updatedAt: Date | null;
4185
- updatedBy: string | null;
4186
- deletedAt: Date | null;
4187
- deletedBy: string | null;
3835
+ holderName: drizzle_orm.NotNull<drizzle_orm_sqlite_core.SQLiteTextBuilderInitial<"holder_name", [string, ...string[]], number | undefined>>;
3836
+ address: drizzle_orm.$Type<drizzle_orm_sqlite_core.SQLiteTextJsonBuilderInitial<"address">, _develit_io_backend_sdk.StructuredAddress | null>;
3837
+ swiftBic: drizzle_orm_sqlite_core.SQLiteTextBuilderInitial<"swift_bic", [string, ...string[]], number | undefined>;
3838
+ bicCor: drizzle_orm_sqlite_core.SQLiteTextBuilderInitial<"bic_cor", [string, ...string[]], number | undefined>;
3839
+ currency: drizzle_orm.NotNull<drizzle_orm_sqlite_core.SQLiteTextBuilderInitial<"currency", ["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")[]], number | undefined>>;
3840
+ routingNumber: drizzle_orm_sqlite_core.SQLiteTextBuilderInitial<"routing_number", [string, ...string[]], number | undefined>;
3841
+ sortCode: drizzle_orm_sqlite_core.SQLiteTextBuilderInitial<"sort_code", [string, ...string[]], number | undefined>;
3842
+ clabe: drizzle_orm_sqlite_core.SQLiteTextBuilderInitial<"clabe", [string, ...string[]], number | undefined>;
3843
+ bsb: drizzle_orm_sqlite_core.SQLiteTextBuilderInitial<"bsb", [string, ...string[]], number | undefined>;
3844
+ brBankNumber: drizzle_orm_sqlite_core.SQLiteTextBuilderInitial<"br_bank_number", [string, ...string[]], number | undefined>;
3845
+ id: drizzle_orm.IsPrimaryKey<drizzle_orm.NotNull<drizzle_orm_sqlite_core.SQLiteTextBuilderInitial<"id", [string, ...string[]], number | undefined>>>;
3846
+ createdAt: drizzle_orm.HasDefault<drizzle_orm_sqlite_core.SQLiteTimestampBuilderInitial<"created_at">>;
3847
+ createdBy: drizzle_orm.HasDefault<drizzle_orm_sqlite_core.SQLiteTextBuilderInitial<"created_by", [string, ...string[]], number | undefined>>;
3848
+ updatedAt: drizzle_orm.HasDefault<drizzle_orm.HasDefault<drizzle_orm_sqlite_core.SQLiteTimestampBuilderInitial<"updated_at">>>;
3849
+ updatedBy: drizzle_orm.HasDefault<drizzle_orm_sqlite_core.SQLiteTextBuilderInitial<"updated_by", [string, ...string[]], number | undefined>>;
3850
+ deletedAt: drizzle_orm.HasDefault<drizzle_orm_sqlite_core.SQLiteTimestampBuilderInitial<"deleted_at">>;
3851
+ deletedBy: drizzle_orm.HasDefault<drizzle_orm_sqlite_core.SQLiteTextBuilderInitial<"deleted_by", [string, ...string[]], number | undefined>>;
4188
3852
  }[]>;
4189
3853
  _initiateBankConnector({ connectorKey, skipAccounts, }: {
4190
3854
  connectorKey: ConnectorKey;