@devizovaburza/txs-sdk 3.0.3-canary.196378d86 → 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 +7 -7
- package/dist/v1/index.d.mts +7 -7
- package/dist/v1/index.d.ts +7 -7
- package/package.json +1 -1
package/dist/v1/index.d.cts
CHANGED
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -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
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -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
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|