@devizovaburza/txs-sdk 3.0.3-canary.196378d86 → 3.0.4
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 +36 -36
- package/dist/v1/index.d.mts +36 -36
- package/dist/v1/index.d.ts +36 -36
- package/package.json +1 -1
package/dist/v1/index.d.cts
CHANGED
|
@@ -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?: unknown;
|
|
5366
|
+
includeBatchCounts?: unknown;
|
|
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?: unknown;
|
|
5431
|
+
includeBatchCounts?: unknown;
|
|
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?: unknown;
|
|
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?: unknown;
|
|
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?: unknown;
|
|
6063
|
+
isVerified?: unknown;
|
|
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?: unknown;
|
|
6116
|
+
isVerified?: unknown;
|
|
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?: unknown;
|
|
6432
|
+
includeDisponents?: unknown;
|
|
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?: unknown;
|
|
6524
|
+
includeDisponents?: unknown;
|
|
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?: unknown;
|
|
7734
|
+
includeDisponents?: unknown;
|
|
7735
|
+
includeDeleted?: unknown;
|
|
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?: unknown;
|
|
7839
|
+
includeDisponents?: unknown;
|
|
7840
|
+
includeDeleted?: unknown;
|
|
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?: unknown;
|
|
7864
|
+
includeDisponents?: unknown;
|
|
7865
|
+
includeDeleted?: unknown;
|
|
7866
7866
|
type?: "CLIENT" | "PROVIDER" | undefined;
|
|
7867
7867
|
externalId?: string | undefined;
|
|
7868
7868
|
};
|
|
@@ -12807,7 +12807,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12807
12807
|
filterPaymentRequestAccountId?: unknown;
|
|
12808
12808
|
filterPaymentRequestStatus?: unknown;
|
|
12809
12809
|
filterPaymentRequestBatchId?: string | undefined;
|
|
12810
|
-
noBatchOnly?:
|
|
12810
|
+
noBatchOnly?: unknown;
|
|
12811
12811
|
};
|
|
12812
12812
|
};
|
|
12813
12813
|
output: {
|
|
@@ -12887,7 +12887,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12887
12887
|
filterPaymentRequestAccountId?: unknown;
|
|
12888
12888
|
filterPaymentRequestStatus?: unknown;
|
|
12889
12889
|
filterPaymentRequestBatchId?: string | undefined;
|
|
12890
|
-
noBatchOnly?:
|
|
12890
|
+
noBatchOnly?: unknown;
|
|
12891
12891
|
};
|
|
12892
12892
|
};
|
|
12893
12893
|
output: {
|
|
@@ -79683,9 +79683,9 @@ declare const querySchema$6: z$1.ZodObject<{
|
|
|
79683
79683
|
UNVERIFIED: "UNVERIFIED";
|
|
79684
79684
|
REJECTED: "REJECTED";
|
|
79685
79685
|
}>>;
|
|
79686
|
-
includeBankAccounts: z$1.ZodDefault<z$1.
|
|
79687
|
-
includeDisponents: z$1.ZodDefault<z$1.
|
|
79688
|
-
includeDeleted: z$1.ZodOptional<z$1.
|
|
79686
|
+
includeBankAccounts: z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>;
|
|
79687
|
+
includeDisponents: z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>;
|
|
79688
|
+
includeDeleted: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
|
|
79689
79689
|
type: z$1.ZodOptional<z$1.ZodEnum<{
|
|
79690
79690
|
CLIENT: "CLIENT";
|
|
79691
79691
|
PROVIDER: "PROVIDER";
|
|
@@ -80400,8 +80400,8 @@ declare const paramsSchema$B: z$1.ZodObject<{
|
|
|
80400
80400
|
clientId: z$1.ZodUUID;
|
|
80401
80401
|
}, z$1.core.$strip>;
|
|
80402
80402
|
declare const querySchema$5: z$1.ZodObject<{
|
|
80403
|
-
includeBankAccounts: z$1.ZodOptional<z$1.ZodDefault<z$1.
|
|
80404
|
-
includeDisponents: z$1.ZodOptional<z$1.ZodDefault<z$1.
|
|
80403
|
+
includeBankAccounts: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
|
|
80404
|
+
includeDisponents: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
|
|
80405
80405
|
}, z$1.core.$strip>;
|
|
80406
80406
|
declare const responseBodySchema$O: z$1.ZodObject<{
|
|
80407
80407
|
message: z$1.ZodString;
|
|
@@ -82640,8 +82640,8 @@ declare const querySchema$3: z$1.ZodObject<{
|
|
|
82640
82640
|
asc: "asc";
|
|
82641
82641
|
desc: "desc";
|
|
82642
82642
|
}>>;
|
|
82643
|
-
isActive: z$1.ZodOptional<z$1.
|
|
82644
|
-
isVerified: z$1.ZodOptional<z$1.
|
|
82643
|
+
isActive: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
|
|
82644
|
+
isVerified: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
|
|
82645
82645
|
currency: z$1.ZodEnum<{
|
|
82646
82646
|
CZK: "CZK";
|
|
82647
82647
|
EUR: "EUR";
|
|
@@ -85654,7 +85654,7 @@ declare const querySchema$2: z$1.ZodObject<{
|
|
|
85654
85654
|
asc: "asc";
|
|
85655
85655
|
desc: "desc";
|
|
85656
85656
|
}>>;
|
|
85657
|
-
isActive: z$1.ZodOptional<z$1.
|
|
85657
|
+
isActive: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
|
|
85658
85658
|
}, z$1.core.$strip>;
|
|
85659
85659
|
declare const responseBodySchema$C: z$1.ZodObject<{
|
|
85660
85660
|
message: z$1.ZodString;
|
|
@@ -86421,8 +86421,8 @@ interface GetCurrenciesResponse extends z$1.infer<typeof responseBodySchema$b> {
|
|
|
86421
86421
|
}
|
|
86422
86422
|
|
|
86423
86423
|
declare const querySchema$1: z$1.ZodObject<{
|
|
86424
|
-
includeWorkflow: z$1.ZodOptional<z$1.ZodDefault<z$1.
|
|
86425
|
-
includeBatchCounts: z$1.ZodOptional<z$1.ZodDefault<z$1.
|
|
86424
|
+
includeWorkflow: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
|
|
86425
|
+
includeBatchCounts: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
|
|
86426
86426
|
includePendingPaymentRequestCount: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
|
|
86427
86427
|
}, z$1.core.$strip>;
|
|
86428
86428
|
declare const responseBodySchema$a: z$1.ZodObject<{
|
|
@@ -89895,7 +89895,7 @@ declare const getPaymentRequestsQuerySchema: z$1.ZodObject<{
|
|
|
89895
89895
|
OPENED: "OPENED";
|
|
89896
89896
|
}>>>>;
|
|
89897
89897
|
filterPaymentRequestBatchId: z$1.ZodOptional<z$1.ZodUUID>;
|
|
89898
|
-
noBatchOnly: z$1.ZodOptional<z$1.ZodDefault<z$1.
|
|
89898
|
+
noBatchOnly: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
|
|
89899
89899
|
}, z$1.core.$strip>;
|
|
89900
89900
|
declare const getPaymentRequestsResponseSchema: z$1.ZodObject<{
|
|
89901
89901
|
message: z$1.ZodString;
|
package/dist/v1/index.d.mts
CHANGED
|
@@ -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?: unknown;
|
|
5366
|
+
includeBatchCounts?: unknown;
|
|
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?: unknown;
|
|
5431
|
+
includeBatchCounts?: unknown;
|
|
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?: unknown;
|
|
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?: unknown;
|
|
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?: unknown;
|
|
6063
|
+
isVerified?: unknown;
|
|
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?: unknown;
|
|
6116
|
+
isVerified?: unknown;
|
|
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?: unknown;
|
|
6432
|
+
includeDisponents?: unknown;
|
|
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?: unknown;
|
|
6524
|
+
includeDisponents?: unknown;
|
|
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?: unknown;
|
|
7734
|
+
includeDisponents?: unknown;
|
|
7735
|
+
includeDeleted?: unknown;
|
|
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?: unknown;
|
|
7839
|
+
includeDisponents?: unknown;
|
|
7840
|
+
includeDeleted?: unknown;
|
|
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?: unknown;
|
|
7864
|
+
includeDisponents?: unknown;
|
|
7865
|
+
includeDeleted?: unknown;
|
|
7866
7866
|
type?: "CLIENT" | "PROVIDER" | undefined;
|
|
7867
7867
|
externalId?: string | undefined;
|
|
7868
7868
|
};
|
|
@@ -12807,7 +12807,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12807
12807
|
filterPaymentRequestAccountId?: unknown;
|
|
12808
12808
|
filterPaymentRequestStatus?: unknown;
|
|
12809
12809
|
filterPaymentRequestBatchId?: string | undefined;
|
|
12810
|
-
noBatchOnly?:
|
|
12810
|
+
noBatchOnly?: unknown;
|
|
12811
12811
|
};
|
|
12812
12812
|
};
|
|
12813
12813
|
output: {
|
|
@@ -12887,7 +12887,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12887
12887
|
filterPaymentRequestAccountId?: unknown;
|
|
12888
12888
|
filterPaymentRequestStatus?: unknown;
|
|
12889
12889
|
filterPaymentRequestBatchId?: string | undefined;
|
|
12890
|
-
noBatchOnly?:
|
|
12890
|
+
noBatchOnly?: unknown;
|
|
12891
12891
|
};
|
|
12892
12892
|
};
|
|
12893
12893
|
output: {
|
|
@@ -79683,9 +79683,9 @@ declare const querySchema$6: z$1.ZodObject<{
|
|
|
79683
79683
|
UNVERIFIED: "UNVERIFIED";
|
|
79684
79684
|
REJECTED: "REJECTED";
|
|
79685
79685
|
}>>;
|
|
79686
|
-
includeBankAccounts: z$1.ZodDefault<z$1.
|
|
79687
|
-
includeDisponents: z$1.ZodDefault<z$1.
|
|
79688
|
-
includeDeleted: z$1.ZodOptional<z$1.
|
|
79686
|
+
includeBankAccounts: z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>;
|
|
79687
|
+
includeDisponents: z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>;
|
|
79688
|
+
includeDeleted: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
|
|
79689
79689
|
type: z$1.ZodOptional<z$1.ZodEnum<{
|
|
79690
79690
|
CLIENT: "CLIENT";
|
|
79691
79691
|
PROVIDER: "PROVIDER";
|
|
@@ -80400,8 +80400,8 @@ declare const paramsSchema$B: z$1.ZodObject<{
|
|
|
80400
80400
|
clientId: z$1.ZodUUID;
|
|
80401
80401
|
}, z$1.core.$strip>;
|
|
80402
80402
|
declare const querySchema$5: z$1.ZodObject<{
|
|
80403
|
-
includeBankAccounts: z$1.ZodOptional<z$1.ZodDefault<z$1.
|
|
80404
|
-
includeDisponents: z$1.ZodOptional<z$1.ZodDefault<z$1.
|
|
80403
|
+
includeBankAccounts: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
|
|
80404
|
+
includeDisponents: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
|
|
80405
80405
|
}, z$1.core.$strip>;
|
|
80406
80406
|
declare const responseBodySchema$O: z$1.ZodObject<{
|
|
80407
80407
|
message: z$1.ZodString;
|
|
@@ -82640,8 +82640,8 @@ declare const querySchema$3: z$1.ZodObject<{
|
|
|
82640
82640
|
asc: "asc";
|
|
82641
82641
|
desc: "desc";
|
|
82642
82642
|
}>>;
|
|
82643
|
-
isActive: z$1.ZodOptional<z$1.
|
|
82644
|
-
isVerified: z$1.ZodOptional<z$1.
|
|
82643
|
+
isActive: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
|
|
82644
|
+
isVerified: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
|
|
82645
82645
|
currency: z$1.ZodEnum<{
|
|
82646
82646
|
CZK: "CZK";
|
|
82647
82647
|
EUR: "EUR";
|
|
@@ -85654,7 +85654,7 @@ declare const querySchema$2: z$1.ZodObject<{
|
|
|
85654
85654
|
asc: "asc";
|
|
85655
85655
|
desc: "desc";
|
|
85656
85656
|
}>>;
|
|
85657
|
-
isActive: z$1.ZodOptional<z$1.
|
|
85657
|
+
isActive: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
|
|
85658
85658
|
}, z$1.core.$strip>;
|
|
85659
85659
|
declare const responseBodySchema$C: z$1.ZodObject<{
|
|
85660
85660
|
message: z$1.ZodString;
|
|
@@ -86421,8 +86421,8 @@ interface GetCurrenciesResponse extends z$1.infer<typeof responseBodySchema$b> {
|
|
|
86421
86421
|
}
|
|
86422
86422
|
|
|
86423
86423
|
declare const querySchema$1: z$1.ZodObject<{
|
|
86424
|
-
includeWorkflow: z$1.ZodOptional<z$1.ZodDefault<z$1.
|
|
86425
|
-
includeBatchCounts: z$1.ZodOptional<z$1.ZodDefault<z$1.
|
|
86424
|
+
includeWorkflow: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
|
|
86425
|
+
includeBatchCounts: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
|
|
86426
86426
|
includePendingPaymentRequestCount: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
|
|
86427
86427
|
}, z$1.core.$strip>;
|
|
86428
86428
|
declare const responseBodySchema$a: z$1.ZodObject<{
|
|
@@ -89895,7 +89895,7 @@ declare const getPaymentRequestsQuerySchema: z$1.ZodObject<{
|
|
|
89895
89895
|
OPENED: "OPENED";
|
|
89896
89896
|
}>>>>;
|
|
89897
89897
|
filterPaymentRequestBatchId: z$1.ZodOptional<z$1.ZodUUID>;
|
|
89898
|
-
noBatchOnly: z$1.ZodOptional<z$1.ZodDefault<z$1.
|
|
89898
|
+
noBatchOnly: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
|
|
89899
89899
|
}, z$1.core.$strip>;
|
|
89900
89900
|
declare const getPaymentRequestsResponseSchema: z$1.ZodObject<{
|
|
89901
89901
|
message: z$1.ZodString;
|
package/dist/v1/index.d.ts
CHANGED
|
@@ -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?: unknown;
|
|
5366
|
+
includeBatchCounts?: unknown;
|
|
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?: unknown;
|
|
5431
|
+
includeBatchCounts?: unknown;
|
|
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?: unknown;
|
|
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?: unknown;
|
|
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?: unknown;
|
|
6063
|
+
isVerified?: unknown;
|
|
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?: unknown;
|
|
6116
|
+
isVerified?: unknown;
|
|
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?: unknown;
|
|
6432
|
+
includeDisponents?: unknown;
|
|
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?: unknown;
|
|
6524
|
+
includeDisponents?: unknown;
|
|
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?: unknown;
|
|
7734
|
+
includeDisponents?: unknown;
|
|
7735
|
+
includeDeleted?: unknown;
|
|
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?: unknown;
|
|
7839
|
+
includeDisponents?: unknown;
|
|
7840
|
+
includeDeleted?: unknown;
|
|
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?: unknown;
|
|
7864
|
+
includeDisponents?: unknown;
|
|
7865
|
+
includeDeleted?: unknown;
|
|
7866
7866
|
type?: "CLIENT" | "PROVIDER" | undefined;
|
|
7867
7867
|
externalId?: string | undefined;
|
|
7868
7868
|
};
|
|
@@ -12807,7 +12807,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12807
12807
|
filterPaymentRequestAccountId?: unknown;
|
|
12808
12808
|
filterPaymentRequestStatus?: unknown;
|
|
12809
12809
|
filterPaymentRequestBatchId?: string | undefined;
|
|
12810
|
-
noBatchOnly?:
|
|
12810
|
+
noBatchOnly?: unknown;
|
|
12811
12811
|
};
|
|
12812
12812
|
};
|
|
12813
12813
|
output: {
|
|
@@ -12887,7 +12887,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12887
12887
|
filterPaymentRequestAccountId?: unknown;
|
|
12888
12888
|
filterPaymentRequestStatus?: unknown;
|
|
12889
12889
|
filterPaymentRequestBatchId?: string | undefined;
|
|
12890
|
-
noBatchOnly?:
|
|
12890
|
+
noBatchOnly?: unknown;
|
|
12891
12891
|
};
|
|
12892
12892
|
};
|
|
12893
12893
|
output: {
|
|
@@ -79683,9 +79683,9 @@ declare const querySchema$6: z$1.ZodObject<{
|
|
|
79683
79683
|
UNVERIFIED: "UNVERIFIED";
|
|
79684
79684
|
REJECTED: "REJECTED";
|
|
79685
79685
|
}>>;
|
|
79686
|
-
includeBankAccounts: z$1.ZodDefault<z$1.
|
|
79687
|
-
includeDisponents: z$1.ZodDefault<z$1.
|
|
79688
|
-
includeDeleted: z$1.ZodOptional<z$1.
|
|
79686
|
+
includeBankAccounts: z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>;
|
|
79687
|
+
includeDisponents: z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>;
|
|
79688
|
+
includeDeleted: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
|
|
79689
79689
|
type: z$1.ZodOptional<z$1.ZodEnum<{
|
|
79690
79690
|
CLIENT: "CLIENT";
|
|
79691
79691
|
PROVIDER: "PROVIDER";
|
|
@@ -80400,8 +80400,8 @@ declare const paramsSchema$B: z$1.ZodObject<{
|
|
|
80400
80400
|
clientId: z$1.ZodUUID;
|
|
80401
80401
|
}, z$1.core.$strip>;
|
|
80402
80402
|
declare const querySchema$5: z$1.ZodObject<{
|
|
80403
|
-
includeBankAccounts: z$1.ZodOptional<z$1.ZodDefault<z$1.
|
|
80404
|
-
includeDisponents: z$1.ZodOptional<z$1.ZodDefault<z$1.
|
|
80403
|
+
includeBankAccounts: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
|
|
80404
|
+
includeDisponents: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
|
|
80405
80405
|
}, z$1.core.$strip>;
|
|
80406
80406
|
declare const responseBodySchema$O: z$1.ZodObject<{
|
|
80407
80407
|
message: z$1.ZodString;
|
|
@@ -82640,8 +82640,8 @@ declare const querySchema$3: z$1.ZodObject<{
|
|
|
82640
82640
|
asc: "asc";
|
|
82641
82641
|
desc: "desc";
|
|
82642
82642
|
}>>;
|
|
82643
|
-
isActive: z$1.ZodOptional<z$1.
|
|
82644
|
-
isVerified: z$1.ZodOptional<z$1.
|
|
82643
|
+
isActive: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
|
|
82644
|
+
isVerified: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
|
|
82645
82645
|
currency: z$1.ZodEnum<{
|
|
82646
82646
|
CZK: "CZK";
|
|
82647
82647
|
EUR: "EUR";
|
|
@@ -85654,7 +85654,7 @@ declare const querySchema$2: z$1.ZodObject<{
|
|
|
85654
85654
|
asc: "asc";
|
|
85655
85655
|
desc: "desc";
|
|
85656
85656
|
}>>;
|
|
85657
|
-
isActive: z$1.ZodOptional<z$1.
|
|
85657
|
+
isActive: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
|
|
85658
85658
|
}, z$1.core.$strip>;
|
|
85659
85659
|
declare const responseBodySchema$C: z$1.ZodObject<{
|
|
85660
85660
|
message: z$1.ZodString;
|
|
@@ -86421,8 +86421,8 @@ interface GetCurrenciesResponse extends z$1.infer<typeof responseBodySchema$b> {
|
|
|
86421
86421
|
}
|
|
86422
86422
|
|
|
86423
86423
|
declare const querySchema$1: z$1.ZodObject<{
|
|
86424
|
-
includeWorkflow: z$1.ZodOptional<z$1.ZodDefault<z$1.
|
|
86425
|
-
includeBatchCounts: z$1.ZodOptional<z$1.ZodDefault<z$1.
|
|
86424
|
+
includeWorkflow: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
|
|
86425
|
+
includeBatchCounts: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
|
|
86426
86426
|
includePendingPaymentRequestCount: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
|
|
86427
86427
|
}, z$1.core.$strip>;
|
|
86428
86428
|
declare const responseBodySchema$a: z$1.ZodObject<{
|
|
@@ -89895,7 +89895,7 @@ declare const getPaymentRequestsQuerySchema: z$1.ZodObject<{
|
|
|
89895
89895
|
OPENED: "OPENED";
|
|
89896
89896
|
}>>>>;
|
|
89897
89897
|
filterPaymentRequestBatchId: z$1.ZodOptional<z$1.ZodUUID>;
|
|
89898
|
-
noBatchOnly: z$1.ZodOptional<z$1.ZodDefault<z$1.
|
|
89898
|
+
noBatchOnly: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
|
|
89899
89899
|
}, z$1.core.$strip>;
|
|
89900
89900
|
declare const getPaymentRequestsResponseSchema: z$1.ZodObject<{
|
|
89901
89901
|
message: z$1.ZodString;
|