@devizovaburza/txs-sdk 3.1.26 → 3.1.27
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 +4 -0
- package/dist/v1/index.d.mts +4 -0
- package/dist/v1/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/v1/index.d.cts
CHANGED
|
@@ -6641,6 +6641,7 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
6641
6641
|
traderId: string | null;
|
|
6642
6642
|
trader2Id: string | null;
|
|
6643
6643
|
pricelistId: string | null;
|
|
6644
|
+
note: string | null;
|
|
6644
6645
|
bankAccounts?: {
|
|
6645
6646
|
id: string;
|
|
6646
6647
|
createdAt: string | null;
|
|
@@ -7958,6 +7959,7 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7958
7959
|
traderId: string | null;
|
|
7959
7960
|
trader2Id: string | null;
|
|
7960
7961
|
pricelistId: string | null;
|
|
7962
|
+
note: string | null;
|
|
7961
7963
|
bankAccounts?: {
|
|
7962
7964
|
id: string;
|
|
7963
7965
|
createdAt: string | null;
|
|
@@ -80111,6 +80113,7 @@ declare const responseBodySchema$P: z$1.ZodObject<{
|
|
|
80111
80113
|
traderId: z$1.ZodNullable<z$1.ZodUUID>;
|
|
80112
80114
|
trader2Id: z$1.ZodNullable<z$1.ZodUUID>;
|
|
80113
80115
|
pricelistId: z$1.ZodNullable<z$1.ZodUUID>;
|
|
80116
|
+
note: z$1.ZodNullable<z$1.ZodString>;
|
|
80114
80117
|
bankAccounts: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
80115
80118
|
id: z$1.ZodUUID;
|
|
80116
80119
|
createdAt: z$1.ZodNullable<z$1.ZodISODateTime>;
|
|
@@ -80817,6 +80820,7 @@ declare const responseBodySchema$O: z$1.ZodObject<{
|
|
|
80817
80820
|
traderId: z$1.ZodNullable<z$1.ZodUUID>;
|
|
80818
80821
|
trader2Id: z$1.ZodNullable<z$1.ZodUUID>;
|
|
80819
80822
|
pricelistId: z$1.ZodNullable<z$1.ZodUUID>;
|
|
80823
|
+
note: z$1.ZodNullable<z$1.ZodString>;
|
|
80820
80824
|
bankAccounts: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
80821
80825
|
id: z$1.ZodUUID;
|
|
80822
80826
|
createdAt: z$1.ZodNullable<z$1.ZodISODateTime>;
|
package/dist/v1/index.d.mts
CHANGED
|
@@ -6641,6 +6641,7 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
6641
6641
|
traderId: string | null;
|
|
6642
6642
|
trader2Id: string | null;
|
|
6643
6643
|
pricelistId: string | null;
|
|
6644
|
+
note: string | null;
|
|
6644
6645
|
bankAccounts?: {
|
|
6645
6646
|
id: string;
|
|
6646
6647
|
createdAt: string | null;
|
|
@@ -7958,6 +7959,7 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7958
7959
|
traderId: string | null;
|
|
7959
7960
|
trader2Id: string | null;
|
|
7960
7961
|
pricelistId: string | null;
|
|
7962
|
+
note: string | null;
|
|
7961
7963
|
bankAccounts?: {
|
|
7962
7964
|
id: string;
|
|
7963
7965
|
createdAt: string | null;
|
|
@@ -80111,6 +80113,7 @@ declare const responseBodySchema$P: z$1.ZodObject<{
|
|
|
80111
80113
|
traderId: z$1.ZodNullable<z$1.ZodUUID>;
|
|
80112
80114
|
trader2Id: z$1.ZodNullable<z$1.ZodUUID>;
|
|
80113
80115
|
pricelistId: z$1.ZodNullable<z$1.ZodUUID>;
|
|
80116
|
+
note: z$1.ZodNullable<z$1.ZodString>;
|
|
80114
80117
|
bankAccounts: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
80115
80118
|
id: z$1.ZodUUID;
|
|
80116
80119
|
createdAt: z$1.ZodNullable<z$1.ZodISODateTime>;
|
|
@@ -80817,6 +80820,7 @@ declare const responseBodySchema$O: z$1.ZodObject<{
|
|
|
80817
80820
|
traderId: z$1.ZodNullable<z$1.ZodUUID>;
|
|
80818
80821
|
trader2Id: z$1.ZodNullable<z$1.ZodUUID>;
|
|
80819
80822
|
pricelistId: z$1.ZodNullable<z$1.ZodUUID>;
|
|
80823
|
+
note: z$1.ZodNullable<z$1.ZodString>;
|
|
80820
80824
|
bankAccounts: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
80821
80825
|
id: z$1.ZodUUID;
|
|
80822
80826
|
createdAt: z$1.ZodNullable<z$1.ZodISODateTime>;
|
package/dist/v1/index.d.ts
CHANGED
|
@@ -6641,6 +6641,7 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
6641
6641
|
traderId: string | null;
|
|
6642
6642
|
trader2Id: string | null;
|
|
6643
6643
|
pricelistId: string | null;
|
|
6644
|
+
note: string | null;
|
|
6644
6645
|
bankAccounts?: {
|
|
6645
6646
|
id: string;
|
|
6646
6647
|
createdAt: string | null;
|
|
@@ -7958,6 +7959,7 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7958
7959
|
traderId: string | null;
|
|
7959
7960
|
trader2Id: string | null;
|
|
7960
7961
|
pricelistId: string | null;
|
|
7962
|
+
note: string | null;
|
|
7961
7963
|
bankAccounts?: {
|
|
7962
7964
|
id: string;
|
|
7963
7965
|
createdAt: string | null;
|
|
@@ -80111,6 +80113,7 @@ declare const responseBodySchema$P: z$1.ZodObject<{
|
|
|
80111
80113
|
traderId: z$1.ZodNullable<z$1.ZodUUID>;
|
|
80112
80114
|
trader2Id: z$1.ZodNullable<z$1.ZodUUID>;
|
|
80113
80115
|
pricelistId: z$1.ZodNullable<z$1.ZodUUID>;
|
|
80116
|
+
note: z$1.ZodNullable<z$1.ZodString>;
|
|
80114
80117
|
bankAccounts: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
80115
80118
|
id: z$1.ZodUUID;
|
|
80116
80119
|
createdAt: z$1.ZodNullable<z$1.ZodISODateTime>;
|
|
@@ -80817,6 +80820,7 @@ declare const responseBodySchema$O: z$1.ZodObject<{
|
|
|
80817
80820
|
traderId: z$1.ZodNullable<z$1.ZodUUID>;
|
|
80818
80821
|
trader2Id: z$1.ZodNullable<z$1.ZodUUID>;
|
|
80819
80822
|
pricelistId: z$1.ZodNullable<z$1.ZodUUID>;
|
|
80823
|
+
note: z$1.ZodNullable<z$1.ZodString>;
|
|
80820
80824
|
bankAccounts: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
80821
80825
|
id: z$1.ZodUUID;
|
|
80822
80826
|
createdAt: z$1.ZodNullable<z$1.ZodISODateTime>;
|