@devizovaburza/txs-sdk 3.0.2 → 3.0.3-canary.1516bc1a9

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.
@@ -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?: unknown;
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?: unknown;
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?: unknown;
5366
- includeBatchCounts?: unknown;
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?: unknown;
5431
- includeBatchCounts?: unknown;
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?: unknown;
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?: unknown;
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?: unknown;
6063
- isVerified?: unknown;
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?: unknown;
6116
- isVerified?: unknown;
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?: unknown;
6432
- includeDisponents?: unknown;
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?: unknown;
6524
- includeDisponents?: unknown;
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?: unknown;
7734
- includeDisponents?: unknown;
7735
- includeDeleted?: unknown;
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?: unknown;
7839
- includeDisponents?: unknown;
7840
- includeDeleted?: unknown;
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?: unknown;
7864
- includeDisponents?: unknown;
7865
- includeDeleted?: unknown;
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
  };
@@ -11656,13 +11656,15 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
11656
11656
  $get: {
11657
11657
  input: {
11658
11658
  query: {
11659
- organizationId: string;
11659
+ filterOrderOrganizationId: string;
11660
11660
  page?: unknown;
11661
11661
  limit?: unknown;
11662
11662
  sortColumn?: string | undefined;
11663
11663
  sortDirection?: "asc" | "desc" | undefined;
11664
11664
  search?: string | undefined;
11665
11665
  filterOrderClientId?: unknown;
11666
+ filterOrderAsigneeId?: unknown;
11667
+ filterOrderStatus?: unknown;
11666
11668
  filterOrderCurrency?: unknown;
11667
11669
  filterOrderDateFrom?: unknown;
11668
11670
  filterOrderDateTo?: unknown;
@@ -11798,13 +11800,15 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
11798
11800
  } | {
11799
11801
  input: {
11800
11802
  query: {
11801
- organizationId: string;
11803
+ filterOrderOrganizationId: string;
11802
11804
  page?: unknown;
11803
11805
  limit?: unknown;
11804
11806
  sortColumn?: string | undefined;
11805
11807
  sortDirection?: "asc" | "desc" | undefined;
11806
11808
  search?: string | undefined;
11807
11809
  filterOrderClientId?: unknown;
11810
+ filterOrderAsigneeId?: unknown;
11811
+ filterOrderStatus?: unknown;
11808
11812
  filterOrderCurrency?: unknown;
11809
11813
  filterOrderDateFrom?: unknown;
11810
11814
  filterOrderDateTo?: unknown;
@@ -12807,7 +12811,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
12807
12811
  filterPaymentRequestAccountId?: unknown;
12808
12812
  filterPaymentRequestStatus?: unknown;
12809
12813
  filterPaymentRequestBatchId?: string | undefined;
12810
- noBatchOnly?: unknown;
12814
+ noBatchOnly?: string | undefined;
12811
12815
  };
12812
12816
  };
12813
12817
  output: {
@@ -12887,7 +12891,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
12887
12891
  filterPaymentRequestAccountId?: unknown;
12888
12892
  filterPaymentRequestStatus?: unknown;
12889
12893
  filterPaymentRequestBatchId?: string | undefined;
12890
- noBatchOnly?: unknown;
12894
+ noBatchOnly?: string | undefined;
12891
12895
  };
12892
12896
  };
12893
12897
  output: {
@@ -22072,7 +22076,7 @@ declare const querySchema$d: z$1.ZodObject<{
22072
22076
  AVAX: "AVAX";
22073
22077
  }>>;
22074
22078
  provider: z$1.ZodString;
22075
- useCache: z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>;
22079
+ useCache: z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
22076
22080
  refreshRateInSeconds: z$1.ZodDefault<z$1.ZodCoercedNumber<unknown>>;
22077
22081
  amount: z$1.ZodOptional<z$1.ZodCoercedNumber<unknown>>;
22078
22082
  }, z$1.core.$strip>;
@@ -22096,7 +22100,7 @@ declare const responseBodySchema$1i: z$1.ZodObject<{
22096
22100
  message: z$1.ZodOptional<z$1.ZodString>;
22097
22101
  }, z$1.core.$strip>;
22098
22102
  }, z$1.core.$strip>;
22099
- interface GetCurrenciesPriceQuery extends z$1.infer<typeof querySchema$d> {
22103
+ interface GetCurrenciesPriceQuery extends z$1.input<typeof querySchema$d> {
22100
22104
  }
22101
22105
  interface GetCurrenciesPriceResponseBody extends z$1.infer<typeof responseBodySchema$1i> {
22102
22106
  }
@@ -25975,8 +25979,18 @@ declare const getForwardsQuerySchema: z.ZodObject<{
25975
25979
  desc: "desc";
25976
25980
  }>>;
25977
25981
  search: z.ZodOptional<z.ZodString>;
25978
- organizationId: z.ZodUUID;
25982
+ filterOrderOrganizationId: z.ZodUUID;
25979
25983
  filterOrderClientId: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodArray<z.ZodString>>>;
25984
+ filterOrderAsigneeId: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodArray<z.ZodString>>>;
25985
+ filterOrderStatus: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodArray<z.ZodEnum<{
25986
+ EXPIRED: "EXPIRED";
25987
+ CREATED: "CREATED";
25988
+ COMPLETED: "COMPLETED";
25989
+ WAITING_FOR_COLLATERAL: "WAITING_FOR_COLLATERAL";
25990
+ COLLATERAL_PAID: "COLLATERAL_PAID";
25991
+ OPEN: "OPEN";
25992
+ RETURNING_COLLATERAL: "RETURNING_COLLATERAL";
25993
+ }>>>>;
25980
25994
  filterOrderCurrency: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodArray<z.ZodEnum<{
25981
25995
  CZK: "CZK";
25982
25996
  EUR: "EUR";
@@ -79683,9 +79697,9 @@ declare const querySchema$6: z$1.ZodObject<{
79683
79697
  UNVERIFIED: "UNVERIFIED";
79684
79698
  REJECTED: "REJECTED";
79685
79699
  }>>;
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>>;
79700
+ includeBankAccounts: z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
79701
+ includeDisponents: z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
79702
+ includeDeleted: z$1.ZodOptional<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
79689
79703
  type: z$1.ZodOptional<z$1.ZodEnum<{
79690
79704
  CLIENT: "CLIENT";
79691
79705
  PROVIDER: "PROVIDER";
@@ -80390,7 +80404,7 @@ declare const responseBodySchema$P: z$1.ZodObject<{
80390
80404
  }, z$1.core.$strip>;
80391
80405
  interface GetOrganizationClientsParams extends z$1.infer<typeof paramsSchema$C> {
80392
80406
  }
80393
- interface GetOrganizationClientsQuery extends z$1.infer<typeof querySchema$6> {
80407
+ interface GetOrganizationClientsQuery extends z$1.input<typeof querySchema$6> {
80394
80408
  }
80395
80409
  interface GetOrganizationClientsResponseBody extends z$1.infer<typeof responseBodySchema$P> {
80396
80410
  }
@@ -80400,8 +80414,8 @@ declare const paramsSchema$B: z$1.ZodObject<{
80400
80414
  clientId: z$1.ZodUUID;
80401
80415
  }, z$1.core.$strip>;
80402
80416
  declare const querySchema$5: z$1.ZodObject<{
80403
- includeBankAccounts: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
80404
- includeDisponents: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
80417
+ includeBankAccounts: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
80418
+ includeDisponents: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
80405
80419
  }, z$1.core.$strip>;
80406
80420
  declare const responseBodySchema$O: z$1.ZodObject<{
80407
80421
  message: z$1.ZodString;
@@ -81096,7 +81110,7 @@ declare const responseBodySchema$O: z$1.ZodObject<{
81096
81110
  }, z$1.core.$strip>;
81097
81111
  interface GetOrganizationClientParams extends z$1.infer<typeof paramsSchema$B> {
81098
81112
  }
81099
- interface GetOrganizationClientQuery extends z$1.infer<typeof querySchema$5> {
81113
+ interface GetOrganizationClientQuery extends z$1.input<typeof querySchema$5> {
81100
81114
  }
81101
81115
  interface GetOrganizationClientResponseBody extends z$1.infer<typeof responseBodySchema$O> {
81102
81116
  }
@@ -82640,8 +82654,8 @@ declare const querySchema$3: z$1.ZodObject<{
82640
82654
  asc: "asc";
82641
82655
  desc: "desc";
82642
82656
  }>>;
82643
- isActive: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
82644
- isVerified: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
82657
+ isActive: z$1.ZodOptional<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
82658
+ isVerified: z$1.ZodOptional<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
82645
82659
  currency: z$1.ZodEnum<{
82646
82660
  CZK: "CZK";
82647
82661
  EUR: "EUR";
@@ -83274,7 +83288,7 @@ declare const responseBodySchema$H: z$1.ZodObject<{
83274
83288
  }, z$1.core.$strip>;
83275
83289
  interface GetOrganizationClientBankAccountsParams extends z$1.infer<typeof paramsSchema$v> {
83276
83290
  }
83277
- interface GetOrganizationClientBankAccountsQuery extends z$1.infer<typeof querySchema$3> {
83291
+ interface GetOrganizationClientBankAccountsQuery extends z$1.input<typeof querySchema$3> {
83278
83292
  }
83279
83293
  interface GetOrganizationClientBankAccountsResponseBody extends z$1.infer<typeof responseBodySchema$H> {
83280
83294
  }
@@ -85654,7 +85668,7 @@ declare const querySchema$2: z$1.ZodObject<{
85654
85668
  asc: "asc";
85655
85669
  desc: "desc";
85656
85670
  }>>;
85657
- isActive: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
85671
+ isActive: z$1.ZodOptional<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
85658
85672
  }, z$1.core.$strip>;
85659
85673
  declare const responseBodySchema$C: z$1.ZodObject<{
85660
85674
  message: z$1.ZodString;
@@ -85681,7 +85695,7 @@ declare const responseBodySchema$C: z$1.ZodObject<{
85681
85695
  }, z$1.core.$strip>;
85682
85696
  interface GetOrganizationClientDisponentsParams extends z$1.infer<typeof paramsSchema$q> {
85683
85697
  }
85684
- interface GetOrganizationClientDisponentsQuery extends z$1.infer<typeof querySchema$2> {
85698
+ interface GetOrganizationClientDisponentsQuery extends z$1.input<typeof querySchema$2> {
85685
85699
  }
85686
85700
  interface GetOrganizationClientDisponentsResponseBody extends z$1.infer<typeof responseBodySchema$C> {
85687
85701
  }
@@ -86421,8 +86435,8 @@ interface GetCurrenciesResponse extends z$1.infer<typeof responseBodySchema$b> {
86421
86435
  }
86422
86436
 
86423
86437
  declare const querySchema$1: z$1.ZodObject<{
86424
- includeWorkflow: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
86425
- includeBatchCounts: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
86438
+ includeWorkflow: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
86439
+ includeBatchCounts: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
86426
86440
  includePendingPaymentRequestCount: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
86427
86441
  }, z$1.core.$strip>;
86428
86442
  declare const responseBodySchema$a: z$1.ZodObject<{
@@ -87047,7 +87061,7 @@ declare const responseBodySchema$a: z$1.ZodObject<{
87047
87061
  }, z$1.core.$strip>>;
87048
87062
  totalCount: z$1.ZodNumber;
87049
87063
  }, z$1.core.$strip>;
87050
- interface GetCorporateBankAccountsQuery extends z$1.infer<typeof querySchema$1> {
87064
+ interface GetCorporateBankAccountsQuery extends z$1.input<typeof querySchema$1> {
87051
87065
  }
87052
87066
  interface GetCorporateBankAccountsResponse extends z$1.infer<typeof responseBodySchema$a> {
87053
87067
  }
@@ -89895,7 +89909,7 @@ declare const getPaymentRequestsQuerySchema: z$1.ZodObject<{
89895
89909
  OPENED: "OPENED";
89896
89910
  }>>>>;
89897
89911
  filterPaymentRequestBatchId: z$1.ZodOptional<z$1.ZodUUID>;
89898
- noBatchOnly: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
89912
+ noBatchOnly: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
89899
89913
  }, z$1.core.$strip>;
89900
89914
  declare const getPaymentRequestsResponseSchema: z$1.ZodObject<{
89901
89915
  message: z$1.ZodString;
@@ -91122,7 +91136,7 @@ declare const getPaymentRequestsResponseSchema: z$1.ZodObject<{
91122
91136
  }, z$1.core.$strip>;
91123
91137
  }, z$1.core.$strip>>;
91124
91138
  }, z$1.core.$strip>;
91125
- interface GetPaymentRequestsQuery extends z$1.infer<typeof getPaymentRequestsQuerySchema> {
91139
+ interface GetPaymentRequestsQuery extends z$1.input<typeof getPaymentRequestsQuerySchema> {
91126
91140
  }
91127
91141
  interface GetPaymentRequestsResponseBody extends z$1.infer<typeof getPaymentRequestsResponseSchema> {
91128
91142
  }
@@ -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?: unknown;
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?: unknown;
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?: unknown;
5366
- includeBatchCounts?: unknown;
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?: unknown;
5431
- includeBatchCounts?: unknown;
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?: unknown;
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?: unknown;
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?: unknown;
6063
- isVerified?: unknown;
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?: unknown;
6116
- isVerified?: unknown;
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?: unknown;
6432
- includeDisponents?: unknown;
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?: unknown;
6524
- includeDisponents?: unknown;
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?: unknown;
7734
- includeDisponents?: unknown;
7735
- includeDeleted?: unknown;
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?: unknown;
7839
- includeDisponents?: unknown;
7840
- includeDeleted?: unknown;
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?: unknown;
7864
- includeDisponents?: unknown;
7865
- includeDeleted?: unknown;
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
  };
@@ -11656,13 +11656,15 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
11656
11656
  $get: {
11657
11657
  input: {
11658
11658
  query: {
11659
- organizationId: string;
11659
+ filterOrderOrganizationId: string;
11660
11660
  page?: unknown;
11661
11661
  limit?: unknown;
11662
11662
  sortColumn?: string | undefined;
11663
11663
  sortDirection?: "asc" | "desc" | undefined;
11664
11664
  search?: string | undefined;
11665
11665
  filterOrderClientId?: unknown;
11666
+ filterOrderAsigneeId?: unknown;
11667
+ filterOrderStatus?: unknown;
11666
11668
  filterOrderCurrency?: unknown;
11667
11669
  filterOrderDateFrom?: unknown;
11668
11670
  filterOrderDateTo?: unknown;
@@ -11798,13 +11800,15 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
11798
11800
  } | {
11799
11801
  input: {
11800
11802
  query: {
11801
- organizationId: string;
11803
+ filterOrderOrganizationId: string;
11802
11804
  page?: unknown;
11803
11805
  limit?: unknown;
11804
11806
  sortColumn?: string | undefined;
11805
11807
  sortDirection?: "asc" | "desc" | undefined;
11806
11808
  search?: string | undefined;
11807
11809
  filterOrderClientId?: unknown;
11810
+ filterOrderAsigneeId?: unknown;
11811
+ filterOrderStatus?: unknown;
11808
11812
  filterOrderCurrency?: unknown;
11809
11813
  filterOrderDateFrom?: unknown;
11810
11814
  filterOrderDateTo?: unknown;
@@ -12807,7 +12811,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
12807
12811
  filterPaymentRequestAccountId?: unknown;
12808
12812
  filterPaymentRequestStatus?: unknown;
12809
12813
  filterPaymentRequestBatchId?: string | undefined;
12810
- noBatchOnly?: unknown;
12814
+ noBatchOnly?: string | undefined;
12811
12815
  };
12812
12816
  };
12813
12817
  output: {
@@ -12887,7 +12891,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
12887
12891
  filterPaymentRequestAccountId?: unknown;
12888
12892
  filterPaymentRequestStatus?: unknown;
12889
12893
  filterPaymentRequestBatchId?: string | undefined;
12890
- noBatchOnly?: unknown;
12894
+ noBatchOnly?: string | undefined;
12891
12895
  };
12892
12896
  };
12893
12897
  output: {
@@ -22072,7 +22076,7 @@ declare const querySchema$d: z$1.ZodObject<{
22072
22076
  AVAX: "AVAX";
22073
22077
  }>>;
22074
22078
  provider: z$1.ZodString;
22075
- useCache: z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>;
22079
+ useCache: z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
22076
22080
  refreshRateInSeconds: z$1.ZodDefault<z$1.ZodCoercedNumber<unknown>>;
22077
22081
  amount: z$1.ZodOptional<z$1.ZodCoercedNumber<unknown>>;
22078
22082
  }, z$1.core.$strip>;
@@ -22096,7 +22100,7 @@ declare const responseBodySchema$1i: z$1.ZodObject<{
22096
22100
  message: z$1.ZodOptional<z$1.ZodString>;
22097
22101
  }, z$1.core.$strip>;
22098
22102
  }, z$1.core.$strip>;
22099
- interface GetCurrenciesPriceQuery extends z$1.infer<typeof querySchema$d> {
22103
+ interface GetCurrenciesPriceQuery extends z$1.input<typeof querySchema$d> {
22100
22104
  }
22101
22105
  interface GetCurrenciesPriceResponseBody extends z$1.infer<typeof responseBodySchema$1i> {
22102
22106
  }
@@ -25975,8 +25979,18 @@ declare const getForwardsQuerySchema: z.ZodObject<{
25975
25979
  desc: "desc";
25976
25980
  }>>;
25977
25981
  search: z.ZodOptional<z.ZodString>;
25978
- organizationId: z.ZodUUID;
25982
+ filterOrderOrganizationId: z.ZodUUID;
25979
25983
  filterOrderClientId: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodArray<z.ZodString>>>;
25984
+ filterOrderAsigneeId: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodArray<z.ZodString>>>;
25985
+ filterOrderStatus: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodArray<z.ZodEnum<{
25986
+ EXPIRED: "EXPIRED";
25987
+ CREATED: "CREATED";
25988
+ COMPLETED: "COMPLETED";
25989
+ WAITING_FOR_COLLATERAL: "WAITING_FOR_COLLATERAL";
25990
+ COLLATERAL_PAID: "COLLATERAL_PAID";
25991
+ OPEN: "OPEN";
25992
+ RETURNING_COLLATERAL: "RETURNING_COLLATERAL";
25993
+ }>>>>;
25980
25994
  filterOrderCurrency: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodArray<z.ZodEnum<{
25981
25995
  CZK: "CZK";
25982
25996
  EUR: "EUR";
@@ -79683,9 +79697,9 @@ declare const querySchema$6: z$1.ZodObject<{
79683
79697
  UNVERIFIED: "UNVERIFIED";
79684
79698
  REJECTED: "REJECTED";
79685
79699
  }>>;
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>>;
79700
+ includeBankAccounts: z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
79701
+ includeDisponents: z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
79702
+ includeDeleted: z$1.ZodOptional<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
79689
79703
  type: z$1.ZodOptional<z$1.ZodEnum<{
79690
79704
  CLIENT: "CLIENT";
79691
79705
  PROVIDER: "PROVIDER";
@@ -80390,7 +80404,7 @@ declare const responseBodySchema$P: z$1.ZodObject<{
80390
80404
  }, z$1.core.$strip>;
80391
80405
  interface GetOrganizationClientsParams extends z$1.infer<typeof paramsSchema$C> {
80392
80406
  }
80393
- interface GetOrganizationClientsQuery extends z$1.infer<typeof querySchema$6> {
80407
+ interface GetOrganizationClientsQuery extends z$1.input<typeof querySchema$6> {
80394
80408
  }
80395
80409
  interface GetOrganizationClientsResponseBody extends z$1.infer<typeof responseBodySchema$P> {
80396
80410
  }
@@ -80400,8 +80414,8 @@ declare const paramsSchema$B: z$1.ZodObject<{
80400
80414
  clientId: z$1.ZodUUID;
80401
80415
  }, z$1.core.$strip>;
80402
80416
  declare const querySchema$5: z$1.ZodObject<{
80403
- includeBankAccounts: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
80404
- includeDisponents: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
80417
+ includeBankAccounts: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
80418
+ includeDisponents: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
80405
80419
  }, z$1.core.$strip>;
80406
80420
  declare const responseBodySchema$O: z$1.ZodObject<{
80407
80421
  message: z$1.ZodString;
@@ -81096,7 +81110,7 @@ declare const responseBodySchema$O: z$1.ZodObject<{
81096
81110
  }, z$1.core.$strip>;
81097
81111
  interface GetOrganizationClientParams extends z$1.infer<typeof paramsSchema$B> {
81098
81112
  }
81099
- interface GetOrganizationClientQuery extends z$1.infer<typeof querySchema$5> {
81113
+ interface GetOrganizationClientQuery extends z$1.input<typeof querySchema$5> {
81100
81114
  }
81101
81115
  interface GetOrganizationClientResponseBody extends z$1.infer<typeof responseBodySchema$O> {
81102
81116
  }
@@ -82640,8 +82654,8 @@ declare const querySchema$3: z$1.ZodObject<{
82640
82654
  asc: "asc";
82641
82655
  desc: "desc";
82642
82656
  }>>;
82643
- isActive: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
82644
- isVerified: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
82657
+ isActive: z$1.ZodOptional<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
82658
+ isVerified: z$1.ZodOptional<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
82645
82659
  currency: z$1.ZodEnum<{
82646
82660
  CZK: "CZK";
82647
82661
  EUR: "EUR";
@@ -83274,7 +83288,7 @@ declare const responseBodySchema$H: z$1.ZodObject<{
83274
83288
  }, z$1.core.$strip>;
83275
83289
  interface GetOrganizationClientBankAccountsParams extends z$1.infer<typeof paramsSchema$v> {
83276
83290
  }
83277
- interface GetOrganizationClientBankAccountsQuery extends z$1.infer<typeof querySchema$3> {
83291
+ interface GetOrganizationClientBankAccountsQuery extends z$1.input<typeof querySchema$3> {
83278
83292
  }
83279
83293
  interface GetOrganizationClientBankAccountsResponseBody extends z$1.infer<typeof responseBodySchema$H> {
83280
83294
  }
@@ -85654,7 +85668,7 @@ declare const querySchema$2: z$1.ZodObject<{
85654
85668
  asc: "asc";
85655
85669
  desc: "desc";
85656
85670
  }>>;
85657
- isActive: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
85671
+ isActive: z$1.ZodOptional<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
85658
85672
  }, z$1.core.$strip>;
85659
85673
  declare const responseBodySchema$C: z$1.ZodObject<{
85660
85674
  message: z$1.ZodString;
@@ -85681,7 +85695,7 @@ declare const responseBodySchema$C: z$1.ZodObject<{
85681
85695
  }, z$1.core.$strip>;
85682
85696
  interface GetOrganizationClientDisponentsParams extends z$1.infer<typeof paramsSchema$q> {
85683
85697
  }
85684
- interface GetOrganizationClientDisponentsQuery extends z$1.infer<typeof querySchema$2> {
85698
+ interface GetOrganizationClientDisponentsQuery extends z$1.input<typeof querySchema$2> {
85685
85699
  }
85686
85700
  interface GetOrganizationClientDisponentsResponseBody extends z$1.infer<typeof responseBodySchema$C> {
85687
85701
  }
@@ -86421,8 +86435,8 @@ interface GetCurrenciesResponse extends z$1.infer<typeof responseBodySchema$b> {
86421
86435
  }
86422
86436
 
86423
86437
  declare const querySchema$1: z$1.ZodObject<{
86424
- includeWorkflow: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
86425
- includeBatchCounts: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
86438
+ includeWorkflow: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
86439
+ includeBatchCounts: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
86426
86440
  includePendingPaymentRequestCount: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
86427
86441
  }, z$1.core.$strip>;
86428
86442
  declare const responseBodySchema$a: z$1.ZodObject<{
@@ -87047,7 +87061,7 @@ declare const responseBodySchema$a: z$1.ZodObject<{
87047
87061
  }, z$1.core.$strip>>;
87048
87062
  totalCount: z$1.ZodNumber;
87049
87063
  }, z$1.core.$strip>;
87050
- interface GetCorporateBankAccountsQuery extends z$1.infer<typeof querySchema$1> {
87064
+ interface GetCorporateBankAccountsQuery extends z$1.input<typeof querySchema$1> {
87051
87065
  }
87052
87066
  interface GetCorporateBankAccountsResponse extends z$1.infer<typeof responseBodySchema$a> {
87053
87067
  }
@@ -89895,7 +89909,7 @@ declare const getPaymentRequestsQuerySchema: z$1.ZodObject<{
89895
89909
  OPENED: "OPENED";
89896
89910
  }>>>>;
89897
89911
  filterPaymentRequestBatchId: z$1.ZodOptional<z$1.ZodUUID>;
89898
- noBatchOnly: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
89912
+ noBatchOnly: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
89899
89913
  }, z$1.core.$strip>;
89900
89914
  declare const getPaymentRequestsResponseSchema: z$1.ZodObject<{
89901
89915
  message: z$1.ZodString;
@@ -91122,7 +91136,7 @@ declare const getPaymentRequestsResponseSchema: z$1.ZodObject<{
91122
91136
  }, z$1.core.$strip>;
91123
91137
  }, z$1.core.$strip>>;
91124
91138
  }, z$1.core.$strip>;
91125
- interface GetPaymentRequestsQuery extends z$1.infer<typeof getPaymentRequestsQuerySchema> {
91139
+ interface GetPaymentRequestsQuery extends z$1.input<typeof getPaymentRequestsQuerySchema> {
91126
91140
  }
91127
91141
  interface GetPaymentRequestsResponseBody extends z$1.infer<typeof getPaymentRequestsResponseSchema> {
91128
91142
  }
@@ -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?: unknown;
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?: unknown;
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?: unknown;
5366
- includeBatchCounts?: unknown;
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?: unknown;
5431
- includeBatchCounts?: unknown;
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?: unknown;
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?: unknown;
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?: unknown;
6063
- isVerified?: unknown;
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?: unknown;
6116
- isVerified?: unknown;
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?: unknown;
6432
- includeDisponents?: unknown;
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?: unknown;
6524
- includeDisponents?: unknown;
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?: unknown;
7734
- includeDisponents?: unknown;
7735
- includeDeleted?: unknown;
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?: unknown;
7839
- includeDisponents?: unknown;
7840
- includeDeleted?: unknown;
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?: unknown;
7864
- includeDisponents?: unknown;
7865
- includeDeleted?: unknown;
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
  };
@@ -11656,13 +11656,15 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
11656
11656
  $get: {
11657
11657
  input: {
11658
11658
  query: {
11659
- organizationId: string;
11659
+ filterOrderOrganizationId: string;
11660
11660
  page?: unknown;
11661
11661
  limit?: unknown;
11662
11662
  sortColumn?: string | undefined;
11663
11663
  sortDirection?: "asc" | "desc" | undefined;
11664
11664
  search?: string | undefined;
11665
11665
  filterOrderClientId?: unknown;
11666
+ filterOrderAsigneeId?: unknown;
11667
+ filterOrderStatus?: unknown;
11666
11668
  filterOrderCurrency?: unknown;
11667
11669
  filterOrderDateFrom?: unknown;
11668
11670
  filterOrderDateTo?: unknown;
@@ -11798,13 +11800,15 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
11798
11800
  } | {
11799
11801
  input: {
11800
11802
  query: {
11801
- organizationId: string;
11803
+ filterOrderOrganizationId: string;
11802
11804
  page?: unknown;
11803
11805
  limit?: unknown;
11804
11806
  sortColumn?: string | undefined;
11805
11807
  sortDirection?: "asc" | "desc" | undefined;
11806
11808
  search?: string | undefined;
11807
11809
  filterOrderClientId?: unknown;
11810
+ filterOrderAsigneeId?: unknown;
11811
+ filterOrderStatus?: unknown;
11808
11812
  filterOrderCurrency?: unknown;
11809
11813
  filterOrderDateFrom?: unknown;
11810
11814
  filterOrderDateTo?: unknown;
@@ -12807,7 +12811,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
12807
12811
  filterPaymentRequestAccountId?: unknown;
12808
12812
  filterPaymentRequestStatus?: unknown;
12809
12813
  filterPaymentRequestBatchId?: string | undefined;
12810
- noBatchOnly?: unknown;
12814
+ noBatchOnly?: string | undefined;
12811
12815
  };
12812
12816
  };
12813
12817
  output: {
@@ -12887,7 +12891,7 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
12887
12891
  filterPaymentRequestAccountId?: unknown;
12888
12892
  filterPaymentRequestStatus?: unknown;
12889
12893
  filterPaymentRequestBatchId?: string | undefined;
12890
- noBatchOnly?: unknown;
12894
+ noBatchOnly?: string | undefined;
12891
12895
  };
12892
12896
  };
12893
12897
  output: {
@@ -22072,7 +22076,7 @@ declare const querySchema$d: z$1.ZodObject<{
22072
22076
  AVAX: "AVAX";
22073
22077
  }>>;
22074
22078
  provider: z$1.ZodString;
22075
- useCache: z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>;
22079
+ useCache: z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
22076
22080
  refreshRateInSeconds: z$1.ZodDefault<z$1.ZodCoercedNumber<unknown>>;
22077
22081
  amount: z$1.ZodOptional<z$1.ZodCoercedNumber<unknown>>;
22078
22082
  }, z$1.core.$strip>;
@@ -22096,7 +22100,7 @@ declare const responseBodySchema$1i: z$1.ZodObject<{
22096
22100
  message: z$1.ZodOptional<z$1.ZodString>;
22097
22101
  }, z$1.core.$strip>;
22098
22102
  }, z$1.core.$strip>;
22099
- interface GetCurrenciesPriceQuery extends z$1.infer<typeof querySchema$d> {
22103
+ interface GetCurrenciesPriceQuery extends z$1.input<typeof querySchema$d> {
22100
22104
  }
22101
22105
  interface GetCurrenciesPriceResponseBody extends z$1.infer<typeof responseBodySchema$1i> {
22102
22106
  }
@@ -25975,8 +25979,18 @@ declare const getForwardsQuerySchema: z.ZodObject<{
25975
25979
  desc: "desc";
25976
25980
  }>>;
25977
25981
  search: z.ZodOptional<z.ZodString>;
25978
- organizationId: z.ZodUUID;
25982
+ filterOrderOrganizationId: z.ZodUUID;
25979
25983
  filterOrderClientId: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodArray<z.ZodString>>>;
25984
+ filterOrderAsigneeId: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodArray<z.ZodString>>>;
25985
+ filterOrderStatus: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodArray<z.ZodEnum<{
25986
+ EXPIRED: "EXPIRED";
25987
+ CREATED: "CREATED";
25988
+ COMPLETED: "COMPLETED";
25989
+ WAITING_FOR_COLLATERAL: "WAITING_FOR_COLLATERAL";
25990
+ COLLATERAL_PAID: "COLLATERAL_PAID";
25991
+ OPEN: "OPEN";
25992
+ RETURNING_COLLATERAL: "RETURNING_COLLATERAL";
25993
+ }>>>>;
25980
25994
  filterOrderCurrency: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodArray<z.ZodEnum<{
25981
25995
  CZK: "CZK";
25982
25996
  EUR: "EUR";
@@ -79683,9 +79697,9 @@ declare const querySchema$6: z$1.ZodObject<{
79683
79697
  UNVERIFIED: "UNVERIFIED";
79684
79698
  REJECTED: "REJECTED";
79685
79699
  }>>;
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>>;
79700
+ includeBankAccounts: z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
79701
+ includeDisponents: z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
79702
+ includeDeleted: z$1.ZodOptional<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
79689
79703
  type: z$1.ZodOptional<z$1.ZodEnum<{
79690
79704
  CLIENT: "CLIENT";
79691
79705
  PROVIDER: "PROVIDER";
@@ -80390,7 +80404,7 @@ declare const responseBodySchema$P: z$1.ZodObject<{
80390
80404
  }, z$1.core.$strip>;
80391
80405
  interface GetOrganizationClientsParams extends z$1.infer<typeof paramsSchema$C> {
80392
80406
  }
80393
- interface GetOrganizationClientsQuery extends z$1.infer<typeof querySchema$6> {
80407
+ interface GetOrganizationClientsQuery extends z$1.input<typeof querySchema$6> {
80394
80408
  }
80395
80409
  interface GetOrganizationClientsResponseBody extends z$1.infer<typeof responseBodySchema$P> {
80396
80410
  }
@@ -80400,8 +80414,8 @@ declare const paramsSchema$B: z$1.ZodObject<{
80400
80414
  clientId: z$1.ZodUUID;
80401
80415
  }, z$1.core.$strip>;
80402
80416
  declare const querySchema$5: z$1.ZodObject<{
80403
- includeBankAccounts: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
80404
- includeDisponents: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
80417
+ includeBankAccounts: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
80418
+ includeDisponents: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
80405
80419
  }, z$1.core.$strip>;
80406
80420
  declare const responseBodySchema$O: z$1.ZodObject<{
80407
80421
  message: z$1.ZodString;
@@ -81096,7 +81110,7 @@ declare const responseBodySchema$O: z$1.ZodObject<{
81096
81110
  }, z$1.core.$strip>;
81097
81111
  interface GetOrganizationClientParams extends z$1.infer<typeof paramsSchema$B> {
81098
81112
  }
81099
- interface GetOrganizationClientQuery extends z$1.infer<typeof querySchema$5> {
81113
+ interface GetOrganizationClientQuery extends z$1.input<typeof querySchema$5> {
81100
81114
  }
81101
81115
  interface GetOrganizationClientResponseBody extends z$1.infer<typeof responseBodySchema$O> {
81102
81116
  }
@@ -82640,8 +82654,8 @@ declare const querySchema$3: z$1.ZodObject<{
82640
82654
  asc: "asc";
82641
82655
  desc: "desc";
82642
82656
  }>>;
82643
- isActive: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
82644
- isVerified: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
82657
+ isActive: z$1.ZodOptional<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
82658
+ isVerified: z$1.ZodOptional<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
82645
82659
  currency: z$1.ZodEnum<{
82646
82660
  CZK: "CZK";
82647
82661
  EUR: "EUR";
@@ -83274,7 +83288,7 @@ declare const responseBodySchema$H: z$1.ZodObject<{
83274
83288
  }, z$1.core.$strip>;
83275
83289
  interface GetOrganizationClientBankAccountsParams extends z$1.infer<typeof paramsSchema$v> {
83276
83290
  }
83277
- interface GetOrganizationClientBankAccountsQuery extends z$1.infer<typeof querySchema$3> {
83291
+ interface GetOrganizationClientBankAccountsQuery extends z$1.input<typeof querySchema$3> {
83278
83292
  }
83279
83293
  interface GetOrganizationClientBankAccountsResponseBody extends z$1.infer<typeof responseBodySchema$H> {
83280
83294
  }
@@ -85654,7 +85668,7 @@ declare const querySchema$2: z$1.ZodObject<{
85654
85668
  asc: "asc";
85655
85669
  desc: "desc";
85656
85670
  }>>;
85657
- isActive: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
85671
+ isActive: z$1.ZodOptional<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>;
85658
85672
  }, z$1.core.$strip>;
85659
85673
  declare const responseBodySchema$C: z$1.ZodObject<{
85660
85674
  message: z$1.ZodString;
@@ -85681,7 +85695,7 @@ declare const responseBodySchema$C: z$1.ZodObject<{
85681
85695
  }, z$1.core.$strip>;
85682
85696
  interface GetOrganizationClientDisponentsParams extends z$1.infer<typeof paramsSchema$q> {
85683
85697
  }
85684
- interface GetOrganizationClientDisponentsQuery extends z$1.infer<typeof querySchema$2> {
85698
+ interface GetOrganizationClientDisponentsQuery extends z$1.input<typeof querySchema$2> {
85685
85699
  }
85686
85700
  interface GetOrganizationClientDisponentsResponseBody extends z$1.infer<typeof responseBodySchema$C> {
85687
85701
  }
@@ -86421,8 +86435,8 @@ interface GetCurrenciesResponse extends z$1.infer<typeof responseBodySchema$b> {
86421
86435
  }
86422
86436
 
86423
86437
  declare const querySchema$1: z$1.ZodObject<{
86424
- includeWorkflow: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
86425
- includeBatchCounts: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
86438
+ includeWorkflow: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
86439
+ includeBatchCounts: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
86426
86440
  includePendingPaymentRequestCount: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
86427
86441
  }, z$1.core.$strip>;
86428
86442
  declare const responseBodySchema$a: z$1.ZodObject<{
@@ -87047,7 +87061,7 @@ declare const responseBodySchema$a: z$1.ZodObject<{
87047
87061
  }, z$1.core.$strip>>;
87048
87062
  totalCount: z$1.ZodNumber;
87049
87063
  }, z$1.core.$strip>;
87050
- interface GetCorporateBankAccountsQuery extends z$1.infer<typeof querySchema$1> {
87064
+ interface GetCorporateBankAccountsQuery extends z$1.input<typeof querySchema$1> {
87051
87065
  }
87052
87066
  interface GetCorporateBankAccountsResponse extends z$1.infer<typeof responseBodySchema$a> {
87053
87067
  }
@@ -89895,7 +89909,7 @@ declare const getPaymentRequestsQuerySchema: z$1.ZodObject<{
89895
89909
  OPENED: "OPENED";
89896
89910
  }>>>>;
89897
89911
  filterPaymentRequestBatchId: z$1.ZodOptional<z$1.ZodUUID>;
89898
- noBatchOnly: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCoercedBoolean<unknown>>>;
89912
+ noBatchOnly: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodCodec<z$1.ZodString, z$1.ZodBoolean>>>;
89899
89913
  }, z$1.core.$strip>;
89900
89914
  declare const getPaymentRequestsResponseSchema: z$1.ZodObject<{
89901
89915
  message: z$1.ZodString;
@@ -91122,7 +91136,7 @@ declare const getPaymentRequestsResponseSchema: z$1.ZodObject<{
91122
91136
  }, z$1.core.$strip>;
91123
91137
  }, z$1.core.$strip>>;
91124
91138
  }, z$1.core.$strip>;
91125
- interface GetPaymentRequestsQuery extends z$1.infer<typeof getPaymentRequestsQuerySchema> {
91139
+ interface GetPaymentRequestsQuery extends z$1.input<typeof getPaymentRequestsQuerySchema> {
91126
91140
  }
91127
91141
  interface GetPaymentRequestsResponseBody extends z$1.infer<typeof getPaymentRequestsResponseSchema> {
91128
91142
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devizovaburza/txs-sdk",
3
- "version": "3.0.2",
3
+ "version": "3.0.3-canary.1516bc1a9",
4
4
  "author": "Devizová Burza a.s.",
5
5
  "license": "ISC",
6
6
  "type": "module",