@develit-services/bank 1.1.7 → 1.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/database/schema.d.cts +1 -1
- package/dist/database/schema.d.mts +1 -1
- package/dist/database/schema.d.ts +1 -1
- package/dist/export/worker.d.cts +24 -24
- package/dist/export/worker.d.mts +24 -24
- package/dist/export/worker.d.ts +24 -24
- package/dist/shared/{bank.DCFpapec.d.cts → bank.B9kMhPfR.d.cts} +9 -9
- package/dist/shared/{bank.okndj9_R.d.mts → bank.BC1_9f64.d.mts} +9 -9
- package/dist/shared/{bank.GB5jJbtl.d.ts → bank.C92qNguc.d.ts} +9 -9
- package/dist/shared/{bank.DffXtMaE.d.cts → bank.DM5EnFq5.d.cts} +9 -9
- package/dist/shared/{bank.DffXtMaE.d.mts → bank.DM5EnFq5.d.mts} +9 -9
- package/dist/shared/{bank.DffXtMaE.d.ts → bank.DM5EnFq5.d.ts} +9 -9
- package/dist/types.d.cts +4 -4
- package/dist/types.d.mts +4 -4
- package/dist/types.d.ts +4 -4
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { az as account, aA as accountCredentials, aB as batch, aC as ott, aD as payment, aE as paymentRelations, aF as paymentRequest, aG as paymentRequestRelations } from '../shared/bank.
|
|
1
|
+
export { az as account, aA as accountCredentials, aB as batch, aC as ott, aD as payment, aE as paymentRelations, aF as paymentRequest, aG as paymentRequestRelations } from '../shared/bank.DM5EnFq5.cjs';
|
|
2
2
|
import 'drizzle-orm/sqlite-core';
|
|
3
3
|
import 'drizzle-orm';
|
|
4
4
|
import '@develit-io/backend-sdk';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { az as account, aA as accountCredentials, aB as batch, aC as ott, aD as payment, aE as paymentRelations, aF as paymentRequest, aG as paymentRequestRelations } from '../shared/bank.
|
|
1
|
+
export { az as account, aA as accountCredentials, aB as batch, aC as ott, aD as payment, aE as paymentRelations, aF as paymentRequest, aG as paymentRequestRelations } from '../shared/bank.DM5EnFq5.mjs';
|
|
2
2
|
import 'drizzle-orm/sqlite-core';
|
|
3
3
|
import 'drizzle-orm';
|
|
4
4
|
import '@develit-io/backend-sdk';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { az as account, aA as accountCredentials, aB as batch, aC as ott, aD as payment, aE as paymentRelations, aF as paymentRequest, aG as paymentRequestRelations } from '../shared/bank.
|
|
1
|
+
export { az as account, aA as accountCredentials, aB as batch, aC as ott, aD as payment, aE as paymentRelations, aF as paymentRequest, aG as paymentRequestRelations } from '../shared/bank.DM5EnFq5.js';
|
|
2
2
|
import 'drizzle-orm/sqlite-core';
|
|
3
3
|
import 'drizzle-orm';
|
|
4
4
|
import '@develit-io/backend-sdk';
|
package/dist/export/worker.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { B as BatchSelectType, P as PaymentRequestSelectType, A as AccountSelectType, a as PaymentSelectType, C as ConfigEnvironmentBank, t as tables, b as ConnectorKey, L as LastSyncMetadata, I as IBankConnector, c as PaymentType, d as CurrencyCode, H as HandleAuthorizationCallbackInput, e as HandleAuthorizationCallbackOutput } from '../shared/bank.
|
|
2
|
-
import { S as SendPaymentInput, a as SendPaymentOutput, b as SendPaymentSyncInput, c as SendPaymentSyncOutput, F as FinbricksSupportedBanksResponse } from '../shared/bank.
|
|
1
|
+
import { B as BatchSelectType, P as PaymentRequestSelectType, A as AccountSelectType, a as PaymentSelectType, C as ConfigEnvironmentBank, t as tables, b as ConnectorKey, L as LastSyncMetadata, I as IBankConnector, c as PaymentType, d as CurrencyCode, H as HandleAuthorizationCallbackInput, e as HandleAuthorizationCallbackOutput } from '../shared/bank.DM5EnFq5.cjs';
|
|
2
|
+
import { S as SendPaymentInput, a as SendPaymentOutput, b as SendPaymentSyncInput, c as SendPaymentSyncOutput, F as FinbricksSupportedBanksResponse } from '../shared/bank.B9kMhPfR.cjs';
|
|
3
3
|
import * as _develit_io_backend_sdk from '@develit-io/backend-sdk';
|
|
4
4
|
import { WorkflowInstanceStatus, IRPCResponse } from '@develit-io/backend-sdk';
|
|
5
5
|
import { WorkerEntrypoint } from 'cloudflare:workers';
|
|
@@ -164,6 +164,7 @@ declare const sendBatchInputSchema: z.ZodObject<{
|
|
|
164
164
|
city: z.ZodOptional<z.ZodString>;
|
|
165
165
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
166
166
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
167
|
+
IM: "IM";
|
|
167
168
|
AF: "AF";
|
|
168
169
|
AL: "AL";
|
|
169
170
|
DZ: "DZ";
|
|
@@ -252,7 +253,6 @@ declare const sendBatchInputSchema: z.ZodObject<{
|
|
|
252
253
|
IR: "IR";
|
|
253
254
|
IQ: "IQ";
|
|
254
255
|
IE: "IE";
|
|
255
|
-
IM: "IM";
|
|
256
256
|
IL: "IL";
|
|
257
257
|
IT: "IT";
|
|
258
258
|
CI: "CI";
|
|
@@ -435,6 +435,7 @@ declare const sendBatchInputSchema: z.ZodObject<{
|
|
|
435
435
|
AVAX: "AVAX";
|
|
436
436
|
}>>;
|
|
437
437
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
438
|
+
IM: "IM";
|
|
438
439
|
AF: "AF";
|
|
439
440
|
AL: "AL";
|
|
440
441
|
DZ: "DZ";
|
|
@@ -523,7 +524,6 @@ declare const sendBatchInputSchema: z.ZodObject<{
|
|
|
523
524
|
IR: "IR";
|
|
524
525
|
IQ: "IQ";
|
|
525
526
|
IE: "IE";
|
|
526
|
-
IM: "IM";
|
|
527
527
|
IL: "IL";
|
|
528
528
|
IT: "IT";
|
|
529
529
|
CI: "CI";
|
|
@@ -727,6 +727,7 @@ declare const sendBatchInputSchema: z.ZodObject<{
|
|
|
727
727
|
city: z.ZodOptional<z.ZodString>;
|
|
728
728
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
729
729
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
730
|
+
IM: "IM";
|
|
730
731
|
AF: "AF";
|
|
731
732
|
AL: "AL";
|
|
732
733
|
DZ: "DZ";
|
|
@@ -815,7 +816,6 @@ declare const sendBatchInputSchema: z.ZodObject<{
|
|
|
815
816
|
IR: "IR";
|
|
816
817
|
IQ: "IQ";
|
|
817
818
|
IE: "IE";
|
|
818
|
-
IM: "IM";
|
|
819
819
|
IL: "IL";
|
|
820
820
|
IT: "IT";
|
|
821
821
|
CI: "CI";
|
|
@@ -998,6 +998,7 @@ declare const sendBatchInputSchema: z.ZodObject<{
|
|
|
998
998
|
AVAX: "AVAX";
|
|
999
999
|
}>>;
|
|
1000
1000
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
1001
|
+
IM: "IM";
|
|
1001
1002
|
AF: "AF";
|
|
1002
1003
|
AL: "AL";
|
|
1003
1004
|
DZ: "DZ";
|
|
@@ -1086,7 +1087,6 @@ declare const sendBatchInputSchema: z.ZodObject<{
|
|
|
1086
1087
|
IR: "IR";
|
|
1087
1088
|
IQ: "IQ";
|
|
1088
1089
|
IE: "IE";
|
|
1089
|
-
IM: "IM";
|
|
1090
1090
|
IL: "IL";
|
|
1091
1091
|
IT: "IT";
|
|
1092
1092
|
CI: "CI";
|
|
@@ -1258,6 +1258,7 @@ declare const authorizeAccountInputSchema: z.ZodObject<{
|
|
|
1258
1258
|
city: z.ZodOptional<z.ZodString>;
|
|
1259
1259
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
1260
1260
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
1261
|
+
IM: "IM";
|
|
1261
1262
|
AF: "AF";
|
|
1262
1263
|
AL: "AL";
|
|
1263
1264
|
DZ: "DZ";
|
|
@@ -1346,7 +1347,6 @@ declare const authorizeAccountInputSchema: z.ZodObject<{
|
|
|
1346
1347
|
IR: "IR";
|
|
1347
1348
|
IQ: "IQ";
|
|
1348
1349
|
IE: "IE";
|
|
1349
|
-
IM: "IM";
|
|
1350
1350
|
IL: "IL";
|
|
1351
1351
|
IT: "IT";
|
|
1352
1352
|
CI: "CI";
|
|
@@ -1613,6 +1613,7 @@ declare const simulateDepositInputSchema: z.ZodObject<{
|
|
|
1613
1613
|
city: z.ZodOptional<z.ZodString>;
|
|
1614
1614
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
1615
1615
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
1616
|
+
IM: "IM";
|
|
1616
1617
|
AF: "AF";
|
|
1617
1618
|
AL: "AL";
|
|
1618
1619
|
DZ: "DZ";
|
|
@@ -1701,7 +1702,6 @@ declare const simulateDepositInputSchema: z.ZodObject<{
|
|
|
1701
1702
|
IR: "IR";
|
|
1702
1703
|
IQ: "IQ";
|
|
1703
1704
|
IE: "IE";
|
|
1704
|
-
IM: "IM";
|
|
1705
1705
|
IL: "IL";
|
|
1706
1706
|
IT: "IT";
|
|
1707
1707
|
CI: "CI";
|
|
@@ -1884,6 +1884,7 @@ declare const simulateDepositInputSchema: z.ZodObject<{
|
|
|
1884
1884
|
AVAX: "AVAX";
|
|
1885
1885
|
}>>;
|
|
1886
1886
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
1887
|
+
IM: "IM";
|
|
1887
1888
|
AF: "AF";
|
|
1888
1889
|
AL: "AL";
|
|
1889
1890
|
DZ: "DZ";
|
|
@@ -1972,7 +1973,6 @@ declare const simulateDepositInputSchema: z.ZodObject<{
|
|
|
1972
1973
|
IR: "IR";
|
|
1973
1974
|
IQ: "IQ";
|
|
1974
1975
|
IE: "IE";
|
|
1975
|
-
IM: "IM";
|
|
1976
1976
|
IL: "IL";
|
|
1977
1977
|
IT: "IT";
|
|
1978
1978
|
CI: "CI";
|
|
@@ -2176,6 +2176,7 @@ declare const simulateDepositInputSchema: z.ZodObject<{
|
|
|
2176
2176
|
city: z.ZodOptional<z.ZodString>;
|
|
2177
2177
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
2178
2178
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
2179
|
+
IM: "IM";
|
|
2179
2180
|
AF: "AF";
|
|
2180
2181
|
AL: "AL";
|
|
2181
2182
|
DZ: "DZ";
|
|
@@ -2264,7 +2265,6 @@ declare const simulateDepositInputSchema: z.ZodObject<{
|
|
|
2264
2265
|
IR: "IR";
|
|
2265
2266
|
IQ: "IQ";
|
|
2266
2267
|
IE: "IE";
|
|
2267
|
-
IM: "IM";
|
|
2268
2268
|
IL: "IL";
|
|
2269
2269
|
IT: "IT";
|
|
2270
2270
|
CI: "CI";
|
|
@@ -2447,6 +2447,7 @@ declare const simulateDepositInputSchema: z.ZodObject<{
|
|
|
2447
2447
|
AVAX: "AVAX";
|
|
2448
2448
|
}>>;
|
|
2449
2449
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
2450
|
+
IM: "IM";
|
|
2450
2451
|
AF: "AF";
|
|
2451
2452
|
AL: "AL";
|
|
2452
2453
|
DZ: "DZ";
|
|
@@ -2535,7 +2536,6 @@ declare const simulateDepositInputSchema: z.ZodObject<{
|
|
|
2535
2536
|
IR: "IR";
|
|
2536
2537
|
IQ: "IQ";
|
|
2537
2538
|
IE: "IE";
|
|
2538
|
-
IM: "IM";
|
|
2539
2539
|
IL: "IL";
|
|
2540
2540
|
IT: "IT";
|
|
2541
2541
|
CI: "CI";
|
|
@@ -2702,15 +2702,15 @@ declare const getBatchesInputSchema: z.ZodObject<{
|
|
|
2702
2702
|
filterBatchAccountId: z.ZodOptional<z.ZodUnion<readonly [z.ZodUUID, z.ZodArray<z.ZodUUID>]>>;
|
|
2703
2703
|
filterBatchStatus: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
2704
2704
|
AUTHORIZED: "AUTHORIZED";
|
|
2705
|
+
COMPLETED: "COMPLETED";
|
|
2705
2706
|
PROCESSING: "PROCESSING";
|
|
2706
2707
|
READY_TO_SIGN: "READY_TO_SIGN";
|
|
2707
|
-
COMPLETED: "COMPLETED";
|
|
2708
2708
|
FAILED: "FAILED";
|
|
2709
2709
|
}>, z.ZodArray<z.ZodEnum<{
|
|
2710
2710
|
AUTHORIZED: "AUTHORIZED";
|
|
2711
|
+
COMPLETED: "COMPLETED";
|
|
2711
2712
|
PROCESSING: "PROCESSING";
|
|
2712
2713
|
READY_TO_SIGN: "READY_TO_SIGN";
|
|
2713
|
-
COMPLETED: "COMPLETED";
|
|
2714
2714
|
FAILED: "FAILED";
|
|
2715
2715
|
}>>]>>;
|
|
2716
2716
|
}, z.core.$strip>;
|
|
@@ -2947,20 +2947,20 @@ declare const getPaymentsInputSchema: z.ZodObject<{
|
|
|
2947
2947
|
filterPaymentDateFrom: z.ZodOptional<z.ZodDate>;
|
|
2948
2948
|
filterPaymentDateTo: z.ZodOptional<z.ZodDate>;
|
|
2949
2949
|
filterPaymentStatus: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
2950
|
-
PROCESSING: "PROCESSING";
|
|
2951
|
-
PENDING: "PENDING";
|
|
2952
2950
|
BOOKED: "BOOKED";
|
|
2953
|
-
CANCELLED: "CANCELLED";
|
|
2954
2951
|
REJECTED: "REJECTED";
|
|
2952
|
+
PENDING: "PENDING";
|
|
2953
|
+
PROCESSING: "PROCESSING";
|
|
2954
|
+
CANCELLED: "CANCELLED";
|
|
2955
2955
|
SCHEDULED: "SCHEDULED";
|
|
2956
2956
|
HOLD: "HOLD";
|
|
2957
2957
|
INFO: "INFO";
|
|
2958
2958
|
}>, z.ZodArray<z.ZodEnum<{
|
|
2959
|
-
PROCESSING: "PROCESSING";
|
|
2960
|
-
PENDING: "PENDING";
|
|
2961
2959
|
BOOKED: "BOOKED";
|
|
2962
|
-
CANCELLED: "CANCELLED";
|
|
2963
2960
|
REJECTED: "REJECTED";
|
|
2961
|
+
PENDING: "PENDING";
|
|
2962
|
+
PROCESSING: "PROCESSING";
|
|
2963
|
+
CANCELLED: "CANCELLED";
|
|
2964
2964
|
SCHEDULED: "SCHEDULED";
|
|
2965
2965
|
HOLD: "HOLD";
|
|
2966
2966
|
INFO: "INFO";
|
|
@@ -3102,6 +3102,7 @@ declare const updateAccountInputSchema: z.ZodObject<{
|
|
|
3102
3102
|
city: z.ZodOptional<z.ZodString>;
|
|
3103
3103
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
3104
3104
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
3105
|
+
IM: "IM";
|
|
3105
3106
|
AF: "AF";
|
|
3106
3107
|
AL: "AL";
|
|
3107
3108
|
DZ: "DZ";
|
|
@@ -3190,7 +3191,6 @@ declare const updateAccountInputSchema: z.ZodObject<{
|
|
|
3190
3191
|
IR: "IR";
|
|
3191
3192
|
IQ: "IQ";
|
|
3192
3193
|
IE: "IE";
|
|
3193
|
-
IM: "IM";
|
|
3194
3194
|
IL: "IL";
|
|
3195
3195
|
IT: "IT";
|
|
3196
3196
|
CI: "CI";
|
|
@@ -3746,19 +3746,19 @@ declare const getPaymentRequestsInputSchema: z.ZodObject<{
|
|
|
3746
3746
|
filterAccountId: z.ZodOptional<z.ZodUnion<readonly [z.ZodUUID, z.ZodArray<z.ZodUUID>]>>;
|
|
3747
3747
|
filterStatus: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
3748
3748
|
AUTHORIZED: "AUTHORIZED";
|
|
3749
|
+
OPENED: "OPENED";
|
|
3749
3750
|
COMPLETED: "COMPLETED";
|
|
3750
3751
|
BOOKED: "BOOKED";
|
|
3751
|
-
REJECTED: "REJECTED";
|
|
3752
|
-
OPENED: "OPENED";
|
|
3753
3752
|
SETTLED: "SETTLED";
|
|
3753
|
+
REJECTED: "REJECTED";
|
|
3754
3754
|
CLOSED: "CLOSED";
|
|
3755
3755
|
}>, z.ZodArray<z.ZodEnum<{
|
|
3756
3756
|
AUTHORIZED: "AUTHORIZED";
|
|
3757
|
+
OPENED: "OPENED";
|
|
3757
3758
|
COMPLETED: "COMPLETED";
|
|
3758
3759
|
BOOKED: "BOOKED";
|
|
3759
|
-
REJECTED: "REJECTED";
|
|
3760
|
-
OPENED: "OPENED";
|
|
3761
3760
|
SETTLED: "SETTLED";
|
|
3761
|
+
REJECTED: "REJECTED";
|
|
3762
3762
|
CLOSED: "CLOSED";
|
|
3763
3763
|
}>>]>>;
|
|
3764
3764
|
filterPaymentType: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
package/dist/export/worker.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { B as BatchSelectType, P as PaymentRequestSelectType, A as AccountSelectType, a as PaymentSelectType, C as ConfigEnvironmentBank, t as tables, b as ConnectorKey, L as LastSyncMetadata, I as IBankConnector, c as PaymentType, d as CurrencyCode, H as HandleAuthorizationCallbackInput, e as HandleAuthorizationCallbackOutput } from '../shared/bank.
|
|
2
|
-
import { S as SendPaymentInput, a as SendPaymentOutput, b as SendPaymentSyncInput, c as SendPaymentSyncOutput, F as FinbricksSupportedBanksResponse } from '../shared/bank.
|
|
1
|
+
import { B as BatchSelectType, P as PaymentRequestSelectType, A as AccountSelectType, a as PaymentSelectType, C as ConfigEnvironmentBank, t as tables, b as ConnectorKey, L as LastSyncMetadata, I as IBankConnector, c as PaymentType, d as CurrencyCode, H as HandleAuthorizationCallbackInput, e as HandleAuthorizationCallbackOutput } from '../shared/bank.DM5EnFq5.mjs';
|
|
2
|
+
import { S as SendPaymentInput, a as SendPaymentOutput, b as SendPaymentSyncInput, c as SendPaymentSyncOutput, F as FinbricksSupportedBanksResponse } from '../shared/bank.BC1_9f64.mjs';
|
|
3
3
|
import * as _develit_io_backend_sdk from '@develit-io/backend-sdk';
|
|
4
4
|
import { WorkflowInstanceStatus, IRPCResponse } from '@develit-io/backend-sdk';
|
|
5
5
|
import { WorkerEntrypoint } from 'cloudflare:workers';
|
|
@@ -164,6 +164,7 @@ declare const sendBatchInputSchema: z.ZodObject<{
|
|
|
164
164
|
city: z.ZodOptional<z.ZodString>;
|
|
165
165
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
166
166
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
167
|
+
IM: "IM";
|
|
167
168
|
AF: "AF";
|
|
168
169
|
AL: "AL";
|
|
169
170
|
DZ: "DZ";
|
|
@@ -252,7 +253,6 @@ declare const sendBatchInputSchema: z.ZodObject<{
|
|
|
252
253
|
IR: "IR";
|
|
253
254
|
IQ: "IQ";
|
|
254
255
|
IE: "IE";
|
|
255
|
-
IM: "IM";
|
|
256
256
|
IL: "IL";
|
|
257
257
|
IT: "IT";
|
|
258
258
|
CI: "CI";
|
|
@@ -435,6 +435,7 @@ declare const sendBatchInputSchema: z.ZodObject<{
|
|
|
435
435
|
AVAX: "AVAX";
|
|
436
436
|
}>>;
|
|
437
437
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
438
|
+
IM: "IM";
|
|
438
439
|
AF: "AF";
|
|
439
440
|
AL: "AL";
|
|
440
441
|
DZ: "DZ";
|
|
@@ -523,7 +524,6 @@ declare const sendBatchInputSchema: z.ZodObject<{
|
|
|
523
524
|
IR: "IR";
|
|
524
525
|
IQ: "IQ";
|
|
525
526
|
IE: "IE";
|
|
526
|
-
IM: "IM";
|
|
527
527
|
IL: "IL";
|
|
528
528
|
IT: "IT";
|
|
529
529
|
CI: "CI";
|
|
@@ -727,6 +727,7 @@ declare const sendBatchInputSchema: z.ZodObject<{
|
|
|
727
727
|
city: z.ZodOptional<z.ZodString>;
|
|
728
728
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
729
729
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
730
|
+
IM: "IM";
|
|
730
731
|
AF: "AF";
|
|
731
732
|
AL: "AL";
|
|
732
733
|
DZ: "DZ";
|
|
@@ -815,7 +816,6 @@ declare const sendBatchInputSchema: z.ZodObject<{
|
|
|
815
816
|
IR: "IR";
|
|
816
817
|
IQ: "IQ";
|
|
817
818
|
IE: "IE";
|
|
818
|
-
IM: "IM";
|
|
819
819
|
IL: "IL";
|
|
820
820
|
IT: "IT";
|
|
821
821
|
CI: "CI";
|
|
@@ -998,6 +998,7 @@ declare const sendBatchInputSchema: z.ZodObject<{
|
|
|
998
998
|
AVAX: "AVAX";
|
|
999
999
|
}>>;
|
|
1000
1000
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
1001
|
+
IM: "IM";
|
|
1001
1002
|
AF: "AF";
|
|
1002
1003
|
AL: "AL";
|
|
1003
1004
|
DZ: "DZ";
|
|
@@ -1086,7 +1087,6 @@ declare const sendBatchInputSchema: z.ZodObject<{
|
|
|
1086
1087
|
IR: "IR";
|
|
1087
1088
|
IQ: "IQ";
|
|
1088
1089
|
IE: "IE";
|
|
1089
|
-
IM: "IM";
|
|
1090
1090
|
IL: "IL";
|
|
1091
1091
|
IT: "IT";
|
|
1092
1092
|
CI: "CI";
|
|
@@ -1258,6 +1258,7 @@ declare const authorizeAccountInputSchema: z.ZodObject<{
|
|
|
1258
1258
|
city: z.ZodOptional<z.ZodString>;
|
|
1259
1259
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
1260
1260
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
1261
|
+
IM: "IM";
|
|
1261
1262
|
AF: "AF";
|
|
1262
1263
|
AL: "AL";
|
|
1263
1264
|
DZ: "DZ";
|
|
@@ -1346,7 +1347,6 @@ declare const authorizeAccountInputSchema: z.ZodObject<{
|
|
|
1346
1347
|
IR: "IR";
|
|
1347
1348
|
IQ: "IQ";
|
|
1348
1349
|
IE: "IE";
|
|
1349
|
-
IM: "IM";
|
|
1350
1350
|
IL: "IL";
|
|
1351
1351
|
IT: "IT";
|
|
1352
1352
|
CI: "CI";
|
|
@@ -1613,6 +1613,7 @@ declare const simulateDepositInputSchema: z.ZodObject<{
|
|
|
1613
1613
|
city: z.ZodOptional<z.ZodString>;
|
|
1614
1614
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
1615
1615
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
1616
|
+
IM: "IM";
|
|
1616
1617
|
AF: "AF";
|
|
1617
1618
|
AL: "AL";
|
|
1618
1619
|
DZ: "DZ";
|
|
@@ -1701,7 +1702,6 @@ declare const simulateDepositInputSchema: z.ZodObject<{
|
|
|
1701
1702
|
IR: "IR";
|
|
1702
1703
|
IQ: "IQ";
|
|
1703
1704
|
IE: "IE";
|
|
1704
|
-
IM: "IM";
|
|
1705
1705
|
IL: "IL";
|
|
1706
1706
|
IT: "IT";
|
|
1707
1707
|
CI: "CI";
|
|
@@ -1884,6 +1884,7 @@ declare const simulateDepositInputSchema: z.ZodObject<{
|
|
|
1884
1884
|
AVAX: "AVAX";
|
|
1885
1885
|
}>>;
|
|
1886
1886
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
1887
|
+
IM: "IM";
|
|
1887
1888
|
AF: "AF";
|
|
1888
1889
|
AL: "AL";
|
|
1889
1890
|
DZ: "DZ";
|
|
@@ -1972,7 +1973,6 @@ declare const simulateDepositInputSchema: z.ZodObject<{
|
|
|
1972
1973
|
IR: "IR";
|
|
1973
1974
|
IQ: "IQ";
|
|
1974
1975
|
IE: "IE";
|
|
1975
|
-
IM: "IM";
|
|
1976
1976
|
IL: "IL";
|
|
1977
1977
|
IT: "IT";
|
|
1978
1978
|
CI: "CI";
|
|
@@ -2176,6 +2176,7 @@ declare const simulateDepositInputSchema: z.ZodObject<{
|
|
|
2176
2176
|
city: z.ZodOptional<z.ZodString>;
|
|
2177
2177
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
2178
2178
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
2179
|
+
IM: "IM";
|
|
2179
2180
|
AF: "AF";
|
|
2180
2181
|
AL: "AL";
|
|
2181
2182
|
DZ: "DZ";
|
|
@@ -2264,7 +2265,6 @@ declare const simulateDepositInputSchema: z.ZodObject<{
|
|
|
2264
2265
|
IR: "IR";
|
|
2265
2266
|
IQ: "IQ";
|
|
2266
2267
|
IE: "IE";
|
|
2267
|
-
IM: "IM";
|
|
2268
2268
|
IL: "IL";
|
|
2269
2269
|
IT: "IT";
|
|
2270
2270
|
CI: "CI";
|
|
@@ -2447,6 +2447,7 @@ declare const simulateDepositInputSchema: z.ZodObject<{
|
|
|
2447
2447
|
AVAX: "AVAX";
|
|
2448
2448
|
}>>;
|
|
2449
2449
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
2450
|
+
IM: "IM";
|
|
2450
2451
|
AF: "AF";
|
|
2451
2452
|
AL: "AL";
|
|
2452
2453
|
DZ: "DZ";
|
|
@@ -2535,7 +2536,6 @@ declare const simulateDepositInputSchema: z.ZodObject<{
|
|
|
2535
2536
|
IR: "IR";
|
|
2536
2537
|
IQ: "IQ";
|
|
2537
2538
|
IE: "IE";
|
|
2538
|
-
IM: "IM";
|
|
2539
2539
|
IL: "IL";
|
|
2540
2540
|
IT: "IT";
|
|
2541
2541
|
CI: "CI";
|
|
@@ -2702,15 +2702,15 @@ declare const getBatchesInputSchema: z.ZodObject<{
|
|
|
2702
2702
|
filterBatchAccountId: z.ZodOptional<z.ZodUnion<readonly [z.ZodUUID, z.ZodArray<z.ZodUUID>]>>;
|
|
2703
2703
|
filterBatchStatus: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
2704
2704
|
AUTHORIZED: "AUTHORIZED";
|
|
2705
|
+
COMPLETED: "COMPLETED";
|
|
2705
2706
|
PROCESSING: "PROCESSING";
|
|
2706
2707
|
READY_TO_SIGN: "READY_TO_SIGN";
|
|
2707
|
-
COMPLETED: "COMPLETED";
|
|
2708
2708
|
FAILED: "FAILED";
|
|
2709
2709
|
}>, z.ZodArray<z.ZodEnum<{
|
|
2710
2710
|
AUTHORIZED: "AUTHORIZED";
|
|
2711
|
+
COMPLETED: "COMPLETED";
|
|
2711
2712
|
PROCESSING: "PROCESSING";
|
|
2712
2713
|
READY_TO_SIGN: "READY_TO_SIGN";
|
|
2713
|
-
COMPLETED: "COMPLETED";
|
|
2714
2714
|
FAILED: "FAILED";
|
|
2715
2715
|
}>>]>>;
|
|
2716
2716
|
}, z.core.$strip>;
|
|
@@ -2947,20 +2947,20 @@ declare const getPaymentsInputSchema: z.ZodObject<{
|
|
|
2947
2947
|
filterPaymentDateFrom: z.ZodOptional<z.ZodDate>;
|
|
2948
2948
|
filterPaymentDateTo: z.ZodOptional<z.ZodDate>;
|
|
2949
2949
|
filterPaymentStatus: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
2950
|
-
PROCESSING: "PROCESSING";
|
|
2951
|
-
PENDING: "PENDING";
|
|
2952
2950
|
BOOKED: "BOOKED";
|
|
2953
|
-
CANCELLED: "CANCELLED";
|
|
2954
2951
|
REJECTED: "REJECTED";
|
|
2952
|
+
PENDING: "PENDING";
|
|
2953
|
+
PROCESSING: "PROCESSING";
|
|
2954
|
+
CANCELLED: "CANCELLED";
|
|
2955
2955
|
SCHEDULED: "SCHEDULED";
|
|
2956
2956
|
HOLD: "HOLD";
|
|
2957
2957
|
INFO: "INFO";
|
|
2958
2958
|
}>, z.ZodArray<z.ZodEnum<{
|
|
2959
|
-
PROCESSING: "PROCESSING";
|
|
2960
|
-
PENDING: "PENDING";
|
|
2961
2959
|
BOOKED: "BOOKED";
|
|
2962
|
-
CANCELLED: "CANCELLED";
|
|
2963
2960
|
REJECTED: "REJECTED";
|
|
2961
|
+
PENDING: "PENDING";
|
|
2962
|
+
PROCESSING: "PROCESSING";
|
|
2963
|
+
CANCELLED: "CANCELLED";
|
|
2964
2964
|
SCHEDULED: "SCHEDULED";
|
|
2965
2965
|
HOLD: "HOLD";
|
|
2966
2966
|
INFO: "INFO";
|
|
@@ -3102,6 +3102,7 @@ declare const updateAccountInputSchema: z.ZodObject<{
|
|
|
3102
3102
|
city: z.ZodOptional<z.ZodString>;
|
|
3103
3103
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
3104
3104
|
countryCode: z.ZodOptional<z.ZodEnum<{
|
|
3105
|
+
IM: "IM";
|
|
3105
3106
|
AF: "AF";
|
|
3106
3107
|
AL: "AL";
|
|
3107
3108
|
DZ: "DZ";
|
|
@@ -3190,7 +3191,6 @@ declare const updateAccountInputSchema: z.ZodObject<{
|
|
|
3190
3191
|
IR: "IR";
|
|
3191
3192
|
IQ: "IQ";
|
|
3192
3193
|
IE: "IE";
|
|
3193
|
-
IM: "IM";
|
|
3194
3194
|
IL: "IL";
|
|
3195
3195
|
IT: "IT";
|
|
3196
3196
|
CI: "CI";
|
|
@@ -3746,19 +3746,19 @@ declare const getPaymentRequestsInputSchema: z.ZodObject<{
|
|
|
3746
3746
|
filterAccountId: z.ZodOptional<z.ZodUnion<readonly [z.ZodUUID, z.ZodArray<z.ZodUUID>]>>;
|
|
3747
3747
|
filterStatus: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
3748
3748
|
AUTHORIZED: "AUTHORIZED";
|
|
3749
|
+
OPENED: "OPENED";
|
|
3749
3750
|
COMPLETED: "COMPLETED";
|
|
3750
3751
|
BOOKED: "BOOKED";
|
|
3751
|
-
REJECTED: "REJECTED";
|
|
3752
|
-
OPENED: "OPENED";
|
|
3753
3752
|
SETTLED: "SETTLED";
|
|
3753
|
+
REJECTED: "REJECTED";
|
|
3754
3754
|
CLOSED: "CLOSED";
|
|
3755
3755
|
}>, z.ZodArray<z.ZodEnum<{
|
|
3756
3756
|
AUTHORIZED: "AUTHORIZED";
|
|
3757
|
+
OPENED: "OPENED";
|
|
3757
3758
|
COMPLETED: "COMPLETED";
|
|
3758
3759
|
BOOKED: "BOOKED";
|
|
3759
|
-
REJECTED: "REJECTED";
|
|
3760
|
-
OPENED: "OPENED";
|
|
3761
3760
|
SETTLED: "SETTLED";
|
|
3761
|
+
REJECTED: "REJECTED";
|
|
3762
3762
|
CLOSED: "CLOSED";
|
|
3763
3763
|
}>>]>>;
|
|
3764
3764
|
filterPaymentType: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|