@devizovaburza/txs-sdk 3.0.1 → 3.0.3-canary.0966cf1a7
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/v1/index.d.cts +76 -64
- package/dist/v1/index.d.mts +76 -64
- package/dist/v1/index.d.ts +76 -64
- package/package.json +1 -1
package/dist/v1/index.d.cts
CHANGED
|
@@ -5287,7 +5287,7 @@ declare const codesAndOrderRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
5287
5287
|
currencies: string;
|
|
5288
5288
|
provider: string;
|
|
5289
5289
|
baseCurrency?: "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" | undefined;
|
|
5290
|
-
useCache?:
|
|
5290
|
+
useCache?: string | undefined;
|
|
5291
5291
|
refreshRateInSeconds?: unknown;
|
|
5292
5292
|
amount?: unknown;
|
|
5293
5293
|
};
|
|
@@ -5324,7 +5324,7 @@ declare const codesAndOrderRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
5324
5324
|
currencies: string;
|
|
5325
5325
|
provider: string;
|
|
5326
5326
|
baseCurrency?: "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" | undefined;
|
|
5327
|
-
useCache?:
|
|
5327
|
+
useCache?: string | undefined;
|
|
5328
5328
|
refreshRateInSeconds?: unknown;
|
|
5329
5329
|
amount?: unknown;
|
|
5330
5330
|
};
|
|
@@ -5362,8 +5362,8 @@ declare const codesAndOrderRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
5362
5362
|
$get: {
|
|
5363
5363
|
input: {
|
|
5364
5364
|
query: {
|
|
5365
|
-
includeWorkflow?:
|
|
5366
|
-
includeBatchCounts?:
|
|
5365
|
+
includeWorkflow?: string | undefined;
|
|
5366
|
+
includeBatchCounts?: string | undefined;
|
|
5367
5367
|
includePendingPaymentRequestCount?: unknown;
|
|
5368
5368
|
};
|
|
5369
5369
|
};
|
|
@@ -5427,8 +5427,8 @@ declare const codesAndOrderRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
5427
5427
|
} | {
|
|
5428
5428
|
input: {
|
|
5429
5429
|
query: {
|
|
5430
|
-
includeWorkflow?:
|
|
5431
|
-
includeBatchCounts?:
|
|
5430
|
+
includeWorkflow?: string | undefined;
|
|
5431
|
+
includeBatchCounts?: string | undefined;
|
|
5432
5432
|
includePendingPaymentRequestCount?: unknown;
|
|
5433
5433
|
};
|
|
5434
5434
|
};
|
|
@@ -5650,7 +5650,7 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
5650
5650
|
limit?: unknown;
|
|
5651
5651
|
sortColumn?: string | undefined;
|
|
5652
5652
|
sortDirection?: "asc" | "desc" | undefined;
|
|
5653
|
-
isActive?:
|
|
5653
|
+
isActive?: string | undefined;
|
|
5654
5654
|
};
|
|
5655
5655
|
};
|
|
5656
5656
|
output: {
|
|
@@ -5690,7 +5690,7 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
5690
5690
|
limit?: unknown;
|
|
5691
5691
|
sortColumn?: string | undefined;
|
|
5692
5692
|
sortDirection?: "asc" | "desc" | undefined;
|
|
5693
|
-
isActive?:
|
|
5693
|
+
isActive?: string | undefined;
|
|
5694
5694
|
};
|
|
5695
5695
|
};
|
|
5696
5696
|
output: {
|
|
@@ -6059,8 +6059,8 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
6059
6059
|
limit?: unknown;
|
|
6060
6060
|
sortColumn?: string | undefined;
|
|
6061
6061
|
sortDirection?: "asc" | "desc" | undefined;
|
|
6062
|
-
isActive?:
|
|
6063
|
-
isVerified?:
|
|
6062
|
+
isActive?: string | undefined;
|
|
6063
|
+
isVerified?: string | undefined;
|
|
6064
6064
|
};
|
|
6065
6065
|
};
|
|
6066
6066
|
output: {
|
|
@@ -6112,8 +6112,8 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
6112
6112
|
limit?: unknown;
|
|
6113
6113
|
sortColumn?: string | undefined;
|
|
6114
6114
|
sortDirection?: "asc" | "desc" | undefined;
|
|
6115
|
-
isActive?:
|
|
6116
|
-
isVerified?:
|
|
6115
|
+
isActive?: string | undefined;
|
|
6116
|
+
isVerified?: string | undefined;
|
|
6117
6117
|
};
|
|
6118
6118
|
};
|
|
6119
6119
|
output: {
|
|
@@ -6428,8 +6428,8 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
6428
6428
|
};
|
|
6429
6429
|
} & {
|
|
6430
6430
|
query: {
|
|
6431
|
-
includeBankAccounts?:
|
|
6432
|
-
includeDisponents?:
|
|
6431
|
+
includeBankAccounts?: string | undefined;
|
|
6432
|
+
includeDisponents?: string | undefined;
|
|
6433
6433
|
};
|
|
6434
6434
|
};
|
|
6435
6435
|
output: {
|
|
@@ -6520,8 +6520,8 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
6520
6520
|
};
|
|
6521
6521
|
} & {
|
|
6522
6522
|
query: {
|
|
6523
|
-
includeBankAccounts?:
|
|
6524
|
-
includeDisponents?:
|
|
6523
|
+
includeBankAccounts?: string | undefined;
|
|
6524
|
+
includeDisponents?: string | undefined;
|
|
6525
6525
|
};
|
|
6526
6526
|
};
|
|
6527
6527
|
output: {
|
|
@@ -7730,9 +7730,9 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7730
7730
|
sortDirection?: "asc" | "desc" | undefined;
|
|
7731
7731
|
search?: string | undefined;
|
|
7732
7732
|
kycStatus?: "NOT_APPROVED" | "VERIFIED" | "UNVERIFIED" | "REJECTED" | undefined;
|
|
7733
|
-
includeBankAccounts?:
|
|
7734
|
-
includeDisponents?:
|
|
7735
|
-
includeDeleted?:
|
|
7733
|
+
includeBankAccounts?: string | undefined;
|
|
7734
|
+
includeDisponents?: string | undefined;
|
|
7735
|
+
includeDeleted?: string | undefined;
|
|
7736
7736
|
type?: "CLIENT" | "PROVIDER" | undefined;
|
|
7737
7737
|
externalId?: string | undefined;
|
|
7738
7738
|
};
|
|
@@ -7835,9 +7835,9 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7835
7835
|
sortDirection?: "asc" | "desc" | undefined;
|
|
7836
7836
|
search?: string | undefined;
|
|
7837
7837
|
kycStatus?: "NOT_APPROVED" | "VERIFIED" | "UNVERIFIED" | "REJECTED" | undefined;
|
|
7838
|
-
includeBankAccounts?:
|
|
7839
|
-
includeDisponents?:
|
|
7840
|
-
includeDeleted?:
|
|
7838
|
+
includeBankAccounts?: string | undefined;
|
|
7839
|
+
includeDisponents?: string | undefined;
|
|
7840
|
+
includeDeleted?: string | undefined;
|
|
7841
7841
|
type?: "CLIENT" | "PROVIDER" | undefined;
|
|
7842
7842
|
externalId?: string | undefined;
|
|
7843
7843
|
};
|
|
@@ -7860,9 +7860,9 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7860
7860
|
sortDirection?: "asc" | "desc" | undefined;
|
|
7861
7861
|
search?: string | undefined;
|
|
7862
7862
|
kycStatus?: "NOT_APPROVED" | "VERIFIED" | "UNVERIFIED" | "REJECTED" | undefined;
|
|
7863
|
-
includeBankAccounts?:
|
|
7864
|
-
includeDisponents?:
|
|
7865
|
-
includeDeleted?:
|
|
7863
|
+
includeBankAccounts?: string | undefined;
|
|
7864
|
+
includeDisponents?: string | undefined;
|
|
7865
|
+
includeDeleted?: string | undefined;
|
|
7866
7866
|
type?: "CLIENT" | "PROVIDER" | undefined;
|
|
7867
7867
|
externalId?: string | undefined;
|
|
7868
7868
|
};
|
|
@@ -7881,6 +7881,10 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7881
7881
|
param: {
|
|
7882
7882
|
organizationId: string;
|
|
7883
7883
|
};
|
|
7884
|
+
} & {
|
|
7885
|
+
json: {
|
|
7886
|
+
partyIds?: string[] | undefined;
|
|
7887
|
+
};
|
|
7884
7888
|
};
|
|
7885
7889
|
output: {
|
|
7886
7890
|
message: string;
|
|
@@ -7894,6 +7898,10 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7894
7898
|
param: {
|
|
7895
7899
|
organizationId: string;
|
|
7896
7900
|
};
|
|
7901
|
+
} & {
|
|
7902
|
+
json: {
|
|
7903
|
+
partyIds?: string[] | undefined;
|
|
7904
|
+
};
|
|
7897
7905
|
};
|
|
7898
7906
|
output: {
|
|
7899
7907
|
message: string;
|
|
@@ -7905,6 +7913,10 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7905
7913
|
param: {
|
|
7906
7914
|
organizationId: string;
|
|
7907
7915
|
};
|
|
7916
|
+
} & {
|
|
7917
|
+
json: {
|
|
7918
|
+
partyIds?: string[] | undefined;
|
|
7919
|
+
};
|
|
7908
7920
|
};
|
|
7909
7921
|
output: {
|
|
7910
7922
|
message: string;
|
|
@@ -12381,8 +12393,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12381
12393
|
};
|
|
12382
12394
|
} & {
|
|
12383
12395
|
json: {
|
|
12384
|
-
|
|
12385
|
-
|
|
12396
|
+
month: number;
|
|
12397
|
+
year: number;
|
|
12386
12398
|
emails?: string[] | undefined;
|
|
12387
12399
|
};
|
|
12388
12400
|
};
|
|
@@ -12402,8 +12414,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12402
12414
|
};
|
|
12403
12415
|
} & {
|
|
12404
12416
|
json: {
|
|
12405
|
-
|
|
12406
|
-
|
|
12417
|
+
month: number;
|
|
12418
|
+
year: number;
|
|
12407
12419
|
emails?: string[] | undefined;
|
|
12408
12420
|
};
|
|
12409
12421
|
};
|
|
@@ -12419,8 +12431,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12419
12431
|
};
|
|
12420
12432
|
} & {
|
|
12421
12433
|
json: {
|
|
12422
|
-
|
|
12423
|
-
|
|
12434
|
+
month: number;
|
|
12435
|
+
year: number;
|
|
12424
12436
|
emails?: string[] | undefined;
|
|
12425
12437
|
};
|
|
12426
12438
|
};
|
|
@@ -12436,8 +12448,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12436
12448
|
};
|
|
12437
12449
|
} & {
|
|
12438
12450
|
json: {
|
|
12439
|
-
|
|
12440
|
-
|
|
12451
|
+
month: number;
|
|
12452
|
+
year: number;
|
|
12441
12453
|
emails?: string[] | undefined;
|
|
12442
12454
|
};
|
|
12443
12455
|
};
|
|
@@ -12457,8 +12469,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12457
12469
|
};
|
|
12458
12470
|
} & {
|
|
12459
12471
|
query: {
|
|
12460
|
-
|
|
12461
|
-
|
|
12472
|
+
month: unknown;
|
|
12473
|
+
year: unknown;
|
|
12462
12474
|
};
|
|
12463
12475
|
};
|
|
12464
12476
|
output: Response;
|
|
@@ -12471,8 +12483,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12471
12483
|
};
|
|
12472
12484
|
} & {
|
|
12473
12485
|
query: {
|
|
12474
|
-
|
|
12475
|
-
|
|
12486
|
+
month: unknown;
|
|
12487
|
+
year: unknown;
|
|
12476
12488
|
};
|
|
12477
12489
|
};
|
|
12478
12490
|
output: {
|
|
@@ -12487,8 +12499,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12487
12499
|
};
|
|
12488
12500
|
} & {
|
|
12489
12501
|
query: {
|
|
12490
|
-
|
|
12491
|
-
|
|
12502
|
+
month: unknown;
|
|
12503
|
+
year: unknown;
|
|
12492
12504
|
};
|
|
12493
12505
|
};
|
|
12494
12506
|
output: {
|
|
@@ -12503,8 +12515,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12503
12515
|
};
|
|
12504
12516
|
} & {
|
|
12505
12517
|
query: {
|
|
12506
|
-
|
|
12507
|
-
|
|
12518
|
+
month: unknown;
|
|
12519
|
+
year: unknown;
|
|
12508
12520
|
};
|
|
12509
12521
|
};
|
|
12510
12522
|
output: {
|
|
@@ -12519,8 +12531,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12519
12531
|
};
|
|
12520
12532
|
} & {
|
|
12521
12533
|
query: {
|
|
12522
|
-
|
|
12523
|
-
|
|
12534
|
+
month: unknown;
|
|
12535
|
+
year: unknown;
|
|
12524
12536
|
};
|
|
12525
12537
|
};
|
|
12526
12538
|
output: {
|
|
@@ -12795,7 +12807,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12795
12807
|
filterPaymentRequestAccountId?: unknown;
|
|
12796
12808
|
filterPaymentRequestStatus?: unknown;
|
|
12797
12809
|
filterPaymentRequestBatchId?: string | undefined;
|
|
12798
|
-
noBatchOnly?:
|
|
12810
|
+
noBatchOnly?: string | undefined;
|
|
12799
12811
|
};
|
|
12800
12812
|
};
|
|
12801
12813
|
output: {
|
|
@@ -12875,7 +12887,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12875
12887
|
filterPaymentRequestAccountId?: unknown;
|
|
12876
12888
|
filterPaymentRequestStatus?: unknown;
|
|
12877
12889
|
filterPaymentRequestBatchId?: string | undefined;
|
|
12878
|
-
noBatchOnly?:
|
|
12890
|
+
noBatchOnly?: string | undefined;
|
|
12879
12891
|
};
|
|
12880
12892
|
};
|
|
12881
12893
|
output: {
|
|
@@ -22060,7 +22072,7 @@ declare const querySchema$d: z$1.ZodObject<{
|
|
|
22060
22072
|
AVAX: "AVAX";
|
|
22061
22073
|
}>>;
|
|
22062
22074
|
provider: z$1.ZodString;
|
|
22063
|
-
useCache: z$1.ZodDefault<z$1.
|
|
22075
|
+
useCache: z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
22064
22076
|
refreshRateInSeconds: z$1.ZodDefault<z$1.ZodCoercedNumber<unknown>>;
|
|
22065
22077
|
amount: z$1.ZodOptional<z$1.ZodCoercedNumber<unknown>>;
|
|
22066
22078
|
}, z$1.core.$strip>;
|
|
@@ -22084,7 +22096,7 @@ declare const responseBodySchema$1i: z$1.ZodObject<{
|
|
|
22084
22096
|
message: z$1.ZodOptional<z$1.ZodString>;
|
|
22085
22097
|
}, z$1.core.$strip>;
|
|
22086
22098
|
}, z$1.core.$strip>;
|
|
22087
|
-
interface GetCurrenciesPriceQuery extends z$1.
|
|
22099
|
+
interface GetCurrenciesPriceQuery extends z$1.input<typeof querySchema$d> {
|
|
22088
22100
|
}
|
|
22089
22101
|
interface GetCurrenciesPriceResponseBody extends z$1.infer<typeof responseBodySchema$1i> {
|
|
22090
22102
|
}
|
|
@@ -79671,9 +79683,9 @@ declare const querySchema$6: z$1.ZodObject<{
|
|
|
79671
79683
|
UNVERIFIED: "UNVERIFIED";
|
|
79672
79684
|
REJECTED: "REJECTED";
|
|
79673
79685
|
}>>;
|
|
79674
|
-
includeBankAccounts: z$1.ZodDefault<z$1.
|
|
79675
|
-
includeDisponents: z$1.ZodDefault<z$1.
|
|
79676
|
-
includeDeleted: z$1.ZodOptional<z$1.
|
|
79686
|
+
includeBankAccounts: z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
79687
|
+
includeDisponents: z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
79688
|
+
includeDeleted: z$1.ZodOptional<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
79677
79689
|
type: z$1.ZodOptional<z$1.ZodEnum<{
|
|
79678
79690
|
CLIENT: "CLIENT";
|
|
79679
79691
|
PROVIDER: "PROVIDER";
|
|
@@ -80378,7 +80390,7 @@ declare const responseBodySchema$P: z$1.ZodObject<{
|
|
|
80378
80390
|
}, z$1.core.$strip>;
|
|
80379
80391
|
interface GetOrganizationClientsParams extends z$1.infer<typeof paramsSchema$C> {
|
|
80380
80392
|
}
|
|
80381
|
-
interface GetOrganizationClientsQuery extends z$1.
|
|
80393
|
+
interface GetOrganizationClientsQuery extends z$1.input<typeof querySchema$6> {
|
|
80382
80394
|
}
|
|
80383
80395
|
interface GetOrganizationClientsResponseBody extends z$1.infer<typeof responseBodySchema$P> {
|
|
80384
80396
|
}
|
|
@@ -80388,8 +80400,8 @@ declare const paramsSchema$B: z$1.ZodObject<{
|
|
|
80388
80400
|
clientId: z$1.ZodUUID;
|
|
80389
80401
|
}, z$1.core.$strip>;
|
|
80390
80402
|
declare const querySchema$5: z$1.ZodObject<{
|
|
80391
|
-
includeBankAccounts: z$1.ZodOptional<z$1.ZodDefault<z$1.
|
|
80392
|
-
includeDisponents: z$1.ZodOptional<z$1.ZodDefault<z$1.
|
|
80403
|
+
includeBankAccounts: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
|
|
80404
|
+
includeDisponents: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
|
|
80393
80405
|
}, z$1.core.$strip>;
|
|
80394
80406
|
declare const responseBodySchema$O: z$1.ZodObject<{
|
|
80395
80407
|
message: z$1.ZodString;
|
|
@@ -81084,7 +81096,7 @@ declare const responseBodySchema$O: z$1.ZodObject<{
|
|
|
81084
81096
|
}, z$1.core.$strip>;
|
|
81085
81097
|
interface GetOrganizationClientParams extends z$1.infer<typeof paramsSchema$B> {
|
|
81086
81098
|
}
|
|
81087
|
-
interface GetOrganizationClientQuery extends z$1.
|
|
81099
|
+
interface GetOrganizationClientQuery extends z$1.input<typeof querySchema$5> {
|
|
81088
81100
|
}
|
|
81089
81101
|
interface GetOrganizationClientResponseBody extends z$1.infer<typeof responseBodySchema$O> {
|
|
81090
81102
|
}
|
|
@@ -82628,8 +82640,8 @@ declare const querySchema$3: z$1.ZodObject<{
|
|
|
82628
82640
|
asc: "asc";
|
|
82629
82641
|
desc: "desc";
|
|
82630
82642
|
}>>;
|
|
82631
|
-
isActive: z$1.ZodOptional<z$1.
|
|
82632
|
-
isVerified: z$1.ZodOptional<z$1.
|
|
82643
|
+
isActive: z$1.ZodOptional<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
82644
|
+
isVerified: z$1.ZodOptional<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
82633
82645
|
currency: z$1.ZodEnum<{
|
|
82634
82646
|
CZK: "CZK";
|
|
82635
82647
|
EUR: "EUR";
|
|
@@ -83262,7 +83274,7 @@ declare const responseBodySchema$H: z$1.ZodObject<{
|
|
|
83262
83274
|
}, z$1.core.$strip>;
|
|
83263
83275
|
interface GetOrganizationClientBankAccountsParams extends z$1.infer<typeof paramsSchema$v> {
|
|
83264
83276
|
}
|
|
83265
|
-
interface GetOrganizationClientBankAccountsQuery extends z$1.
|
|
83277
|
+
interface GetOrganizationClientBankAccountsQuery extends z$1.input<typeof querySchema$3> {
|
|
83266
83278
|
}
|
|
83267
83279
|
interface GetOrganizationClientBankAccountsResponseBody extends z$1.infer<typeof responseBodySchema$H> {
|
|
83268
83280
|
}
|
|
@@ -85642,7 +85654,7 @@ declare const querySchema$2: z$1.ZodObject<{
|
|
|
85642
85654
|
asc: "asc";
|
|
85643
85655
|
desc: "desc";
|
|
85644
85656
|
}>>;
|
|
85645
|
-
isActive: z$1.ZodOptional<z$1.
|
|
85657
|
+
isActive: z$1.ZodOptional<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
85646
85658
|
}, z$1.core.$strip>;
|
|
85647
85659
|
declare const responseBodySchema$C: z$1.ZodObject<{
|
|
85648
85660
|
message: z$1.ZodString;
|
|
@@ -85669,7 +85681,7 @@ declare const responseBodySchema$C: z$1.ZodObject<{
|
|
|
85669
85681
|
}, z$1.core.$strip>;
|
|
85670
85682
|
interface GetOrganizationClientDisponentsParams extends z$1.infer<typeof paramsSchema$q> {
|
|
85671
85683
|
}
|
|
85672
|
-
interface GetOrganizationClientDisponentsQuery extends z$1.
|
|
85684
|
+
interface GetOrganizationClientDisponentsQuery extends z$1.input<typeof querySchema$2> {
|
|
85673
85685
|
}
|
|
85674
85686
|
interface GetOrganizationClientDisponentsResponseBody extends z$1.infer<typeof responseBodySchema$C> {
|
|
85675
85687
|
}
|
|
@@ -86409,8 +86421,8 @@ interface GetCurrenciesResponse extends z$1.infer<typeof responseBodySchema$b> {
|
|
|
86409
86421
|
}
|
|
86410
86422
|
|
|
86411
86423
|
declare const querySchema$1: z$1.ZodObject<{
|
|
86412
|
-
includeWorkflow: z$1.ZodOptional<z$1.ZodDefault<z$1.
|
|
86413
|
-
includeBatchCounts: z$1.ZodOptional<z$1.ZodDefault<z$1.
|
|
86424
|
+
includeWorkflow: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
|
|
86425
|
+
includeBatchCounts: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
|
|
86414
86426
|
includePendingPaymentRequestCount: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
|
|
86415
86427
|
}, z$1.core.$strip>;
|
|
86416
86428
|
declare const responseBodySchema$a: z$1.ZodObject<{
|
|
@@ -87035,7 +87047,7 @@ declare const responseBodySchema$a: z$1.ZodObject<{
|
|
|
87035
87047
|
}, z$1.core.$strip>>;
|
|
87036
87048
|
totalCount: z$1.ZodNumber;
|
|
87037
87049
|
}, z$1.core.$strip>;
|
|
87038
|
-
interface GetCorporateBankAccountsQuery extends z$1.
|
|
87050
|
+
interface GetCorporateBankAccountsQuery extends z$1.input<typeof querySchema$1> {
|
|
87039
87051
|
}
|
|
87040
87052
|
interface GetCorporateBankAccountsResponse extends z$1.infer<typeof responseBodySchema$a> {
|
|
87041
87053
|
}
|
|
@@ -89883,7 +89895,7 @@ declare const getPaymentRequestsQuerySchema: z$1.ZodObject<{
|
|
|
89883
89895
|
OPENED: "OPENED";
|
|
89884
89896
|
}>>>>;
|
|
89885
89897
|
filterPaymentRequestBatchId: z$1.ZodOptional<z$1.ZodUUID>;
|
|
89886
|
-
noBatchOnly: z$1.ZodOptional<z$1.ZodDefault<z$1.
|
|
89898
|
+
noBatchOnly: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
|
|
89887
89899
|
}, z$1.core.$strip>;
|
|
89888
89900
|
declare const getPaymentRequestsResponseSchema: z$1.ZodObject<{
|
|
89889
89901
|
message: z$1.ZodString;
|
|
@@ -91110,7 +91122,7 @@ declare const getPaymentRequestsResponseSchema: z$1.ZodObject<{
|
|
|
91110
91122
|
}, z$1.core.$strip>;
|
|
91111
91123
|
}, z$1.core.$strip>>;
|
|
91112
91124
|
}, z$1.core.$strip>;
|
|
91113
|
-
interface GetPaymentRequestsQuery extends z$1.
|
|
91125
|
+
interface GetPaymentRequestsQuery extends z$1.input<typeof getPaymentRequestsQuerySchema> {
|
|
91114
91126
|
}
|
|
91115
91127
|
interface GetPaymentRequestsResponseBody extends z$1.infer<typeof getPaymentRequestsResponseSchema> {
|
|
91116
91128
|
}
|
package/dist/v1/index.d.mts
CHANGED
|
@@ -5287,7 +5287,7 @@ declare const codesAndOrderRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
5287
5287
|
currencies: string;
|
|
5288
5288
|
provider: string;
|
|
5289
5289
|
baseCurrency?: "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" | undefined;
|
|
5290
|
-
useCache?:
|
|
5290
|
+
useCache?: string | undefined;
|
|
5291
5291
|
refreshRateInSeconds?: unknown;
|
|
5292
5292
|
amount?: unknown;
|
|
5293
5293
|
};
|
|
@@ -5324,7 +5324,7 @@ declare const codesAndOrderRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
5324
5324
|
currencies: string;
|
|
5325
5325
|
provider: string;
|
|
5326
5326
|
baseCurrency?: "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" | undefined;
|
|
5327
|
-
useCache?:
|
|
5327
|
+
useCache?: string | undefined;
|
|
5328
5328
|
refreshRateInSeconds?: unknown;
|
|
5329
5329
|
amount?: unknown;
|
|
5330
5330
|
};
|
|
@@ -5362,8 +5362,8 @@ declare const codesAndOrderRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
5362
5362
|
$get: {
|
|
5363
5363
|
input: {
|
|
5364
5364
|
query: {
|
|
5365
|
-
includeWorkflow?:
|
|
5366
|
-
includeBatchCounts?:
|
|
5365
|
+
includeWorkflow?: string | undefined;
|
|
5366
|
+
includeBatchCounts?: string | undefined;
|
|
5367
5367
|
includePendingPaymentRequestCount?: unknown;
|
|
5368
5368
|
};
|
|
5369
5369
|
};
|
|
@@ -5427,8 +5427,8 @@ declare const codesAndOrderRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
5427
5427
|
} | {
|
|
5428
5428
|
input: {
|
|
5429
5429
|
query: {
|
|
5430
|
-
includeWorkflow?:
|
|
5431
|
-
includeBatchCounts?:
|
|
5430
|
+
includeWorkflow?: string | undefined;
|
|
5431
|
+
includeBatchCounts?: string | undefined;
|
|
5432
5432
|
includePendingPaymentRequestCount?: unknown;
|
|
5433
5433
|
};
|
|
5434
5434
|
};
|
|
@@ -5650,7 +5650,7 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
5650
5650
|
limit?: unknown;
|
|
5651
5651
|
sortColumn?: string | undefined;
|
|
5652
5652
|
sortDirection?: "asc" | "desc" | undefined;
|
|
5653
|
-
isActive?:
|
|
5653
|
+
isActive?: string | undefined;
|
|
5654
5654
|
};
|
|
5655
5655
|
};
|
|
5656
5656
|
output: {
|
|
@@ -5690,7 +5690,7 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
5690
5690
|
limit?: unknown;
|
|
5691
5691
|
sortColumn?: string | undefined;
|
|
5692
5692
|
sortDirection?: "asc" | "desc" | undefined;
|
|
5693
|
-
isActive?:
|
|
5693
|
+
isActive?: string | undefined;
|
|
5694
5694
|
};
|
|
5695
5695
|
};
|
|
5696
5696
|
output: {
|
|
@@ -6059,8 +6059,8 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
6059
6059
|
limit?: unknown;
|
|
6060
6060
|
sortColumn?: string | undefined;
|
|
6061
6061
|
sortDirection?: "asc" | "desc" | undefined;
|
|
6062
|
-
isActive?:
|
|
6063
|
-
isVerified?:
|
|
6062
|
+
isActive?: string | undefined;
|
|
6063
|
+
isVerified?: string | undefined;
|
|
6064
6064
|
};
|
|
6065
6065
|
};
|
|
6066
6066
|
output: {
|
|
@@ -6112,8 +6112,8 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
6112
6112
|
limit?: unknown;
|
|
6113
6113
|
sortColumn?: string | undefined;
|
|
6114
6114
|
sortDirection?: "asc" | "desc" | undefined;
|
|
6115
|
-
isActive?:
|
|
6116
|
-
isVerified?:
|
|
6115
|
+
isActive?: string | undefined;
|
|
6116
|
+
isVerified?: string | undefined;
|
|
6117
6117
|
};
|
|
6118
6118
|
};
|
|
6119
6119
|
output: {
|
|
@@ -6428,8 +6428,8 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
6428
6428
|
};
|
|
6429
6429
|
} & {
|
|
6430
6430
|
query: {
|
|
6431
|
-
includeBankAccounts?:
|
|
6432
|
-
includeDisponents?:
|
|
6431
|
+
includeBankAccounts?: string | undefined;
|
|
6432
|
+
includeDisponents?: string | undefined;
|
|
6433
6433
|
};
|
|
6434
6434
|
};
|
|
6435
6435
|
output: {
|
|
@@ -6520,8 +6520,8 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
6520
6520
|
};
|
|
6521
6521
|
} & {
|
|
6522
6522
|
query: {
|
|
6523
|
-
includeBankAccounts?:
|
|
6524
|
-
includeDisponents?:
|
|
6523
|
+
includeBankAccounts?: string | undefined;
|
|
6524
|
+
includeDisponents?: string | undefined;
|
|
6525
6525
|
};
|
|
6526
6526
|
};
|
|
6527
6527
|
output: {
|
|
@@ -7730,9 +7730,9 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7730
7730
|
sortDirection?: "asc" | "desc" | undefined;
|
|
7731
7731
|
search?: string | undefined;
|
|
7732
7732
|
kycStatus?: "NOT_APPROVED" | "VERIFIED" | "UNVERIFIED" | "REJECTED" | undefined;
|
|
7733
|
-
includeBankAccounts?:
|
|
7734
|
-
includeDisponents?:
|
|
7735
|
-
includeDeleted?:
|
|
7733
|
+
includeBankAccounts?: string | undefined;
|
|
7734
|
+
includeDisponents?: string | undefined;
|
|
7735
|
+
includeDeleted?: string | undefined;
|
|
7736
7736
|
type?: "CLIENT" | "PROVIDER" | undefined;
|
|
7737
7737
|
externalId?: string | undefined;
|
|
7738
7738
|
};
|
|
@@ -7835,9 +7835,9 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7835
7835
|
sortDirection?: "asc" | "desc" | undefined;
|
|
7836
7836
|
search?: string | undefined;
|
|
7837
7837
|
kycStatus?: "NOT_APPROVED" | "VERIFIED" | "UNVERIFIED" | "REJECTED" | undefined;
|
|
7838
|
-
includeBankAccounts?:
|
|
7839
|
-
includeDisponents?:
|
|
7840
|
-
includeDeleted?:
|
|
7838
|
+
includeBankAccounts?: string | undefined;
|
|
7839
|
+
includeDisponents?: string | undefined;
|
|
7840
|
+
includeDeleted?: string | undefined;
|
|
7841
7841
|
type?: "CLIENT" | "PROVIDER" | undefined;
|
|
7842
7842
|
externalId?: string | undefined;
|
|
7843
7843
|
};
|
|
@@ -7860,9 +7860,9 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7860
7860
|
sortDirection?: "asc" | "desc" | undefined;
|
|
7861
7861
|
search?: string | undefined;
|
|
7862
7862
|
kycStatus?: "NOT_APPROVED" | "VERIFIED" | "UNVERIFIED" | "REJECTED" | undefined;
|
|
7863
|
-
includeBankAccounts?:
|
|
7864
|
-
includeDisponents?:
|
|
7865
|
-
includeDeleted?:
|
|
7863
|
+
includeBankAccounts?: string | undefined;
|
|
7864
|
+
includeDisponents?: string | undefined;
|
|
7865
|
+
includeDeleted?: string | undefined;
|
|
7866
7866
|
type?: "CLIENT" | "PROVIDER" | undefined;
|
|
7867
7867
|
externalId?: string | undefined;
|
|
7868
7868
|
};
|
|
@@ -7881,6 +7881,10 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7881
7881
|
param: {
|
|
7882
7882
|
organizationId: string;
|
|
7883
7883
|
};
|
|
7884
|
+
} & {
|
|
7885
|
+
json: {
|
|
7886
|
+
partyIds?: string[] | undefined;
|
|
7887
|
+
};
|
|
7884
7888
|
};
|
|
7885
7889
|
output: {
|
|
7886
7890
|
message: string;
|
|
@@ -7894,6 +7898,10 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7894
7898
|
param: {
|
|
7895
7899
|
organizationId: string;
|
|
7896
7900
|
};
|
|
7901
|
+
} & {
|
|
7902
|
+
json: {
|
|
7903
|
+
partyIds?: string[] | undefined;
|
|
7904
|
+
};
|
|
7897
7905
|
};
|
|
7898
7906
|
output: {
|
|
7899
7907
|
message: string;
|
|
@@ -7905,6 +7913,10 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7905
7913
|
param: {
|
|
7906
7914
|
organizationId: string;
|
|
7907
7915
|
};
|
|
7916
|
+
} & {
|
|
7917
|
+
json: {
|
|
7918
|
+
partyIds?: string[] | undefined;
|
|
7919
|
+
};
|
|
7908
7920
|
};
|
|
7909
7921
|
output: {
|
|
7910
7922
|
message: string;
|
|
@@ -12381,8 +12393,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12381
12393
|
};
|
|
12382
12394
|
} & {
|
|
12383
12395
|
json: {
|
|
12384
|
-
|
|
12385
|
-
|
|
12396
|
+
month: number;
|
|
12397
|
+
year: number;
|
|
12386
12398
|
emails?: string[] | undefined;
|
|
12387
12399
|
};
|
|
12388
12400
|
};
|
|
@@ -12402,8 +12414,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12402
12414
|
};
|
|
12403
12415
|
} & {
|
|
12404
12416
|
json: {
|
|
12405
|
-
|
|
12406
|
-
|
|
12417
|
+
month: number;
|
|
12418
|
+
year: number;
|
|
12407
12419
|
emails?: string[] | undefined;
|
|
12408
12420
|
};
|
|
12409
12421
|
};
|
|
@@ -12419,8 +12431,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12419
12431
|
};
|
|
12420
12432
|
} & {
|
|
12421
12433
|
json: {
|
|
12422
|
-
|
|
12423
|
-
|
|
12434
|
+
month: number;
|
|
12435
|
+
year: number;
|
|
12424
12436
|
emails?: string[] | undefined;
|
|
12425
12437
|
};
|
|
12426
12438
|
};
|
|
@@ -12436,8 +12448,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12436
12448
|
};
|
|
12437
12449
|
} & {
|
|
12438
12450
|
json: {
|
|
12439
|
-
|
|
12440
|
-
|
|
12451
|
+
month: number;
|
|
12452
|
+
year: number;
|
|
12441
12453
|
emails?: string[] | undefined;
|
|
12442
12454
|
};
|
|
12443
12455
|
};
|
|
@@ -12457,8 +12469,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12457
12469
|
};
|
|
12458
12470
|
} & {
|
|
12459
12471
|
query: {
|
|
12460
|
-
|
|
12461
|
-
|
|
12472
|
+
month: unknown;
|
|
12473
|
+
year: unknown;
|
|
12462
12474
|
};
|
|
12463
12475
|
};
|
|
12464
12476
|
output: Response;
|
|
@@ -12471,8 +12483,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12471
12483
|
};
|
|
12472
12484
|
} & {
|
|
12473
12485
|
query: {
|
|
12474
|
-
|
|
12475
|
-
|
|
12486
|
+
month: unknown;
|
|
12487
|
+
year: unknown;
|
|
12476
12488
|
};
|
|
12477
12489
|
};
|
|
12478
12490
|
output: {
|
|
@@ -12487,8 +12499,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12487
12499
|
};
|
|
12488
12500
|
} & {
|
|
12489
12501
|
query: {
|
|
12490
|
-
|
|
12491
|
-
|
|
12502
|
+
month: unknown;
|
|
12503
|
+
year: unknown;
|
|
12492
12504
|
};
|
|
12493
12505
|
};
|
|
12494
12506
|
output: {
|
|
@@ -12503,8 +12515,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12503
12515
|
};
|
|
12504
12516
|
} & {
|
|
12505
12517
|
query: {
|
|
12506
|
-
|
|
12507
|
-
|
|
12518
|
+
month: unknown;
|
|
12519
|
+
year: unknown;
|
|
12508
12520
|
};
|
|
12509
12521
|
};
|
|
12510
12522
|
output: {
|
|
@@ -12519,8 +12531,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12519
12531
|
};
|
|
12520
12532
|
} & {
|
|
12521
12533
|
query: {
|
|
12522
|
-
|
|
12523
|
-
|
|
12534
|
+
month: unknown;
|
|
12535
|
+
year: unknown;
|
|
12524
12536
|
};
|
|
12525
12537
|
};
|
|
12526
12538
|
output: {
|
|
@@ -12795,7 +12807,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12795
12807
|
filterPaymentRequestAccountId?: unknown;
|
|
12796
12808
|
filterPaymentRequestStatus?: unknown;
|
|
12797
12809
|
filterPaymentRequestBatchId?: string | undefined;
|
|
12798
|
-
noBatchOnly?:
|
|
12810
|
+
noBatchOnly?: string | undefined;
|
|
12799
12811
|
};
|
|
12800
12812
|
};
|
|
12801
12813
|
output: {
|
|
@@ -12875,7 +12887,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12875
12887
|
filterPaymentRequestAccountId?: unknown;
|
|
12876
12888
|
filterPaymentRequestStatus?: unknown;
|
|
12877
12889
|
filterPaymentRequestBatchId?: string | undefined;
|
|
12878
|
-
noBatchOnly?:
|
|
12890
|
+
noBatchOnly?: string | undefined;
|
|
12879
12891
|
};
|
|
12880
12892
|
};
|
|
12881
12893
|
output: {
|
|
@@ -22060,7 +22072,7 @@ declare const querySchema$d: z$1.ZodObject<{
|
|
|
22060
22072
|
AVAX: "AVAX";
|
|
22061
22073
|
}>>;
|
|
22062
22074
|
provider: z$1.ZodString;
|
|
22063
|
-
useCache: z$1.ZodDefault<z$1.
|
|
22075
|
+
useCache: z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
22064
22076
|
refreshRateInSeconds: z$1.ZodDefault<z$1.ZodCoercedNumber<unknown>>;
|
|
22065
22077
|
amount: z$1.ZodOptional<z$1.ZodCoercedNumber<unknown>>;
|
|
22066
22078
|
}, z$1.core.$strip>;
|
|
@@ -22084,7 +22096,7 @@ declare const responseBodySchema$1i: z$1.ZodObject<{
|
|
|
22084
22096
|
message: z$1.ZodOptional<z$1.ZodString>;
|
|
22085
22097
|
}, z$1.core.$strip>;
|
|
22086
22098
|
}, z$1.core.$strip>;
|
|
22087
|
-
interface GetCurrenciesPriceQuery extends z$1.
|
|
22099
|
+
interface GetCurrenciesPriceQuery extends z$1.input<typeof querySchema$d> {
|
|
22088
22100
|
}
|
|
22089
22101
|
interface GetCurrenciesPriceResponseBody extends z$1.infer<typeof responseBodySchema$1i> {
|
|
22090
22102
|
}
|
|
@@ -79671,9 +79683,9 @@ declare const querySchema$6: z$1.ZodObject<{
|
|
|
79671
79683
|
UNVERIFIED: "UNVERIFIED";
|
|
79672
79684
|
REJECTED: "REJECTED";
|
|
79673
79685
|
}>>;
|
|
79674
|
-
includeBankAccounts: z$1.ZodDefault<z$1.
|
|
79675
|
-
includeDisponents: z$1.ZodDefault<z$1.
|
|
79676
|
-
includeDeleted: z$1.ZodOptional<z$1.
|
|
79686
|
+
includeBankAccounts: z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
79687
|
+
includeDisponents: z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
79688
|
+
includeDeleted: z$1.ZodOptional<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
79677
79689
|
type: z$1.ZodOptional<z$1.ZodEnum<{
|
|
79678
79690
|
CLIENT: "CLIENT";
|
|
79679
79691
|
PROVIDER: "PROVIDER";
|
|
@@ -80378,7 +80390,7 @@ declare const responseBodySchema$P: z$1.ZodObject<{
|
|
|
80378
80390
|
}, z$1.core.$strip>;
|
|
80379
80391
|
interface GetOrganizationClientsParams extends z$1.infer<typeof paramsSchema$C> {
|
|
80380
80392
|
}
|
|
80381
|
-
interface GetOrganizationClientsQuery extends z$1.
|
|
80393
|
+
interface GetOrganizationClientsQuery extends z$1.input<typeof querySchema$6> {
|
|
80382
80394
|
}
|
|
80383
80395
|
interface GetOrganizationClientsResponseBody extends z$1.infer<typeof responseBodySchema$P> {
|
|
80384
80396
|
}
|
|
@@ -80388,8 +80400,8 @@ declare const paramsSchema$B: z$1.ZodObject<{
|
|
|
80388
80400
|
clientId: z$1.ZodUUID;
|
|
80389
80401
|
}, z$1.core.$strip>;
|
|
80390
80402
|
declare const querySchema$5: z$1.ZodObject<{
|
|
80391
|
-
includeBankAccounts: z$1.ZodOptional<z$1.ZodDefault<z$1.
|
|
80392
|
-
includeDisponents: z$1.ZodOptional<z$1.ZodDefault<z$1.
|
|
80403
|
+
includeBankAccounts: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
|
|
80404
|
+
includeDisponents: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
|
|
80393
80405
|
}, z$1.core.$strip>;
|
|
80394
80406
|
declare const responseBodySchema$O: z$1.ZodObject<{
|
|
80395
80407
|
message: z$1.ZodString;
|
|
@@ -81084,7 +81096,7 @@ declare const responseBodySchema$O: z$1.ZodObject<{
|
|
|
81084
81096
|
}, z$1.core.$strip>;
|
|
81085
81097
|
interface GetOrganizationClientParams extends z$1.infer<typeof paramsSchema$B> {
|
|
81086
81098
|
}
|
|
81087
|
-
interface GetOrganizationClientQuery extends z$1.
|
|
81099
|
+
interface GetOrganizationClientQuery extends z$1.input<typeof querySchema$5> {
|
|
81088
81100
|
}
|
|
81089
81101
|
interface GetOrganizationClientResponseBody extends z$1.infer<typeof responseBodySchema$O> {
|
|
81090
81102
|
}
|
|
@@ -82628,8 +82640,8 @@ declare const querySchema$3: z$1.ZodObject<{
|
|
|
82628
82640
|
asc: "asc";
|
|
82629
82641
|
desc: "desc";
|
|
82630
82642
|
}>>;
|
|
82631
|
-
isActive: z$1.ZodOptional<z$1.
|
|
82632
|
-
isVerified: z$1.ZodOptional<z$1.
|
|
82643
|
+
isActive: z$1.ZodOptional<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
82644
|
+
isVerified: z$1.ZodOptional<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
82633
82645
|
currency: z$1.ZodEnum<{
|
|
82634
82646
|
CZK: "CZK";
|
|
82635
82647
|
EUR: "EUR";
|
|
@@ -83262,7 +83274,7 @@ declare const responseBodySchema$H: z$1.ZodObject<{
|
|
|
83262
83274
|
}, z$1.core.$strip>;
|
|
83263
83275
|
interface GetOrganizationClientBankAccountsParams extends z$1.infer<typeof paramsSchema$v> {
|
|
83264
83276
|
}
|
|
83265
|
-
interface GetOrganizationClientBankAccountsQuery extends z$1.
|
|
83277
|
+
interface GetOrganizationClientBankAccountsQuery extends z$1.input<typeof querySchema$3> {
|
|
83266
83278
|
}
|
|
83267
83279
|
interface GetOrganizationClientBankAccountsResponseBody extends z$1.infer<typeof responseBodySchema$H> {
|
|
83268
83280
|
}
|
|
@@ -85642,7 +85654,7 @@ declare const querySchema$2: z$1.ZodObject<{
|
|
|
85642
85654
|
asc: "asc";
|
|
85643
85655
|
desc: "desc";
|
|
85644
85656
|
}>>;
|
|
85645
|
-
isActive: z$1.ZodOptional<z$1.
|
|
85657
|
+
isActive: z$1.ZodOptional<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
85646
85658
|
}, z$1.core.$strip>;
|
|
85647
85659
|
declare const responseBodySchema$C: z$1.ZodObject<{
|
|
85648
85660
|
message: z$1.ZodString;
|
|
@@ -85669,7 +85681,7 @@ declare const responseBodySchema$C: z$1.ZodObject<{
|
|
|
85669
85681
|
}, z$1.core.$strip>;
|
|
85670
85682
|
interface GetOrganizationClientDisponentsParams extends z$1.infer<typeof paramsSchema$q> {
|
|
85671
85683
|
}
|
|
85672
|
-
interface GetOrganizationClientDisponentsQuery extends z$1.
|
|
85684
|
+
interface GetOrganizationClientDisponentsQuery extends z$1.input<typeof querySchema$2> {
|
|
85673
85685
|
}
|
|
85674
85686
|
interface GetOrganizationClientDisponentsResponseBody extends z$1.infer<typeof responseBodySchema$C> {
|
|
85675
85687
|
}
|
|
@@ -86409,8 +86421,8 @@ interface GetCurrenciesResponse extends z$1.infer<typeof responseBodySchema$b> {
|
|
|
86409
86421
|
}
|
|
86410
86422
|
|
|
86411
86423
|
declare const querySchema$1: z$1.ZodObject<{
|
|
86412
|
-
includeWorkflow: z$1.ZodOptional<z$1.ZodDefault<z$1.
|
|
86413
|
-
includeBatchCounts: z$1.ZodOptional<z$1.ZodDefault<z$1.
|
|
86424
|
+
includeWorkflow: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
|
|
86425
|
+
includeBatchCounts: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
|
|
86414
86426
|
includePendingPaymentRequestCount: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
|
|
86415
86427
|
}, z$1.core.$strip>;
|
|
86416
86428
|
declare const responseBodySchema$a: z$1.ZodObject<{
|
|
@@ -87035,7 +87047,7 @@ declare const responseBodySchema$a: z$1.ZodObject<{
|
|
|
87035
87047
|
}, z$1.core.$strip>>;
|
|
87036
87048
|
totalCount: z$1.ZodNumber;
|
|
87037
87049
|
}, z$1.core.$strip>;
|
|
87038
|
-
interface GetCorporateBankAccountsQuery extends z$1.
|
|
87050
|
+
interface GetCorporateBankAccountsQuery extends z$1.input<typeof querySchema$1> {
|
|
87039
87051
|
}
|
|
87040
87052
|
interface GetCorporateBankAccountsResponse extends z$1.infer<typeof responseBodySchema$a> {
|
|
87041
87053
|
}
|
|
@@ -89883,7 +89895,7 @@ declare const getPaymentRequestsQuerySchema: z$1.ZodObject<{
|
|
|
89883
89895
|
OPENED: "OPENED";
|
|
89884
89896
|
}>>>>;
|
|
89885
89897
|
filterPaymentRequestBatchId: z$1.ZodOptional<z$1.ZodUUID>;
|
|
89886
|
-
noBatchOnly: z$1.ZodOptional<z$1.ZodDefault<z$1.
|
|
89898
|
+
noBatchOnly: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
|
|
89887
89899
|
}, z$1.core.$strip>;
|
|
89888
89900
|
declare const getPaymentRequestsResponseSchema: z$1.ZodObject<{
|
|
89889
89901
|
message: z$1.ZodString;
|
|
@@ -91110,7 +91122,7 @@ declare const getPaymentRequestsResponseSchema: z$1.ZodObject<{
|
|
|
91110
91122
|
}, z$1.core.$strip>;
|
|
91111
91123
|
}, z$1.core.$strip>>;
|
|
91112
91124
|
}, z$1.core.$strip>;
|
|
91113
|
-
interface GetPaymentRequestsQuery extends z$1.
|
|
91125
|
+
interface GetPaymentRequestsQuery extends z$1.input<typeof getPaymentRequestsQuerySchema> {
|
|
91114
91126
|
}
|
|
91115
91127
|
interface GetPaymentRequestsResponseBody extends z$1.infer<typeof getPaymentRequestsResponseSchema> {
|
|
91116
91128
|
}
|
package/dist/v1/index.d.ts
CHANGED
|
@@ -5287,7 +5287,7 @@ declare const codesAndOrderRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
5287
5287
|
currencies: string;
|
|
5288
5288
|
provider: string;
|
|
5289
5289
|
baseCurrency?: "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" | undefined;
|
|
5290
|
-
useCache?:
|
|
5290
|
+
useCache?: string | undefined;
|
|
5291
5291
|
refreshRateInSeconds?: unknown;
|
|
5292
5292
|
amount?: unknown;
|
|
5293
5293
|
};
|
|
@@ -5324,7 +5324,7 @@ declare const codesAndOrderRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
5324
5324
|
currencies: string;
|
|
5325
5325
|
provider: string;
|
|
5326
5326
|
baseCurrency?: "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" | undefined;
|
|
5327
|
-
useCache?:
|
|
5327
|
+
useCache?: string | undefined;
|
|
5328
5328
|
refreshRateInSeconds?: unknown;
|
|
5329
5329
|
amount?: unknown;
|
|
5330
5330
|
};
|
|
@@ -5362,8 +5362,8 @@ declare const codesAndOrderRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
5362
5362
|
$get: {
|
|
5363
5363
|
input: {
|
|
5364
5364
|
query: {
|
|
5365
|
-
includeWorkflow?:
|
|
5366
|
-
includeBatchCounts?:
|
|
5365
|
+
includeWorkflow?: string | undefined;
|
|
5366
|
+
includeBatchCounts?: string | undefined;
|
|
5367
5367
|
includePendingPaymentRequestCount?: unknown;
|
|
5368
5368
|
};
|
|
5369
5369
|
};
|
|
@@ -5427,8 +5427,8 @@ declare const codesAndOrderRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
5427
5427
|
} | {
|
|
5428
5428
|
input: {
|
|
5429
5429
|
query: {
|
|
5430
|
-
includeWorkflow?:
|
|
5431
|
-
includeBatchCounts?:
|
|
5430
|
+
includeWorkflow?: string | undefined;
|
|
5431
|
+
includeBatchCounts?: string | undefined;
|
|
5432
5432
|
includePendingPaymentRequestCount?: unknown;
|
|
5433
5433
|
};
|
|
5434
5434
|
};
|
|
@@ -5650,7 +5650,7 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
5650
5650
|
limit?: unknown;
|
|
5651
5651
|
sortColumn?: string | undefined;
|
|
5652
5652
|
sortDirection?: "asc" | "desc" | undefined;
|
|
5653
|
-
isActive?:
|
|
5653
|
+
isActive?: string | undefined;
|
|
5654
5654
|
};
|
|
5655
5655
|
};
|
|
5656
5656
|
output: {
|
|
@@ -5690,7 +5690,7 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
5690
5690
|
limit?: unknown;
|
|
5691
5691
|
sortColumn?: string | undefined;
|
|
5692
5692
|
sortDirection?: "asc" | "desc" | undefined;
|
|
5693
|
-
isActive?:
|
|
5693
|
+
isActive?: string | undefined;
|
|
5694
5694
|
};
|
|
5695
5695
|
};
|
|
5696
5696
|
output: {
|
|
@@ -6059,8 +6059,8 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
6059
6059
|
limit?: unknown;
|
|
6060
6060
|
sortColumn?: string | undefined;
|
|
6061
6061
|
sortDirection?: "asc" | "desc" | undefined;
|
|
6062
|
-
isActive?:
|
|
6063
|
-
isVerified?:
|
|
6062
|
+
isActive?: string | undefined;
|
|
6063
|
+
isVerified?: string | undefined;
|
|
6064
6064
|
};
|
|
6065
6065
|
};
|
|
6066
6066
|
output: {
|
|
@@ -6112,8 +6112,8 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
6112
6112
|
limit?: unknown;
|
|
6113
6113
|
sortColumn?: string | undefined;
|
|
6114
6114
|
sortDirection?: "asc" | "desc" | undefined;
|
|
6115
|
-
isActive?:
|
|
6116
|
-
isVerified?:
|
|
6115
|
+
isActive?: string | undefined;
|
|
6116
|
+
isVerified?: string | undefined;
|
|
6117
6117
|
};
|
|
6118
6118
|
};
|
|
6119
6119
|
output: {
|
|
@@ -6428,8 +6428,8 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
6428
6428
|
};
|
|
6429
6429
|
} & {
|
|
6430
6430
|
query: {
|
|
6431
|
-
includeBankAccounts?:
|
|
6432
|
-
includeDisponents?:
|
|
6431
|
+
includeBankAccounts?: string | undefined;
|
|
6432
|
+
includeDisponents?: string | undefined;
|
|
6433
6433
|
};
|
|
6434
6434
|
};
|
|
6435
6435
|
output: {
|
|
@@ -6520,8 +6520,8 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
6520
6520
|
};
|
|
6521
6521
|
} & {
|
|
6522
6522
|
query: {
|
|
6523
|
-
includeBankAccounts?:
|
|
6524
|
-
includeDisponents?:
|
|
6523
|
+
includeBankAccounts?: string | undefined;
|
|
6524
|
+
includeDisponents?: string | undefined;
|
|
6525
6525
|
};
|
|
6526
6526
|
};
|
|
6527
6527
|
output: {
|
|
@@ -7730,9 +7730,9 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7730
7730
|
sortDirection?: "asc" | "desc" | undefined;
|
|
7731
7731
|
search?: string | undefined;
|
|
7732
7732
|
kycStatus?: "NOT_APPROVED" | "VERIFIED" | "UNVERIFIED" | "REJECTED" | undefined;
|
|
7733
|
-
includeBankAccounts?:
|
|
7734
|
-
includeDisponents?:
|
|
7735
|
-
includeDeleted?:
|
|
7733
|
+
includeBankAccounts?: string | undefined;
|
|
7734
|
+
includeDisponents?: string | undefined;
|
|
7735
|
+
includeDeleted?: string | undefined;
|
|
7736
7736
|
type?: "CLIENT" | "PROVIDER" | undefined;
|
|
7737
7737
|
externalId?: string | undefined;
|
|
7738
7738
|
};
|
|
@@ -7835,9 +7835,9 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7835
7835
|
sortDirection?: "asc" | "desc" | undefined;
|
|
7836
7836
|
search?: string | undefined;
|
|
7837
7837
|
kycStatus?: "NOT_APPROVED" | "VERIFIED" | "UNVERIFIED" | "REJECTED" | undefined;
|
|
7838
|
-
includeBankAccounts?:
|
|
7839
|
-
includeDisponents?:
|
|
7840
|
-
includeDeleted?:
|
|
7838
|
+
includeBankAccounts?: string | undefined;
|
|
7839
|
+
includeDisponents?: string | undefined;
|
|
7840
|
+
includeDeleted?: string | undefined;
|
|
7841
7841
|
type?: "CLIENT" | "PROVIDER" | undefined;
|
|
7842
7842
|
externalId?: string | undefined;
|
|
7843
7843
|
};
|
|
@@ -7860,9 +7860,9 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7860
7860
|
sortDirection?: "asc" | "desc" | undefined;
|
|
7861
7861
|
search?: string | undefined;
|
|
7862
7862
|
kycStatus?: "NOT_APPROVED" | "VERIFIED" | "UNVERIFIED" | "REJECTED" | undefined;
|
|
7863
|
-
includeBankAccounts?:
|
|
7864
|
-
includeDisponents?:
|
|
7865
|
-
includeDeleted?:
|
|
7863
|
+
includeBankAccounts?: string | undefined;
|
|
7864
|
+
includeDisponents?: string | undefined;
|
|
7865
|
+
includeDeleted?: string | undefined;
|
|
7866
7866
|
type?: "CLIENT" | "PROVIDER" | undefined;
|
|
7867
7867
|
externalId?: string | undefined;
|
|
7868
7868
|
};
|
|
@@ -7881,6 +7881,10 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7881
7881
|
param: {
|
|
7882
7882
|
organizationId: string;
|
|
7883
7883
|
};
|
|
7884
|
+
} & {
|
|
7885
|
+
json: {
|
|
7886
|
+
partyIds?: string[] | undefined;
|
|
7887
|
+
};
|
|
7884
7888
|
};
|
|
7885
7889
|
output: {
|
|
7886
7890
|
message: string;
|
|
@@ -7894,6 +7898,10 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7894
7898
|
param: {
|
|
7895
7899
|
organizationId: string;
|
|
7896
7900
|
};
|
|
7901
|
+
} & {
|
|
7902
|
+
json: {
|
|
7903
|
+
partyIds?: string[] | undefined;
|
|
7904
|
+
};
|
|
7897
7905
|
};
|
|
7898
7906
|
output: {
|
|
7899
7907
|
message: string;
|
|
@@ -7905,6 +7913,10 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7905
7913
|
param: {
|
|
7906
7914
|
organizationId: string;
|
|
7907
7915
|
};
|
|
7916
|
+
} & {
|
|
7917
|
+
json: {
|
|
7918
|
+
partyIds?: string[] | undefined;
|
|
7919
|
+
};
|
|
7908
7920
|
};
|
|
7909
7921
|
output: {
|
|
7910
7922
|
message: string;
|
|
@@ -12381,8 +12393,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12381
12393
|
};
|
|
12382
12394
|
} & {
|
|
12383
12395
|
json: {
|
|
12384
|
-
|
|
12385
|
-
|
|
12396
|
+
month: number;
|
|
12397
|
+
year: number;
|
|
12386
12398
|
emails?: string[] | undefined;
|
|
12387
12399
|
};
|
|
12388
12400
|
};
|
|
@@ -12402,8 +12414,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12402
12414
|
};
|
|
12403
12415
|
} & {
|
|
12404
12416
|
json: {
|
|
12405
|
-
|
|
12406
|
-
|
|
12417
|
+
month: number;
|
|
12418
|
+
year: number;
|
|
12407
12419
|
emails?: string[] | undefined;
|
|
12408
12420
|
};
|
|
12409
12421
|
};
|
|
@@ -12419,8 +12431,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12419
12431
|
};
|
|
12420
12432
|
} & {
|
|
12421
12433
|
json: {
|
|
12422
|
-
|
|
12423
|
-
|
|
12434
|
+
month: number;
|
|
12435
|
+
year: number;
|
|
12424
12436
|
emails?: string[] | undefined;
|
|
12425
12437
|
};
|
|
12426
12438
|
};
|
|
@@ -12436,8 +12448,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12436
12448
|
};
|
|
12437
12449
|
} & {
|
|
12438
12450
|
json: {
|
|
12439
|
-
|
|
12440
|
-
|
|
12451
|
+
month: number;
|
|
12452
|
+
year: number;
|
|
12441
12453
|
emails?: string[] | undefined;
|
|
12442
12454
|
};
|
|
12443
12455
|
};
|
|
@@ -12457,8 +12469,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12457
12469
|
};
|
|
12458
12470
|
} & {
|
|
12459
12471
|
query: {
|
|
12460
|
-
|
|
12461
|
-
|
|
12472
|
+
month: unknown;
|
|
12473
|
+
year: unknown;
|
|
12462
12474
|
};
|
|
12463
12475
|
};
|
|
12464
12476
|
output: Response;
|
|
@@ -12471,8 +12483,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12471
12483
|
};
|
|
12472
12484
|
} & {
|
|
12473
12485
|
query: {
|
|
12474
|
-
|
|
12475
|
-
|
|
12486
|
+
month: unknown;
|
|
12487
|
+
year: unknown;
|
|
12476
12488
|
};
|
|
12477
12489
|
};
|
|
12478
12490
|
output: {
|
|
@@ -12487,8 +12499,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12487
12499
|
};
|
|
12488
12500
|
} & {
|
|
12489
12501
|
query: {
|
|
12490
|
-
|
|
12491
|
-
|
|
12502
|
+
month: unknown;
|
|
12503
|
+
year: unknown;
|
|
12492
12504
|
};
|
|
12493
12505
|
};
|
|
12494
12506
|
output: {
|
|
@@ -12503,8 +12515,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12503
12515
|
};
|
|
12504
12516
|
} & {
|
|
12505
12517
|
query: {
|
|
12506
|
-
|
|
12507
|
-
|
|
12518
|
+
month: unknown;
|
|
12519
|
+
year: unknown;
|
|
12508
12520
|
};
|
|
12509
12521
|
};
|
|
12510
12522
|
output: {
|
|
@@ -12519,8 +12531,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12519
12531
|
};
|
|
12520
12532
|
} & {
|
|
12521
12533
|
query: {
|
|
12522
|
-
|
|
12523
|
-
|
|
12534
|
+
month: unknown;
|
|
12535
|
+
year: unknown;
|
|
12524
12536
|
};
|
|
12525
12537
|
};
|
|
12526
12538
|
output: {
|
|
@@ -12795,7 +12807,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12795
12807
|
filterPaymentRequestAccountId?: unknown;
|
|
12796
12808
|
filterPaymentRequestStatus?: unknown;
|
|
12797
12809
|
filterPaymentRequestBatchId?: string | undefined;
|
|
12798
|
-
noBatchOnly?:
|
|
12810
|
+
noBatchOnly?: string | undefined;
|
|
12799
12811
|
};
|
|
12800
12812
|
};
|
|
12801
12813
|
output: {
|
|
@@ -12875,7 +12887,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12875
12887
|
filterPaymentRequestAccountId?: unknown;
|
|
12876
12888
|
filterPaymentRequestStatus?: unknown;
|
|
12877
12889
|
filterPaymentRequestBatchId?: string | undefined;
|
|
12878
|
-
noBatchOnly?:
|
|
12890
|
+
noBatchOnly?: string | undefined;
|
|
12879
12891
|
};
|
|
12880
12892
|
};
|
|
12881
12893
|
output: {
|
|
@@ -22060,7 +22072,7 @@ declare const querySchema$d: z$1.ZodObject<{
|
|
|
22060
22072
|
AVAX: "AVAX";
|
|
22061
22073
|
}>>;
|
|
22062
22074
|
provider: z$1.ZodString;
|
|
22063
|
-
useCache: z$1.ZodDefault<z$1.
|
|
22075
|
+
useCache: z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
22064
22076
|
refreshRateInSeconds: z$1.ZodDefault<z$1.ZodCoercedNumber<unknown>>;
|
|
22065
22077
|
amount: z$1.ZodOptional<z$1.ZodCoercedNumber<unknown>>;
|
|
22066
22078
|
}, z$1.core.$strip>;
|
|
@@ -22084,7 +22096,7 @@ declare const responseBodySchema$1i: z$1.ZodObject<{
|
|
|
22084
22096
|
message: z$1.ZodOptional<z$1.ZodString>;
|
|
22085
22097
|
}, z$1.core.$strip>;
|
|
22086
22098
|
}, z$1.core.$strip>;
|
|
22087
|
-
interface GetCurrenciesPriceQuery extends z$1.
|
|
22099
|
+
interface GetCurrenciesPriceQuery extends z$1.input<typeof querySchema$d> {
|
|
22088
22100
|
}
|
|
22089
22101
|
interface GetCurrenciesPriceResponseBody extends z$1.infer<typeof responseBodySchema$1i> {
|
|
22090
22102
|
}
|
|
@@ -79671,9 +79683,9 @@ declare const querySchema$6: z$1.ZodObject<{
|
|
|
79671
79683
|
UNVERIFIED: "UNVERIFIED";
|
|
79672
79684
|
REJECTED: "REJECTED";
|
|
79673
79685
|
}>>;
|
|
79674
|
-
includeBankAccounts: z$1.ZodDefault<z$1.
|
|
79675
|
-
includeDisponents: z$1.ZodDefault<z$1.
|
|
79676
|
-
includeDeleted: z$1.ZodOptional<z$1.
|
|
79686
|
+
includeBankAccounts: z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
79687
|
+
includeDisponents: z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
79688
|
+
includeDeleted: z$1.ZodOptional<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
79677
79689
|
type: z$1.ZodOptional<z$1.ZodEnum<{
|
|
79678
79690
|
CLIENT: "CLIENT";
|
|
79679
79691
|
PROVIDER: "PROVIDER";
|
|
@@ -80378,7 +80390,7 @@ declare const responseBodySchema$P: z$1.ZodObject<{
|
|
|
80378
80390
|
}, z$1.core.$strip>;
|
|
80379
80391
|
interface GetOrganizationClientsParams extends z$1.infer<typeof paramsSchema$C> {
|
|
80380
80392
|
}
|
|
80381
|
-
interface GetOrganizationClientsQuery extends z$1.
|
|
80393
|
+
interface GetOrganizationClientsQuery extends z$1.input<typeof querySchema$6> {
|
|
80382
80394
|
}
|
|
80383
80395
|
interface GetOrganizationClientsResponseBody extends z$1.infer<typeof responseBodySchema$P> {
|
|
80384
80396
|
}
|
|
@@ -80388,8 +80400,8 @@ declare const paramsSchema$B: z$1.ZodObject<{
|
|
|
80388
80400
|
clientId: z$1.ZodUUID;
|
|
80389
80401
|
}, z$1.core.$strip>;
|
|
80390
80402
|
declare const querySchema$5: z$1.ZodObject<{
|
|
80391
|
-
includeBankAccounts: z$1.ZodOptional<z$1.ZodDefault<z$1.
|
|
80392
|
-
includeDisponents: z$1.ZodOptional<z$1.ZodDefault<z$1.
|
|
80403
|
+
includeBankAccounts: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
|
|
80404
|
+
includeDisponents: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
|
|
80393
80405
|
}, z$1.core.$strip>;
|
|
80394
80406
|
declare const responseBodySchema$O: z$1.ZodObject<{
|
|
80395
80407
|
message: z$1.ZodString;
|
|
@@ -81084,7 +81096,7 @@ declare const responseBodySchema$O: z$1.ZodObject<{
|
|
|
81084
81096
|
}, z$1.core.$strip>;
|
|
81085
81097
|
interface GetOrganizationClientParams extends z$1.infer<typeof paramsSchema$B> {
|
|
81086
81098
|
}
|
|
81087
|
-
interface GetOrganizationClientQuery extends z$1.
|
|
81099
|
+
interface GetOrganizationClientQuery extends z$1.input<typeof querySchema$5> {
|
|
81088
81100
|
}
|
|
81089
81101
|
interface GetOrganizationClientResponseBody extends z$1.infer<typeof responseBodySchema$O> {
|
|
81090
81102
|
}
|
|
@@ -82628,8 +82640,8 @@ declare const querySchema$3: z$1.ZodObject<{
|
|
|
82628
82640
|
asc: "asc";
|
|
82629
82641
|
desc: "desc";
|
|
82630
82642
|
}>>;
|
|
82631
|
-
isActive: z$1.ZodOptional<z$1.
|
|
82632
|
-
isVerified: z$1.ZodOptional<z$1.
|
|
82643
|
+
isActive: z$1.ZodOptional<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
82644
|
+
isVerified: z$1.ZodOptional<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
82633
82645
|
currency: z$1.ZodEnum<{
|
|
82634
82646
|
CZK: "CZK";
|
|
82635
82647
|
EUR: "EUR";
|
|
@@ -83262,7 +83274,7 @@ declare const responseBodySchema$H: z$1.ZodObject<{
|
|
|
83262
83274
|
}, z$1.core.$strip>;
|
|
83263
83275
|
interface GetOrganizationClientBankAccountsParams extends z$1.infer<typeof paramsSchema$v> {
|
|
83264
83276
|
}
|
|
83265
|
-
interface GetOrganizationClientBankAccountsQuery extends z$1.
|
|
83277
|
+
interface GetOrganizationClientBankAccountsQuery extends z$1.input<typeof querySchema$3> {
|
|
83266
83278
|
}
|
|
83267
83279
|
interface GetOrganizationClientBankAccountsResponseBody extends z$1.infer<typeof responseBodySchema$H> {
|
|
83268
83280
|
}
|
|
@@ -85642,7 +85654,7 @@ declare const querySchema$2: z$1.ZodObject<{
|
|
|
85642
85654
|
asc: "asc";
|
|
85643
85655
|
desc: "desc";
|
|
85644
85656
|
}>>;
|
|
85645
|
-
isActive: z$1.ZodOptional<z$1.
|
|
85657
|
+
isActive: z$1.ZodOptional<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
85646
85658
|
}, z$1.core.$strip>;
|
|
85647
85659
|
declare const responseBodySchema$C: z$1.ZodObject<{
|
|
85648
85660
|
message: z$1.ZodString;
|
|
@@ -85669,7 +85681,7 @@ declare const responseBodySchema$C: z$1.ZodObject<{
|
|
|
85669
85681
|
}, z$1.core.$strip>;
|
|
85670
85682
|
interface GetOrganizationClientDisponentsParams extends z$1.infer<typeof paramsSchema$q> {
|
|
85671
85683
|
}
|
|
85672
|
-
interface GetOrganizationClientDisponentsQuery extends z$1.
|
|
85684
|
+
interface GetOrganizationClientDisponentsQuery extends z$1.input<typeof querySchema$2> {
|
|
85673
85685
|
}
|
|
85674
85686
|
interface GetOrganizationClientDisponentsResponseBody extends z$1.infer<typeof responseBodySchema$C> {
|
|
85675
85687
|
}
|
|
@@ -86409,8 +86421,8 @@ interface GetCurrenciesResponse extends z$1.infer<typeof responseBodySchema$b> {
|
|
|
86409
86421
|
}
|
|
86410
86422
|
|
|
86411
86423
|
declare const querySchema$1: z$1.ZodObject<{
|
|
86412
|
-
includeWorkflow: z$1.ZodOptional<z$1.ZodDefault<z$1.
|
|
86413
|
-
includeBatchCounts: z$1.ZodOptional<z$1.ZodDefault<z$1.
|
|
86424
|
+
includeWorkflow: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
|
|
86425
|
+
includeBatchCounts: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
|
|
86414
86426
|
includePendingPaymentRequestCount: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
|
|
86415
86427
|
}, z$1.core.$strip>;
|
|
86416
86428
|
declare const responseBodySchema$a: z$1.ZodObject<{
|
|
@@ -87035,7 +87047,7 @@ declare const responseBodySchema$a: z$1.ZodObject<{
|
|
|
87035
87047
|
}, z$1.core.$strip>>;
|
|
87036
87048
|
totalCount: z$1.ZodNumber;
|
|
87037
87049
|
}, z$1.core.$strip>;
|
|
87038
|
-
interface GetCorporateBankAccountsQuery extends z$1.
|
|
87050
|
+
interface GetCorporateBankAccountsQuery extends z$1.input<typeof querySchema$1> {
|
|
87039
87051
|
}
|
|
87040
87052
|
interface GetCorporateBankAccountsResponse extends z$1.infer<typeof responseBodySchema$a> {
|
|
87041
87053
|
}
|
|
@@ -89883,7 +89895,7 @@ declare const getPaymentRequestsQuerySchema: z$1.ZodObject<{
|
|
|
89883
89895
|
OPENED: "OPENED";
|
|
89884
89896
|
}>>>>;
|
|
89885
89897
|
filterPaymentRequestBatchId: z$1.ZodOptional<z$1.ZodUUID>;
|
|
89886
|
-
noBatchOnly: z$1.ZodOptional<z$1.ZodDefault<z$1.
|
|
89898
|
+
noBatchOnly: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
|
|
89887
89899
|
}, z$1.core.$strip>;
|
|
89888
89900
|
declare const getPaymentRequestsResponseSchema: z$1.ZodObject<{
|
|
89889
89901
|
message: z$1.ZodString;
|
|
@@ -91110,7 +91122,7 @@ declare const getPaymentRequestsResponseSchema: z$1.ZodObject<{
|
|
|
91110
91122
|
}, z$1.core.$strip>;
|
|
91111
91123
|
}, z$1.core.$strip>>;
|
|
91112
91124
|
}, z$1.core.$strip>;
|
|
91113
|
-
interface GetPaymentRequestsQuery extends z$1.
|
|
91125
|
+
interface GetPaymentRequestsQuery extends z$1.input<typeof getPaymentRequestsQuerySchema> {
|
|
91114
91126
|
}
|
|
91115
91127
|
interface GetPaymentRequestsResponseBody extends z$1.infer<typeof getPaymentRequestsResponseSchema> {
|
|
91116
91128
|
}
|