@devizovaburza/txs-sdk 3.0.2 → 3.0.3-canary.f8cb4986c
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 +46 -46
- package/dist/v1/index.d.mts +46 -46
- package/dist/v1/index.d.ts +46 -46
- 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
|
};
|
|
@@ -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?: string | undefined;
|
|
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?: string | undefined;
|
|
12891
12891
|
};
|
|
12892
12892
|
};
|
|
12893
12893
|
output: {
|
|
@@ -22072,7 +22072,7 @@ declare const querySchema$d: z$1.ZodObject<{
|
|
|
22072
22072
|
AVAX: "AVAX";
|
|
22073
22073
|
}>>;
|
|
22074
22074
|
provider: z$1.ZodString;
|
|
22075
|
-
useCache: z$1.ZodDefault<z$1.
|
|
22075
|
+
useCache: z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
22076
22076
|
refreshRateInSeconds: z$1.ZodDefault<z$1.ZodCoercedNumber<unknown>>;
|
|
22077
22077
|
amount: z$1.ZodOptional<z$1.ZodCoercedNumber<unknown>>;
|
|
22078
22078
|
}, z$1.core.$strip>;
|
|
@@ -22096,7 +22096,7 @@ declare const responseBodySchema$1i: z$1.ZodObject<{
|
|
|
22096
22096
|
message: z$1.ZodOptional<z$1.ZodString>;
|
|
22097
22097
|
}, z$1.core.$strip>;
|
|
22098
22098
|
}, z$1.core.$strip>;
|
|
22099
|
-
interface GetCurrenciesPriceQuery extends z$1.
|
|
22099
|
+
interface GetCurrenciesPriceQuery extends z$1.input<typeof querySchema$d> {
|
|
22100
22100
|
}
|
|
22101
22101
|
interface GetCurrenciesPriceResponseBody extends z$1.infer<typeof responseBodySchema$1i> {
|
|
22102
22102
|
}
|
|
@@ -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.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>>;
|
|
79689
79689
|
type: z$1.ZodOptional<z$1.ZodEnum<{
|
|
79690
79690
|
CLIENT: "CLIENT";
|
|
79691
79691
|
PROVIDER: "PROVIDER";
|
|
@@ -80390,7 +80390,7 @@ declare const responseBodySchema$P: z$1.ZodObject<{
|
|
|
80390
80390
|
}, z$1.core.$strip>;
|
|
80391
80391
|
interface GetOrganizationClientsParams extends z$1.infer<typeof paramsSchema$C> {
|
|
80392
80392
|
}
|
|
80393
|
-
interface GetOrganizationClientsQuery extends z$1.
|
|
80393
|
+
interface GetOrganizationClientsQuery extends z$1.input<typeof querySchema$6> {
|
|
80394
80394
|
}
|
|
80395
80395
|
interface GetOrganizationClientsResponseBody extends z$1.infer<typeof responseBodySchema$P> {
|
|
80396
80396
|
}
|
|
@@ -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.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
|
|
80404
|
+
includeDisponents: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
|
|
80405
80405
|
}, z$1.core.$strip>;
|
|
80406
80406
|
declare const responseBodySchema$O: z$1.ZodObject<{
|
|
80407
80407
|
message: z$1.ZodString;
|
|
@@ -81096,7 +81096,7 @@ declare const responseBodySchema$O: z$1.ZodObject<{
|
|
|
81096
81096
|
}, z$1.core.$strip>;
|
|
81097
81097
|
interface GetOrganizationClientParams extends z$1.infer<typeof paramsSchema$B> {
|
|
81098
81098
|
}
|
|
81099
|
-
interface GetOrganizationClientQuery extends z$1.
|
|
81099
|
+
interface GetOrganizationClientQuery extends z$1.input<typeof querySchema$5> {
|
|
81100
81100
|
}
|
|
81101
81101
|
interface GetOrganizationClientResponseBody extends z$1.infer<typeof responseBodySchema$O> {
|
|
81102
81102
|
}
|
|
@@ -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.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
82644
|
+
isVerified: z$1.ZodOptional<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
82645
82645
|
currency: z$1.ZodEnum<{
|
|
82646
82646
|
CZK: "CZK";
|
|
82647
82647
|
EUR: "EUR";
|
|
@@ -83274,7 +83274,7 @@ declare const responseBodySchema$H: z$1.ZodObject<{
|
|
|
83274
83274
|
}, z$1.core.$strip>;
|
|
83275
83275
|
interface GetOrganizationClientBankAccountsParams extends z$1.infer<typeof paramsSchema$v> {
|
|
83276
83276
|
}
|
|
83277
|
-
interface GetOrganizationClientBankAccountsQuery extends z$1.
|
|
83277
|
+
interface GetOrganizationClientBankAccountsQuery extends z$1.input<typeof querySchema$3> {
|
|
83278
83278
|
}
|
|
83279
83279
|
interface GetOrganizationClientBankAccountsResponseBody extends z$1.infer<typeof responseBodySchema$H> {
|
|
83280
83280
|
}
|
|
@@ -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.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
85658
85658
|
}, z$1.core.$strip>;
|
|
85659
85659
|
declare const responseBodySchema$C: z$1.ZodObject<{
|
|
85660
85660
|
message: z$1.ZodString;
|
|
@@ -85681,7 +85681,7 @@ declare const responseBodySchema$C: z$1.ZodObject<{
|
|
|
85681
85681
|
}, z$1.core.$strip>;
|
|
85682
85682
|
interface GetOrganizationClientDisponentsParams extends z$1.infer<typeof paramsSchema$q> {
|
|
85683
85683
|
}
|
|
85684
|
-
interface GetOrganizationClientDisponentsQuery extends z$1.
|
|
85684
|
+
interface GetOrganizationClientDisponentsQuery extends z$1.input<typeof querySchema$2> {
|
|
85685
85685
|
}
|
|
85686
85686
|
interface GetOrganizationClientDisponentsResponseBody extends z$1.infer<typeof responseBodySchema$C> {
|
|
85687
85687
|
}
|
|
@@ -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.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
|
|
86425
|
+
includeBatchCounts: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
|
|
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<{
|
|
@@ -87047,7 +87047,7 @@ declare const responseBodySchema$a: z$1.ZodObject<{
|
|
|
87047
87047
|
}, z$1.core.$strip>>;
|
|
87048
87048
|
totalCount: z$1.ZodNumber;
|
|
87049
87049
|
}, z$1.core.$strip>;
|
|
87050
|
-
interface GetCorporateBankAccountsQuery extends z$1.
|
|
87050
|
+
interface GetCorporateBankAccountsQuery extends z$1.input<typeof querySchema$1> {
|
|
87051
87051
|
}
|
|
87052
87052
|
interface GetCorporateBankAccountsResponse extends z$1.infer<typeof responseBodySchema$a> {
|
|
87053
87053
|
}
|
|
@@ -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.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
|
|
89899
89899
|
}, z$1.core.$strip>;
|
|
89900
89900
|
declare const getPaymentRequestsResponseSchema: z$1.ZodObject<{
|
|
89901
89901
|
message: z$1.ZodString;
|
|
@@ -91122,7 +91122,7 @@ declare const getPaymentRequestsResponseSchema: z$1.ZodObject<{
|
|
|
91122
91122
|
}, z$1.core.$strip>;
|
|
91123
91123
|
}, z$1.core.$strip>>;
|
|
91124
91124
|
}, z$1.core.$strip>;
|
|
91125
|
-
interface GetPaymentRequestsQuery extends z$1.
|
|
91125
|
+
interface GetPaymentRequestsQuery extends z$1.input<typeof getPaymentRequestsQuerySchema> {
|
|
91126
91126
|
}
|
|
91127
91127
|
interface GetPaymentRequestsResponseBody extends z$1.infer<typeof getPaymentRequestsResponseSchema> {
|
|
91128
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
|
};
|
|
@@ -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?: string | undefined;
|
|
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?: string | undefined;
|
|
12891
12891
|
};
|
|
12892
12892
|
};
|
|
12893
12893
|
output: {
|
|
@@ -22072,7 +22072,7 @@ declare const querySchema$d: z$1.ZodObject<{
|
|
|
22072
22072
|
AVAX: "AVAX";
|
|
22073
22073
|
}>>;
|
|
22074
22074
|
provider: z$1.ZodString;
|
|
22075
|
-
useCache: z$1.ZodDefault<z$1.
|
|
22075
|
+
useCache: z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
22076
22076
|
refreshRateInSeconds: z$1.ZodDefault<z$1.ZodCoercedNumber<unknown>>;
|
|
22077
22077
|
amount: z$1.ZodOptional<z$1.ZodCoercedNumber<unknown>>;
|
|
22078
22078
|
}, z$1.core.$strip>;
|
|
@@ -22096,7 +22096,7 @@ declare const responseBodySchema$1i: z$1.ZodObject<{
|
|
|
22096
22096
|
message: z$1.ZodOptional<z$1.ZodString>;
|
|
22097
22097
|
}, z$1.core.$strip>;
|
|
22098
22098
|
}, z$1.core.$strip>;
|
|
22099
|
-
interface GetCurrenciesPriceQuery extends z$1.
|
|
22099
|
+
interface GetCurrenciesPriceQuery extends z$1.input<typeof querySchema$d> {
|
|
22100
22100
|
}
|
|
22101
22101
|
interface GetCurrenciesPriceResponseBody extends z$1.infer<typeof responseBodySchema$1i> {
|
|
22102
22102
|
}
|
|
@@ -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.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>>;
|
|
79689
79689
|
type: z$1.ZodOptional<z$1.ZodEnum<{
|
|
79690
79690
|
CLIENT: "CLIENT";
|
|
79691
79691
|
PROVIDER: "PROVIDER";
|
|
@@ -80390,7 +80390,7 @@ declare const responseBodySchema$P: z$1.ZodObject<{
|
|
|
80390
80390
|
}, z$1.core.$strip>;
|
|
80391
80391
|
interface GetOrganizationClientsParams extends z$1.infer<typeof paramsSchema$C> {
|
|
80392
80392
|
}
|
|
80393
|
-
interface GetOrganizationClientsQuery extends z$1.
|
|
80393
|
+
interface GetOrganizationClientsQuery extends z$1.input<typeof querySchema$6> {
|
|
80394
80394
|
}
|
|
80395
80395
|
interface GetOrganizationClientsResponseBody extends z$1.infer<typeof responseBodySchema$P> {
|
|
80396
80396
|
}
|
|
@@ -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.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
|
|
80404
|
+
includeDisponents: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
|
|
80405
80405
|
}, z$1.core.$strip>;
|
|
80406
80406
|
declare const responseBodySchema$O: z$1.ZodObject<{
|
|
80407
80407
|
message: z$1.ZodString;
|
|
@@ -81096,7 +81096,7 @@ declare const responseBodySchema$O: z$1.ZodObject<{
|
|
|
81096
81096
|
}, z$1.core.$strip>;
|
|
81097
81097
|
interface GetOrganizationClientParams extends z$1.infer<typeof paramsSchema$B> {
|
|
81098
81098
|
}
|
|
81099
|
-
interface GetOrganizationClientQuery extends z$1.
|
|
81099
|
+
interface GetOrganizationClientQuery extends z$1.input<typeof querySchema$5> {
|
|
81100
81100
|
}
|
|
81101
81101
|
interface GetOrganizationClientResponseBody extends z$1.infer<typeof responseBodySchema$O> {
|
|
81102
81102
|
}
|
|
@@ -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.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
82644
|
+
isVerified: z$1.ZodOptional<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
82645
82645
|
currency: z$1.ZodEnum<{
|
|
82646
82646
|
CZK: "CZK";
|
|
82647
82647
|
EUR: "EUR";
|
|
@@ -83274,7 +83274,7 @@ declare const responseBodySchema$H: z$1.ZodObject<{
|
|
|
83274
83274
|
}, z$1.core.$strip>;
|
|
83275
83275
|
interface GetOrganizationClientBankAccountsParams extends z$1.infer<typeof paramsSchema$v> {
|
|
83276
83276
|
}
|
|
83277
|
-
interface GetOrganizationClientBankAccountsQuery extends z$1.
|
|
83277
|
+
interface GetOrganizationClientBankAccountsQuery extends z$1.input<typeof querySchema$3> {
|
|
83278
83278
|
}
|
|
83279
83279
|
interface GetOrganizationClientBankAccountsResponseBody extends z$1.infer<typeof responseBodySchema$H> {
|
|
83280
83280
|
}
|
|
@@ -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.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
85658
85658
|
}, z$1.core.$strip>;
|
|
85659
85659
|
declare const responseBodySchema$C: z$1.ZodObject<{
|
|
85660
85660
|
message: z$1.ZodString;
|
|
@@ -85681,7 +85681,7 @@ declare const responseBodySchema$C: z$1.ZodObject<{
|
|
|
85681
85681
|
}, z$1.core.$strip>;
|
|
85682
85682
|
interface GetOrganizationClientDisponentsParams extends z$1.infer<typeof paramsSchema$q> {
|
|
85683
85683
|
}
|
|
85684
|
-
interface GetOrganizationClientDisponentsQuery extends z$1.
|
|
85684
|
+
interface GetOrganizationClientDisponentsQuery extends z$1.input<typeof querySchema$2> {
|
|
85685
85685
|
}
|
|
85686
85686
|
interface GetOrganizationClientDisponentsResponseBody extends z$1.infer<typeof responseBodySchema$C> {
|
|
85687
85687
|
}
|
|
@@ -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.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
|
|
86425
|
+
includeBatchCounts: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
|
|
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<{
|
|
@@ -87047,7 +87047,7 @@ declare const responseBodySchema$a: z$1.ZodObject<{
|
|
|
87047
87047
|
}, z$1.core.$strip>>;
|
|
87048
87048
|
totalCount: z$1.ZodNumber;
|
|
87049
87049
|
}, z$1.core.$strip>;
|
|
87050
|
-
interface GetCorporateBankAccountsQuery extends z$1.
|
|
87050
|
+
interface GetCorporateBankAccountsQuery extends z$1.input<typeof querySchema$1> {
|
|
87051
87051
|
}
|
|
87052
87052
|
interface GetCorporateBankAccountsResponse extends z$1.infer<typeof responseBodySchema$a> {
|
|
87053
87053
|
}
|
|
@@ -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.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
|
|
89899
89899
|
}, z$1.core.$strip>;
|
|
89900
89900
|
declare const getPaymentRequestsResponseSchema: z$1.ZodObject<{
|
|
89901
89901
|
message: z$1.ZodString;
|
|
@@ -91122,7 +91122,7 @@ declare const getPaymentRequestsResponseSchema: z$1.ZodObject<{
|
|
|
91122
91122
|
}, z$1.core.$strip>;
|
|
91123
91123
|
}, z$1.core.$strip>>;
|
|
91124
91124
|
}, z$1.core.$strip>;
|
|
91125
|
-
interface GetPaymentRequestsQuery extends z$1.
|
|
91125
|
+
interface GetPaymentRequestsQuery extends z$1.input<typeof getPaymentRequestsQuerySchema> {
|
|
91126
91126
|
}
|
|
91127
91127
|
interface GetPaymentRequestsResponseBody extends z$1.infer<typeof getPaymentRequestsResponseSchema> {
|
|
91128
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
|
};
|
|
@@ -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?: string | undefined;
|
|
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?: string | undefined;
|
|
12891
12891
|
};
|
|
12892
12892
|
};
|
|
12893
12893
|
output: {
|
|
@@ -22072,7 +22072,7 @@ declare const querySchema$d: z$1.ZodObject<{
|
|
|
22072
22072
|
AVAX: "AVAX";
|
|
22073
22073
|
}>>;
|
|
22074
22074
|
provider: z$1.ZodString;
|
|
22075
|
-
useCache: z$1.ZodDefault<z$1.
|
|
22075
|
+
useCache: z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
22076
22076
|
refreshRateInSeconds: z$1.ZodDefault<z$1.ZodCoercedNumber<unknown>>;
|
|
22077
22077
|
amount: z$1.ZodOptional<z$1.ZodCoercedNumber<unknown>>;
|
|
22078
22078
|
}, z$1.core.$strip>;
|
|
@@ -22096,7 +22096,7 @@ declare const responseBodySchema$1i: z$1.ZodObject<{
|
|
|
22096
22096
|
message: z$1.ZodOptional<z$1.ZodString>;
|
|
22097
22097
|
}, z$1.core.$strip>;
|
|
22098
22098
|
}, z$1.core.$strip>;
|
|
22099
|
-
interface GetCurrenciesPriceQuery extends z$1.
|
|
22099
|
+
interface GetCurrenciesPriceQuery extends z$1.input<typeof querySchema$d> {
|
|
22100
22100
|
}
|
|
22101
22101
|
interface GetCurrenciesPriceResponseBody extends z$1.infer<typeof responseBodySchema$1i> {
|
|
22102
22102
|
}
|
|
@@ -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.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>>;
|
|
79689
79689
|
type: z$1.ZodOptional<z$1.ZodEnum<{
|
|
79690
79690
|
CLIENT: "CLIENT";
|
|
79691
79691
|
PROVIDER: "PROVIDER";
|
|
@@ -80390,7 +80390,7 @@ declare const responseBodySchema$P: z$1.ZodObject<{
|
|
|
80390
80390
|
}, z$1.core.$strip>;
|
|
80391
80391
|
interface GetOrganizationClientsParams extends z$1.infer<typeof paramsSchema$C> {
|
|
80392
80392
|
}
|
|
80393
|
-
interface GetOrganizationClientsQuery extends z$1.
|
|
80393
|
+
interface GetOrganizationClientsQuery extends z$1.input<typeof querySchema$6> {
|
|
80394
80394
|
}
|
|
80395
80395
|
interface GetOrganizationClientsResponseBody extends z$1.infer<typeof responseBodySchema$P> {
|
|
80396
80396
|
}
|
|
@@ -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.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
|
|
80404
|
+
includeDisponents: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
|
|
80405
80405
|
}, z$1.core.$strip>;
|
|
80406
80406
|
declare const responseBodySchema$O: z$1.ZodObject<{
|
|
80407
80407
|
message: z$1.ZodString;
|
|
@@ -81096,7 +81096,7 @@ declare const responseBodySchema$O: z$1.ZodObject<{
|
|
|
81096
81096
|
}, z$1.core.$strip>;
|
|
81097
81097
|
interface GetOrganizationClientParams extends z$1.infer<typeof paramsSchema$B> {
|
|
81098
81098
|
}
|
|
81099
|
-
interface GetOrganizationClientQuery extends z$1.
|
|
81099
|
+
interface GetOrganizationClientQuery extends z$1.input<typeof querySchema$5> {
|
|
81100
81100
|
}
|
|
81101
81101
|
interface GetOrganizationClientResponseBody extends z$1.infer<typeof responseBodySchema$O> {
|
|
81102
81102
|
}
|
|
@@ -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.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
82644
|
+
isVerified: z$1.ZodOptional<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
82645
82645
|
currency: z$1.ZodEnum<{
|
|
82646
82646
|
CZK: "CZK";
|
|
82647
82647
|
EUR: "EUR";
|
|
@@ -83274,7 +83274,7 @@ declare const responseBodySchema$H: z$1.ZodObject<{
|
|
|
83274
83274
|
}, z$1.core.$strip>;
|
|
83275
83275
|
interface GetOrganizationClientBankAccountsParams extends z$1.infer<typeof paramsSchema$v> {
|
|
83276
83276
|
}
|
|
83277
|
-
interface GetOrganizationClientBankAccountsQuery extends z$1.
|
|
83277
|
+
interface GetOrganizationClientBankAccountsQuery extends z$1.input<typeof querySchema$3> {
|
|
83278
83278
|
}
|
|
83279
83279
|
interface GetOrganizationClientBankAccountsResponseBody extends z$1.infer<typeof responseBodySchema$H> {
|
|
83280
83280
|
}
|
|
@@ -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.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
|
|
85658
85658
|
}, z$1.core.$strip>;
|
|
85659
85659
|
declare const responseBodySchema$C: z$1.ZodObject<{
|
|
85660
85660
|
message: z$1.ZodString;
|
|
@@ -85681,7 +85681,7 @@ declare const responseBodySchema$C: z$1.ZodObject<{
|
|
|
85681
85681
|
}, z$1.core.$strip>;
|
|
85682
85682
|
interface GetOrganizationClientDisponentsParams extends z$1.infer<typeof paramsSchema$q> {
|
|
85683
85683
|
}
|
|
85684
|
-
interface GetOrganizationClientDisponentsQuery extends z$1.
|
|
85684
|
+
interface GetOrganizationClientDisponentsQuery extends z$1.input<typeof querySchema$2> {
|
|
85685
85685
|
}
|
|
85686
85686
|
interface GetOrganizationClientDisponentsResponseBody extends z$1.infer<typeof responseBodySchema$C> {
|
|
85687
85687
|
}
|
|
@@ -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.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
|
|
86425
|
+
includeBatchCounts: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
|
|
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<{
|
|
@@ -87047,7 +87047,7 @@ declare const responseBodySchema$a: z$1.ZodObject<{
|
|
|
87047
87047
|
}, z$1.core.$strip>>;
|
|
87048
87048
|
totalCount: z$1.ZodNumber;
|
|
87049
87049
|
}, z$1.core.$strip>;
|
|
87050
|
-
interface GetCorporateBankAccountsQuery extends z$1.
|
|
87050
|
+
interface GetCorporateBankAccountsQuery extends z$1.input<typeof querySchema$1> {
|
|
87051
87051
|
}
|
|
87052
87052
|
interface GetCorporateBankAccountsResponse extends z$1.infer<typeof responseBodySchema$a> {
|
|
87053
87053
|
}
|
|
@@ -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.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
|
|
89899
89899
|
}, z$1.core.$strip>;
|
|
89900
89900
|
declare const getPaymentRequestsResponseSchema: z$1.ZodObject<{
|
|
89901
89901
|
message: z$1.ZodString;
|
|
@@ -91122,7 +91122,7 @@ declare const getPaymentRequestsResponseSchema: z$1.ZodObject<{
|
|
|
91122
91122
|
}, z$1.core.$strip>;
|
|
91123
91123
|
}, z$1.core.$strip>>;
|
|
91124
91124
|
}, z$1.core.$strip>;
|
|
91125
|
-
interface GetPaymentRequestsQuery extends z$1.
|
|
91125
|
+
interface GetPaymentRequestsQuery extends z$1.input<typeof getPaymentRequestsQuerySchema> {
|
|
91126
91126
|
}
|
|
91127
91127
|
interface GetPaymentRequestsResponseBody extends z$1.infer<typeof getPaymentRequestsResponseSchema> {
|
|
91128
91128
|
}
|