@devizovaburza/txs-sdk 3.0.0 → 3.0.2
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 +100 -18
- package/dist/v1/index.d.mts +100 -18
- package/dist/v1/index.d.ts +100 -18
- package/package.json +1 -1
package/dist/v1/index.d.cts
CHANGED
|
@@ -372,6 +372,11 @@ declare const codesAndOrderRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
372
372
|
ratePreference: "STRONGER" | "WEAKER" | null;
|
|
373
373
|
selectedPair?: string | null | undefined;
|
|
374
374
|
} | null | undefined;
|
|
375
|
+
client?: {
|
|
376
|
+
id: string;
|
|
377
|
+
name: string;
|
|
378
|
+
email: string;
|
|
379
|
+
} | null | undefined;
|
|
375
380
|
}[];
|
|
376
381
|
payouts: {
|
|
377
382
|
status?: "CREATED" | "CANCELLED" | "COMPLETED" | "PENDING" | undefined;
|
|
@@ -1375,6 +1380,11 @@ declare const codesAndOrderRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
1375
1380
|
ratePreference: "STRONGER" | "WEAKER" | null;
|
|
1376
1381
|
selectedPair?: string | null | undefined;
|
|
1377
1382
|
} | null | undefined;
|
|
1383
|
+
client?: {
|
|
1384
|
+
id: string;
|
|
1385
|
+
name: string;
|
|
1386
|
+
email: string;
|
|
1387
|
+
} | null | undefined;
|
|
1378
1388
|
}[];
|
|
1379
1389
|
payouts: {
|
|
1380
1390
|
status?: "CREATED" | "CANCELLED" | "COMPLETED" | "PENDING" | undefined;
|
|
@@ -2840,6 +2850,11 @@ declare const codesAndOrderRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
2840
2850
|
ratePreference: "STRONGER" | "WEAKER" | null;
|
|
2841
2851
|
selectedPair?: string | null | undefined;
|
|
2842
2852
|
} | null | undefined;
|
|
2853
|
+
client?: {
|
|
2854
|
+
id: string;
|
|
2855
|
+
name: string;
|
|
2856
|
+
email: string;
|
|
2857
|
+
} | null | undefined;
|
|
2843
2858
|
}[];
|
|
2844
2859
|
payouts: {
|
|
2845
2860
|
status?: "CREATED" | "CANCELLED" | "COMPLETED" | "PENDING" | undefined;
|
|
@@ -3505,6 +3520,11 @@ declare const codesAndOrderRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
3505
3520
|
ratePreference: "STRONGER" | "WEAKER" | null;
|
|
3506
3521
|
selectedPair?: string | null | undefined;
|
|
3507
3522
|
} | null | undefined;
|
|
3523
|
+
client?: {
|
|
3524
|
+
id: string;
|
|
3525
|
+
name: string;
|
|
3526
|
+
email: string;
|
|
3527
|
+
} | null | undefined;
|
|
3508
3528
|
}[];
|
|
3509
3529
|
payouts: {
|
|
3510
3530
|
status?: "CREATED" | "CANCELLED" | "COMPLETED" | "PENDING" | undefined;
|
|
@@ -4037,6 +4057,11 @@ declare const codesAndOrderRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
4037
4057
|
ratePreference: "STRONGER" | "WEAKER" | null;
|
|
4038
4058
|
selectedPair?: string | null | undefined;
|
|
4039
4059
|
} | null | undefined;
|
|
4060
|
+
client?: {
|
|
4061
|
+
id: string;
|
|
4062
|
+
name: string;
|
|
4063
|
+
email: string;
|
|
4064
|
+
} | null | undefined;
|
|
4040
4065
|
}[];
|
|
4041
4066
|
payouts: {
|
|
4042
4067
|
status?: "CREATED" | "CANCELLED" | "COMPLETED" | "PENDING" | undefined;
|
|
@@ -4501,6 +4526,11 @@ declare const codesAndOrderRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
4501
4526
|
ratePreference: "STRONGER" | "WEAKER" | null;
|
|
4502
4527
|
selectedPair?: string | null | undefined;
|
|
4503
4528
|
} | null | undefined;
|
|
4529
|
+
client?: {
|
|
4530
|
+
id: string;
|
|
4531
|
+
name: string;
|
|
4532
|
+
email: string;
|
|
4533
|
+
} | null | undefined;
|
|
4504
4534
|
}[];
|
|
4505
4535
|
payouts: {
|
|
4506
4536
|
status?: "CREATED" | "CANCELLED" | "COMPLETED" | "PENDING" | undefined;
|
|
@@ -7048,6 +7078,11 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7048
7078
|
ratePreference: "STRONGER" | "WEAKER" | null;
|
|
7049
7079
|
selectedPair?: string | null | undefined;
|
|
7050
7080
|
} | null | undefined;
|
|
7081
|
+
client?: {
|
|
7082
|
+
id: string;
|
|
7083
|
+
name: string;
|
|
7084
|
+
email: string;
|
|
7085
|
+
} | null | undefined;
|
|
7051
7086
|
}[];
|
|
7052
7087
|
payouts: {
|
|
7053
7088
|
status?: "CREATED" | "CANCELLED" | "COMPLETED" | "PENDING" | undefined;
|
|
@@ -7846,6 +7881,10 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7846
7881
|
param: {
|
|
7847
7882
|
organizationId: string;
|
|
7848
7883
|
};
|
|
7884
|
+
} & {
|
|
7885
|
+
json: {
|
|
7886
|
+
partyIds?: string[] | undefined;
|
|
7887
|
+
};
|
|
7849
7888
|
};
|
|
7850
7889
|
output: {
|
|
7851
7890
|
message: string;
|
|
@@ -7859,6 +7898,10 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7859
7898
|
param: {
|
|
7860
7899
|
organizationId: string;
|
|
7861
7900
|
};
|
|
7901
|
+
} & {
|
|
7902
|
+
json: {
|
|
7903
|
+
partyIds?: string[] | undefined;
|
|
7904
|
+
};
|
|
7862
7905
|
};
|
|
7863
7906
|
output: {
|
|
7864
7907
|
message: string;
|
|
@@ -7870,6 +7913,10 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7870
7913
|
param: {
|
|
7871
7914
|
organizationId: string;
|
|
7872
7915
|
};
|
|
7916
|
+
} & {
|
|
7917
|
+
json: {
|
|
7918
|
+
partyIds?: string[] | undefined;
|
|
7919
|
+
};
|
|
7873
7920
|
};
|
|
7874
7921
|
output: {
|
|
7875
7922
|
message: string;
|
|
@@ -10598,6 +10645,11 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
10598
10645
|
ratePreference: "STRONGER" | "WEAKER" | null;
|
|
10599
10646
|
selectedPair?: string | null | undefined;
|
|
10600
10647
|
} | null | undefined;
|
|
10648
|
+
client?: {
|
|
10649
|
+
id: string;
|
|
10650
|
+
name: string;
|
|
10651
|
+
email: string;
|
|
10652
|
+
} | null | undefined;
|
|
10601
10653
|
}[];
|
|
10602
10654
|
payouts: {
|
|
10603
10655
|
status?: "CREATED" | "CANCELLED" | "COMPLETED" | "PENDING" | undefined;
|
|
@@ -12341,8 +12393,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12341
12393
|
};
|
|
12342
12394
|
} & {
|
|
12343
12395
|
json: {
|
|
12344
|
-
|
|
12345
|
-
|
|
12396
|
+
month: number;
|
|
12397
|
+
year: number;
|
|
12346
12398
|
emails?: string[] | undefined;
|
|
12347
12399
|
};
|
|
12348
12400
|
};
|
|
@@ -12362,8 +12414,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12362
12414
|
};
|
|
12363
12415
|
} & {
|
|
12364
12416
|
json: {
|
|
12365
|
-
|
|
12366
|
-
|
|
12417
|
+
month: number;
|
|
12418
|
+
year: number;
|
|
12367
12419
|
emails?: string[] | undefined;
|
|
12368
12420
|
};
|
|
12369
12421
|
};
|
|
@@ -12379,8 +12431,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12379
12431
|
};
|
|
12380
12432
|
} & {
|
|
12381
12433
|
json: {
|
|
12382
|
-
|
|
12383
|
-
|
|
12434
|
+
month: number;
|
|
12435
|
+
year: number;
|
|
12384
12436
|
emails?: string[] | undefined;
|
|
12385
12437
|
};
|
|
12386
12438
|
};
|
|
@@ -12396,8 +12448,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12396
12448
|
};
|
|
12397
12449
|
} & {
|
|
12398
12450
|
json: {
|
|
12399
|
-
|
|
12400
|
-
|
|
12451
|
+
month: number;
|
|
12452
|
+
year: number;
|
|
12401
12453
|
emails?: string[] | undefined;
|
|
12402
12454
|
};
|
|
12403
12455
|
};
|
|
@@ -12417,8 +12469,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12417
12469
|
};
|
|
12418
12470
|
} & {
|
|
12419
12471
|
query: {
|
|
12420
|
-
|
|
12421
|
-
|
|
12472
|
+
month: unknown;
|
|
12473
|
+
year: unknown;
|
|
12422
12474
|
};
|
|
12423
12475
|
};
|
|
12424
12476
|
output: Response;
|
|
@@ -12431,8 +12483,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12431
12483
|
};
|
|
12432
12484
|
} & {
|
|
12433
12485
|
query: {
|
|
12434
|
-
|
|
12435
|
-
|
|
12486
|
+
month: unknown;
|
|
12487
|
+
year: unknown;
|
|
12436
12488
|
};
|
|
12437
12489
|
};
|
|
12438
12490
|
output: {
|
|
@@ -12447,8 +12499,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12447
12499
|
};
|
|
12448
12500
|
} & {
|
|
12449
12501
|
query: {
|
|
12450
|
-
|
|
12451
|
-
|
|
12502
|
+
month: unknown;
|
|
12503
|
+
year: unknown;
|
|
12452
12504
|
};
|
|
12453
12505
|
};
|
|
12454
12506
|
output: {
|
|
@@ -12463,8 +12515,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12463
12515
|
};
|
|
12464
12516
|
} & {
|
|
12465
12517
|
query: {
|
|
12466
|
-
|
|
12467
|
-
|
|
12518
|
+
month: unknown;
|
|
12519
|
+
year: unknown;
|
|
12468
12520
|
};
|
|
12469
12521
|
};
|
|
12470
12522
|
output: {
|
|
@@ -12479,8 +12531,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12479
12531
|
};
|
|
12480
12532
|
} & {
|
|
12481
12533
|
query: {
|
|
12482
|
-
|
|
12483
|
-
|
|
12534
|
+
month: unknown;
|
|
12535
|
+
year: unknown;
|
|
12484
12536
|
};
|
|
12485
12537
|
};
|
|
12486
12538
|
output: {
|
|
@@ -37310,6 +37362,11 @@ declare const responseBodySchema$1b: z$1.ZodObject<{
|
|
|
37310
37362
|
}>>;
|
|
37311
37363
|
selectedPair: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
37312
37364
|
}, z$1.core.$strip>>>;
|
|
37365
|
+
client: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
37366
|
+
id: z$1.ZodString;
|
|
37367
|
+
name: z$1.ZodString;
|
|
37368
|
+
email: z$1.ZodEmail;
|
|
37369
|
+
}, z$1.core.$strip>>>;
|
|
37313
37370
|
}, z$1.core.$strip>>;
|
|
37314
37371
|
payouts: z$1.ZodArray<z$1.ZodObject<{
|
|
37315
37372
|
status: z$1.ZodOptional<z$1.ZodEnum<{
|
|
@@ -43596,6 +43653,11 @@ declare const responseBodySchema$19: z$1.ZodObject<{
|
|
|
43596
43653
|
}>>;
|
|
43597
43654
|
selectedPair: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
43598
43655
|
}, z$1.core.$strip>>>;
|
|
43656
|
+
client: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
43657
|
+
id: z$1.ZodString;
|
|
43658
|
+
name: z$1.ZodString;
|
|
43659
|
+
email: z$1.ZodEmail;
|
|
43660
|
+
}, z$1.core.$strip>>>;
|
|
43599
43661
|
}, z$1.core.$strip>>;
|
|
43600
43662
|
payouts: z$1.ZodArray<z$1.ZodObject<{
|
|
43601
43663
|
status: z$1.ZodOptional<z$1.ZodEnum<{
|
|
@@ -50273,6 +50335,11 @@ declare const getOrdersResponseSchema: z$1.ZodObject<{
|
|
|
50273
50335
|
}>>;
|
|
50274
50336
|
selectedPair: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
50275
50337
|
}, z$1.core.$strip>>>;
|
|
50338
|
+
client: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
50339
|
+
id: z$1.ZodString;
|
|
50340
|
+
name: z$1.ZodString;
|
|
50341
|
+
email: z$1.ZodEmail;
|
|
50342
|
+
}, z$1.core.$strip>>>;
|
|
50276
50343
|
}, z$1.core.$strip>>;
|
|
50277
50344
|
payouts: z$1.ZodArray<z$1.ZodObject<{
|
|
50278
50345
|
status: z$1.ZodOptional<z$1.ZodEnum<{
|
|
@@ -56748,6 +56815,11 @@ declare const responseBodySchema$18: z$1.ZodObject<{
|
|
|
56748
56815
|
}>>;
|
|
56749
56816
|
selectedPair: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
56750
56817
|
}, z$1.core.$strip>>>;
|
|
56818
|
+
client: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
56819
|
+
id: z$1.ZodString;
|
|
56820
|
+
name: z$1.ZodString;
|
|
56821
|
+
email: z$1.ZodEmail;
|
|
56822
|
+
}, z$1.core.$strip>>>;
|
|
56751
56823
|
}, z$1.core.$strip>>;
|
|
56752
56824
|
payouts: z$1.ZodArray<z$1.ZodObject<{
|
|
56753
56825
|
status: z$1.ZodOptional<z$1.ZodEnum<{
|
|
@@ -68478,6 +68550,11 @@ declare const responseBodySchema$17: z$1.ZodObject<{
|
|
|
68478
68550
|
}>>;
|
|
68479
68551
|
selectedPair: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
68480
68552
|
}, z$1.core.$strip>>>;
|
|
68553
|
+
client: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
68554
|
+
id: z$1.ZodString;
|
|
68555
|
+
name: z$1.ZodString;
|
|
68556
|
+
email: z$1.ZodEmail;
|
|
68557
|
+
}, z$1.core.$strip>>>;
|
|
68481
68558
|
}, z$1.core.$strip>>;
|
|
68482
68559
|
payouts: z$1.ZodArray<z$1.ZodObject<{
|
|
68483
68560
|
status: z$1.ZodOptional<z$1.ZodEnum<{
|
|
@@ -74854,6 +74931,11 @@ declare const responseBodySchema$12: z$1.ZodObject<{
|
|
|
74854
74931
|
}>>;
|
|
74855
74932
|
selectedPair: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
74856
74933
|
}, z$1.core.$strip>>>;
|
|
74934
|
+
client: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
74935
|
+
id: z$1.ZodString;
|
|
74936
|
+
name: z$1.ZodString;
|
|
74937
|
+
email: z$1.ZodEmail;
|
|
74938
|
+
}, z$1.core.$strip>>>;
|
|
74857
74939
|
}, z$1.core.$strip>>;
|
|
74858
74940
|
payouts: z$1.ZodArray<z$1.ZodObject<{
|
|
74859
74941
|
status: z$1.ZodOptional<z$1.ZodEnum<{
|
package/dist/v1/index.d.mts
CHANGED
|
@@ -372,6 +372,11 @@ declare const codesAndOrderRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
372
372
|
ratePreference: "STRONGER" | "WEAKER" | null;
|
|
373
373
|
selectedPair?: string | null | undefined;
|
|
374
374
|
} | null | undefined;
|
|
375
|
+
client?: {
|
|
376
|
+
id: string;
|
|
377
|
+
name: string;
|
|
378
|
+
email: string;
|
|
379
|
+
} | null | undefined;
|
|
375
380
|
}[];
|
|
376
381
|
payouts: {
|
|
377
382
|
status?: "CREATED" | "CANCELLED" | "COMPLETED" | "PENDING" | undefined;
|
|
@@ -1375,6 +1380,11 @@ declare const codesAndOrderRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
1375
1380
|
ratePreference: "STRONGER" | "WEAKER" | null;
|
|
1376
1381
|
selectedPair?: string | null | undefined;
|
|
1377
1382
|
} | null | undefined;
|
|
1383
|
+
client?: {
|
|
1384
|
+
id: string;
|
|
1385
|
+
name: string;
|
|
1386
|
+
email: string;
|
|
1387
|
+
} | null | undefined;
|
|
1378
1388
|
}[];
|
|
1379
1389
|
payouts: {
|
|
1380
1390
|
status?: "CREATED" | "CANCELLED" | "COMPLETED" | "PENDING" | undefined;
|
|
@@ -2840,6 +2850,11 @@ declare const codesAndOrderRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
2840
2850
|
ratePreference: "STRONGER" | "WEAKER" | null;
|
|
2841
2851
|
selectedPair?: string | null | undefined;
|
|
2842
2852
|
} | null | undefined;
|
|
2853
|
+
client?: {
|
|
2854
|
+
id: string;
|
|
2855
|
+
name: string;
|
|
2856
|
+
email: string;
|
|
2857
|
+
} | null | undefined;
|
|
2843
2858
|
}[];
|
|
2844
2859
|
payouts: {
|
|
2845
2860
|
status?: "CREATED" | "CANCELLED" | "COMPLETED" | "PENDING" | undefined;
|
|
@@ -3505,6 +3520,11 @@ declare const codesAndOrderRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
3505
3520
|
ratePreference: "STRONGER" | "WEAKER" | null;
|
|
3506
3521
|
selectedPair?: string | null | undefined;
|
|
3507
3522
|
} | null | undefined;
|
|
3523
|
+
client?: {
|
|
3524
|
+
id: string;
|
|
3525
|
+
name: string;
|
|
3526
|
+
email: string;
|
|
3527
|
+
} | null | undefined;
|
|
3508
3528
|
}[];
|
|
3509
3529
|
payouts: {
|
|
3510
3530
|
status?: "CREATED" | "CANCELLED" | "COMPLETED" | "PENDING" | undefined;
|
|
@@ -4037,6 +4057,11 @@ declare const codesAndOrderRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
4037
4057
|
ratePreference: "STRONGER" | "WEAKER" | null;
|
|
4038
4058
|
selectedPair?: string | null | undefined;
|
|
4039
4059
|
} | null | undefined;
|
|
4060
|
+
client?: {
|
|
4061
|
+
id: string;
|
|
4062
|
+
name: string;
|
|
4063
|
+
email: string;
|
|
4064
|
+
} | null | undefined;
|
|
4040
4065
|
}[];
|
|
4041
4066
|
payouts: {
|
|
4042
4067
|
status?: "CREATED" | "CANCELLED" | "COMPLETED" | "PENDING" | undefined;
|
|
@@ -4501,6 +4526,11 @@ declare const codesAndOrderRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
4501
4526
|
ratePreference: "STRONGER" | "WEAKER" | null;
|
|
4502
4527
|
selectedPair?: string | null | undefined;
|
|
4503
4528
|
} | null | undefined;
|
|
4529
|
+
client?: {
|
|
4530
|
+
id: string;
|
|
4531
|
+
name: string;
|
|
4532
|
+
email: string;
|
|
4533
|
+
} | null | undefined;
|
|
4504
4534
|
}[];
|
|
4505
4535
|
payouts: {
|
|
4506
4536
|
status?: "CREATED" | "CANCELLED" | "COMPLETED" | "PENDING" | undefined;
|
|
@@ -7048,6 +7078,11 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7048
7078
|
ratePreference: "STRONGER" | "WEAKER" | null;
|
|
7049
7079
|
selectedPair?: string | null | undefined;
|
|
7050
7080
|
} | null | undefined;
|
|
7081
|
+
client?: {
|
|
7082
|
+
id: string;
|
|
7083
|
+
name: string;
|
|
7084
|
+
email: string;
|
|
7085
|
+
} | null | undefined;
|
|
7051
7086
|
}[];
|
|
7052
7087
|
payouts: {
|
|
7053
7088
|
status?: "CREATED" | "CANCELLED" | "COMPLETED" | "PENDING" | undefined;
|
|
@@ -7846,6 +7881,10 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7846
7881
|
param: {
|
|
7847
7882
|
organizationId: string;
|
|
7848
7883
|
};
|
|
7884
|
+
} & {
|
|
7885
|
+
json: {
|
|
7886
|
+
partyIds?: string[] | undefined;
|
|
7887
|
+
};
|
|
7849
7888
|
};
|
|
7850
7889
|
output: {
|
|
7851
7890
|
message: string;
|
|
@@ -7859,6 +7898,10 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7859
7898
|
param: {
|
|
7860
7899
|
organizationId: string;
|
|
7861
7900
|
};
|
|
7901
|
+
} & {
|
|
7902
|
+
json: {
|
|
7903
|
+
partyIds?: string[] | undefined;
|
|
7904
|
+
};
|
|
7862
7905
|
};
|
|
7863
7906
|
output: {
|
|
7864
7907
|
message: string;
|
|
@@ -7870,6 +7913,10 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7870
7913
|
param: {
|
|
7871
7914
|
organizationId: string;
|
|
7872
7915
|
};
|
|
7916
|
+
} & {
|
|
7917
|
+
json: {
|
|
7918
|
+
partyIds?: string[] | undefined;
|
|
7919
|
+
};
|
|
7873
7920
|
};
|
|
7874
7921
|
output: {
|
|
7875
7922
|
message: string;
|
|
@@ -10598,6 +10645,11 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
10598
10645
|
ratePreference: "STRONGER" | "WEAKER" | null;
|
|
10599
10646
|
selectedPair?: string | null | undefined;
|
|
10600
10647
|
} | null | undefined;
|
|
10648
|
+
client?: {
|
|
10649
|
+
id: string;
|
|
10650
|
+
name: string;
|
|
10651
|
+
email: string;
|
|
10652
|
+
} | null | undefined;
|
|
10601
10653
|
}[];
|
|
10602
10654
|
payouts: {
|
|
10603
10655
|
status?: "CREATED" | "CANCELLED" | "COMPLETED" | "PENDING" | undefined;
|
|
@@ -12341,8 +12393,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12341
12393
|
};
|
|
12342
12394
|
} & {
|
|
12343
12395
|
json: {
|
|
12344
|
-
|
|
12345
|
-
|
|
12396
|
+
month: number;
|
|
12397
|
+
year: number;
|
|
12346
12398
|
emails?: string[] | undefined;
|
|
12347
12399
|
};
|
|
12348
12400
|
};
|
|
@@ -12362,8 +12414,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12362
12414
|
};
|
|
12363
12415
|
} & {
|
|
12364
12416
|
json: {
|
|
12365
|
-
|
|
12366
|
-
|
|
12417
|
+
month: number;
|
|
12418
|
+
year: number;
|
|
12367
12419
|
emails?: string[] | undefined;
|
|
12368
12420
|
};
|
|
12369
12421
|
};
|
|
@@ -12379,8 +12431,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12379
12431
|
};
|
|
12380
12432
|
} & {
|
|
12381
12433
|
json: {
|
|
12382
|
-
|
|
12383
|
-
|
|
12434
|
+
month: number;
|
|
12435
|
+
year: number;
|
|
12384
12436
|
emails?: string[] | undefined;
|
|
12385
12437
|
};
|
|
12386
12438
|
};
|
|
@@ -12396,8 +12448,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12396
12448
|
};
|
|
12397
12449
|
} & {
|
|
12398
12450
|
json: {
|
|
12399
|
-
|
|
12400
|
-
|
|
12451
|
+
month: number;
|
|
12452
|
+
year: number;
|
|
12401
12453
|
emails?: string[] | undefined;
|
|
12402
12454
|
};
|
|
12403
12455
|
};
|
|
@@ -12417,8 +12469,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12417
12469
|
};
|
|
12418
12470
|
} & {
|
|
12419
12471
|
query: {
|
|
12420
|
-
|
|
12421
|
-
|
|
12472
|
+
month: unknown;
|
|
12473
|
+
year: unknown;
|
|
12422
12474
|
};
|
|
12423
12475
|
};
|
|
12424
12476
|
output: Response;
|
|
@@ -12431,8 +12483,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12431
12483
|
};
|
|
12432
12484
|
} & {
|
|
12433
12485
|
query: {
|
|
12434
|
-
|
|
12435
|
-
|
|
12486
|
+
month: unknown;
|
|
12487
|
+
year: unknown;
|
|
12436
12488
|
};
|
|
12437
12489
|
};
|
|
12438
12490
|
output: {
|
|
@@ -12447,8 +12499,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12447
12499
|
};
|
|
12448
12500
|
} & {
|
|
12449
12501
|
query: {
|
|
12450
|
-
|
|
12451
|
-
|
|
12502
|
+
month: unknown;
|
|
12503
|
+
year: unknown;
|
|
12452
12504
|
};
|
|
12453
12505
|
};
|
|
12454
12506
|
output: {
|
|
@@ -12463,8 +12515,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12463
12515
|
};
|
|
12464
12516
|
} & {
|
|
12465
12517
|
query: {
|
|
12466
|
-
|
|
12467
|
-
|
|
12518
|
+
month: unknown;
|
|
12519
|
+
year: unknown;
|
|
12468
12520
|
};
|
|
12469
12521
|
};
|
|
12470
12522
|
output: {
|
|
@@ -12479,8 +12531,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12479
12531
|
};
|
|
12480
12532
|
} & {
|
|
12481
12533
|
query: {
|
|
12482
|
-
|
|
12483
|
-
|
|
12534
|
+
month: unknown;
|
|
12535
|
+
year: unknown;
|
|
12484
12536
|
};
|
|
12485
12537
|
};
|
|
12486
12538
|
output: {
|
|
@@ -37310,6 +37362,11 @@ declare const responseBodySchema$1b: z$1.ZodObject<{
|
|
|
37310
37362
|
}>>;
|
|
37311
37363
|
selectedPair: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
37312
37364
|
}, z$1.core.$strip>>>;
|
|
37365
|
+
client: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
37366
|
+
id: z$1.ZodString;
|
|
37367
|
+
name: z$1.ZodString;
|
|
37368
|
+
email: z$1.ZodEmail;
|
|
37369
|
+
}, z$1.core.$strip>>>;
|
|
37313
37370
|
}, z$1.core.$strip>>;
|
|
37314
37371
|
payouts: z$1.ZodArray<z$1.ZodObject<{
|
|
37315
37372
|
status: z$1.ZodOptional<z$1.ZodEnum<{
|
|
@@ -43596,6 +43653,11 @@ declare const responseBodySchema$19: z$1.ZodObject<{
|
|
|
43596
43653
|
}>>;
|
|
43597
43654
|
selectedPair: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
43598
43655
|
}, z$1.core.$strip>>>;
|
|
43656
|
+
client: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
43657
|
+
id: z$1.ZodString;
|
|
43658
|
+
name: z$1.ZodString;
|
|
43659
|
+
email: z$1.ZodEmail;
|
|
43660
|
+
}, z$1.core.$strip>>>;
|
|
43599
43661
|
}, z$1.core.$strip>>;
|
|
43600
43662
|
payouts: z$1.ZodArray<z$1.ZodObject<{
|
|
43601
43663
|
status: z$1.ZodOptional<z$1.ZodEnum<{
|
|
@@ -50273,6 +50335,11 @@ declare const getOrdersResponseSchema: z$1.ZodObject<{
|
|
|
50273
50335
|
}>>;
|
|
50274
50336
|
selectedPair: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
50275
50337
|
}, z$1.core.$strip>>>;
|
|
50338
|
+
client: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
50339
|
+
id: z$1.ZodString;
|
|
50340
|
+
name: z$1.ZodString;
|
|
50341
|
+
email: z$1.ZodEmail;
|
|
50342
|
+
}, z$1.core.$strip>>>;
|
|
50276
50343
|
}, z$1.core.$strip>>;
|
|
50277
50344
|
payouts: z$1.ZodArray<z$1.ZodObject<{
|
|
50278
50345
|
status: z$1.ZodOptional<z$1.ZodEnum<{
|
|
@@ -56748,6 +56815,11 @@ declare const responseBodySchema$18: z$1.ZodObject<{
|
|
|
56748
56815
|
}>>;
|
|
56749
56816
|
selectedPair: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
56750
56817
|
}, z$1.core.$strip>>>;
|
|
56818
|
+
client: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
56819
|
+
id: z$1.ZodString;
|
|
56820
|
+
name: z$1.ZodString;
|
|
56821
|
+
email: z$1.ZodEmail;
|
|
56822
|
+
}, z$1.core.$strip>>>;
|
|
56751
56823
|
}, z$1.core.$strip>>;
|
|
56752
56824
|
payouts: z$1.ZodArray<z$1.ZodObject<{
|
|
56753
56825
|
status: z$1.ZodOptional<z$1.ZodEnum<{
|
|
@@ -68478,6 +68550,11 @@ declare const responseBodySchema$17: z$1.ZodObject<{
|
|
|
68478
68550
|
}>>;
|
|
68479
68551
|
selectedPair: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
68480
68552
|
}, z$1.core.$strip>>>;
|
|
68553
|
+
client: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
68554
|
+
id: z$1.ZodString;
|
|
68555
|
+
name: z$1.ZodString;
|
|
68556
|
+
email: z$1.ZodEmail;
|
|
68557
|
+
}, z$1.core.$strip>>>;
|
|
68481
68558
|
}, z$1.core.$strip>>;
|
|
68482
68559
|
payouts: z$1.ZodArray<z$1.ZodObject<{
|
|
68483
68560
|
status: z$1.ZodOptional<z$1.ZodEnum<{
|
|
@@ -74854,6 +74931,11 @@ declare const responseBodySchema$12: z$1.ZodObject<{
|
|
|
74854
74931
|
}>>;
|
|
74855
74932
|
selectedPair: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
74856
74933
|
}, z$1.core.$strip>>>;
|
|
74934
|
+
client: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
74935
|
+
id: z$1.ZodString;
|
|
74936
|
+
name: z$1.ZodString;
|
|
74937
|
+
email: z$1.ZodEmail;
|
|
74938
|
+
}, z$1.core.$strip>>>;
|
|
74857
74939
|
}, z$1.core.$strip>>;
|
|
74858
74940
|
payouts: z$1.ZodArray<z$1.ZodObject<{
|
|
74859
74941
|
status: z$1.ZodOptional<z$1.ZodEnum<{
|
package/dist/v1/index.d.ts
CHANGED
|
@@ -372,6 +372,11 @@ declare const codesAndOrderRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
372
372
|
ratePreference: "STRONGER" | "WEAKER" | null;
|
|
373
373
|
selectedPair?: string | null | undefined;
|
|
374
374
|
} | null | undefined;
|
|
375
|
+
client?: {
|
|
376
|
+
id: string;
|
|
377
|
+
name: string;
|
|
378
|
+
email: string;
|
|
379
|
+
} | null | undefined;
|
|
375
380
|
}[];
|
|
376
381
|
payouts: {
|
|
377
382
|
status?: "CREATED" | "CANCELLED" | "COMPLETED" | "PENDING" | undefined;
|
|
@@ -1375,6 +1380,11 @@ declare const codesAndOrderRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
1375
1380
|
ratePreference: "STRONGER" | "WEAKER" | null;
|
|
1376
1381
|
selectedPair?: string | null | undefined;
|
|
1377
1382
|
} | null | undefined;
|
|
1383
|
+
client?: {
|
|
1384
|
+
id: string;
|
|
1385
|
+
name: string;
|
|
1386
|
+
email: string;
|
|
1387
|
+
} | null | undefined;
|
|
1378
1388
|
}[];
|
|
1379
1389
|
payouts: {
|
|
1380
1390
|
status?: "CREATED" | "CANCELLED" | "COMPLETED" | "PENDING" | undefined;
|
|
@@ -2840,6 +2850,11 @@ declare const codesAndOrderRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
2840
2850
|
ratePreference: "STRONGER" | "WEAKER" | null;
|
|
2841
2851
|
selectedPair?: string | null | undefined;
|
|
2842
2852
|
} | null | undefined;
|
|
2853
|
+
client?: {
|
|
2854
|
+
id: string;
|
|
2855
|
+
name: string;
|
|
2856
|
+
email: string;
|
|
2857
|
+
} | null | undefined;
|
|
2843
2858
|
}[];
|
|
2844
2859
|
payouts: {
|
|
2845
2860
|
status?: "CREATED" | "CANCELLED" | "COMPLETED" | "PENDING" | undefined;
|
|
@@ -3505,6 +3520,11 @@ declare const codesAndOrderRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
3505
3520
|
ratePreference: "STRONGER" | "WEAKER" | null;
|
|
3506
3521
|
selectedPair?: string | null | undefined;
|
|
3507
3522
|
} | null | undefined;
|
|
3523
|
+
client?: {
|
|
3524
|
+
id: string;
|
|
3525
|
+
name: string;
|
|
3526
|
+
email: string;
|
|
3527
|
+
} | null | undefined;
|
|
3508
3528
|
}[];
|
|
3509
3529
|
payouts: {
|
|
3510
3530
|
status?: "CREATED" | "CANCELLED" | "COMPLETED" | "PENDING" | undefined;
|
|
@@ -4037,6 +4057,11 @@ declare const codesAndOrderRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
4037
4057
|
ratePreference: "STRONGER" | "WEAKER" | null;
|
|
4038
4058
|
selectedPair?: string | null | undefined;
|
|
4039
4059
|
} | null | undefined;
|
|
4060
|
+
client?: {
|
|
4061
|
+
id: string;
|
|
4062
|
+
name: string;
|
|
4063
|
+
email: string;
|
|
4064
|
+
} | null | undefined;
|
|
4040
4065
|
}[];
|
|
4041
4066
|
payouts: {
|
|
4042
4067
|
status?: "CREATED" | "CANCELLED" | "COMPLETED" | "PENDING" | undefined;
|
|
@@ -4501,6 +4526,11 @@ declare const codesAndOrderRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
4501
4526
|
ratePreference: "STRONGER" | "WEAKER" | null;
|
|
4502
4527
|
selectedPair?: string | null | undefined;
|
|
4503
4528
|
} | null | undefined;
|
|
4529
|
+
client?: {
|
|
4530
|
+
id: string;
|
|
4531
|
+
name: string;
|
|
4532
|
+
email: string;
|
|
4533
|
+
} | null | undefined;
|
|
4504
4534
|
}[];
|
|
4505
4535
|
payouts: {
|
|
4506
4536
|
status?: "CREATED" | "CANCELLED" | "COMPLETED" | "PENDING" | undefined;
|
|
@@ -7048,6 +7078,11 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7048
7078
|
ratePreference: "STRONGER" | "WEAKER" | null;
|
|
7049
7079
|
selectedPair?: string | null | undefined;
|
|
7050
7080
|
} | null | undefined;
|
|
7081
|
+
client?: {
|
|
7082
|
+
id: string;
|
|
7083
|
+
name: string;
|
|
7084
|
+
email: string;
|
|
7085
|
+
} | null | undefined;
|
|
7051
7086
|
}[];
|
|
7052
7087
|
payouts: {
|
|
7053
7088
|
status?: "CREATED" | "CANCELLED" | "COMPLETED" | "PENDING" | undefined;
|
|
@@ -7846,6 +7881,10 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7846
7881
|
param: {
|
|
7847
7882
|
organizationId: string;
|
|
7848
7883
|
};
|
|
7884
|
+
} & {
|
|
7885
|
+
json: {
|
|
7886
|
+
partyIds?: string[] | undefined;
|
|
7887
|
+
};
|
|
7849
7888
|
};
|
|
7850
7889
|
output: {
|
|
7851
7890
|
message: string;
|
|
@@ -7859,6 +7898,10 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7859
7898
|
param: {
|
|
7860
7899
|
organizationId: string;
|
|
7861
7900
|
};
|
|
7901
|
+
} & {
|
|
7902
|
+
json: {
|
|
7903
|
+
partyIds?: string[] | undefined;
|
|
7904
|
+
};
|
|
7862
7905
|
};
|
|
7863
7906
|
output: {
|
|
7864
7907
|
message: string;
|
|
@@ -7870,6 +7913,10 @@ declare const organizationRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
7870
7913
|
param: {
|
|
7871
7914
|
organizationId: string;
|
|
7872
7915
|
};
|
|
7916
|
+
} & {
|
|
7917
|
+
json: {
|
|
7918
|
+
partyIds?: string[] | undefined;
|
|
7919
|
+
};
|
|
7873
7920
|
};
|
|
7874
7921
|
output: {
|
|
7875
7922
|
message: string;
|
|
@@ -10598,6 +10645,11 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
10598
10645
|
ratePreference: "STRONGER" | "WEAKER" | null;
|
|
10599
10646
|
selectedPair?: string | null | undefined;
|
|
10600
10647
|
} | null | undefined;
|
|
10648
|
+
client?: {
|
|
10649
|
+
id: string;
|
|
10650
|
+
name: string;
|
|
10651
|
+
email: string;
|
|
10652
|
+
} | null | undefined;
|
|
10601
10653
|
}[];
|
|
10602
10654
|
payouts: {
|
|
10603
10655
|
status?: "CREATED" | "CANCELLED" | "COMPLETED" | "PENDING" | undefined;
|
|
@@ -12341,8 +12393,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12341
12393
|
};
|
|
12342
12394
|
} & {
|
|
12343
12395
|
json: {
|
|
12344
|
-
|
|
12345
|
-
|
|
12396
|
+
month: number;
|
|
12397
|
+
year: number;
|
|
12346
12398
|
emails?: string[] | undefined;
|
|
12347
12399
|
};
|
|
12348
12400
|
};
|
|
@@ -12362,8 +12414,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12362
12414
|
};
|
|
12363
12415
|
} & {
|
|
12364
12416
|
json: {
|
|
12365
|
-
|
|
12366
|
-
|
|
12417
|
+
month: number;
|
|
12418
|
+
year: number;
|
|
12367
12419
|
emails?: string[] | undefined;
|
|
12368
12420
|
};
|
|
12369
12421
|
};
|
|
@@ -12379,8 +12431,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12379
12431
|
};
|
|
12380
12432
|
} & {
|
|
12381
12433
|
json: {
|
|
12382
|
-
|
|
12383
|
-
|
|
12434
|
+
month: number;
|
|
12435
|
+
year: number;
|
|
12384
12436
|
emails?: string[] | undefined;
|
|
12385
12437
|
};
|
|
12386
12438
|
};
|
|
@@ -12396,8 +12448,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12396
12448
|
};
|
|
12397
12449
|
} & {
|
|
12398
12450
|
json: {
|
|
12399
|
-
|
|
12400
|
-
|
|
12451
|
+
month: number;
|
|
12452
|
+
year: number;
|
|
12401
12453
|
emails?: string[] | undefined;
|
|
12402
12454
|
};
|
|
12403
12455
|
};
|
|
@@ -12417,8 +12469,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12417
12469
|
};
|
|
12418
12470
|
} & {
|
|
12419
12471
|
query: {
|
|
12420
|
-
|
|
12421
|
-
|
|
12472
|
+
month: unknown;
|
|
12473
|
+
year: unknown;
|
|
12422
12474
|
};
|
|
12423
12475
|
};
|
|
12424
12476
|
output: Response;
|
|
@@ -12431,8 +12483,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12431
12483
|
};
|
|
12432
12484
|
} & {
|
|
12433
12485
|
query: {
|
|
12434
|
-
|
|
12435
|
-
|
|
12486
|
+
month: unknown;
|
|
12487
|
+
year: unknown;
|
|
12436
12488
|
};
|
|
12437
12489
|
};
|
|
12438
12490
|
output: {
|
|
@@ -12447,8 +12499,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12447
12499
|
};
|
|
12448
12500
|
} & {
|
|
12449
12501
|
query: {
|
|
12450
|
-
|
|
12451
|
-
|
|
12502
|
+
month: unknown;
|
|
12503
|
+
year: unknown;
|
|
12452
12504
|
};
|
|
12453
12505
|
};
|
|
12454
12506
|
output: {
|
|
@@ -12463,8 +12515,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12463
12515
|
};
|
|
12464
12516
|
} & {
|
|
12465
12517
|
query: {
|
|
12466
|
-
|
|
12467
|
-
|
|
12518
|
+
month: unknown;
|
|
12519
|
+
year: unknown;
|
|
12468
12520
|
};
|
|
12469
12521
|
};
|
|
12470
12522
|
output: {
|
|
@@ -12479,8 +12531,8 @@ declare const bankAndMdmRoutes: OpenAPIHono<Env, hono_types.MergeSchemaPath<{
|
|
|
12479
12531
|
};
|
|
12480
12532
|
} & {
|
|
12481
12533
|
query: {
|
|
12482
|
-
|
|
12483
|
-
|
|
12534
|
+
month: unknown;
|
|
12535
|
+
year: unknown;
|
|
12484
12536
|
};
|
|
12485
12537
|
};
|
|
12486
12538
|
output: {
|
|
@@ -37310,6 +37362,11 @@ declare const responseBodySchema$1b: z$1.ZodObject<{
|
|
|
37310
37362
|
}>>;
|
|
37311
37363
|
selectedPair: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
37312
37364
|
}, z$1.core.$strip>>>;
|
|
37365
|
+
client: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
37366
|
+
id: z$1.ZodString;
|
|
37367
|
+
name: z$1.ZodString;
|
|
37368
|
+
email: z$1.ZodEmail;
|
|
37369
|
+
}, z$1.core.$strip>>>;
|
|
37313
37370
|
}, z$1.core.$strip>>;
|
|
37314
37371
|
payouts: z$1.ZodArray<z$1.ZodObject<{
|
|
37315
37372
|
status: z$1.ZodOptional<z$1.ZodEnum<{
|
|
@@ -43596,6 +43653,11 @@ declare const responseBodySchema$19: z$1.ZodObject<{
|
|
|
43596
43653
|
}>>;
|
|
43597
43654
|
selectedPair: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
43598
43655
|
}, z$1.core.$strip>>>;
|
|
43656
|
+
client: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
43657
|
+
id: z$1.ZodString;
|
|
43658
|
+
name: z$1.ZodString;
|
|
43659
|
+
email: z$1.ZodEmail;
|
|
43660
|
+
}, z$1.core.$strip>>>;
|
|
43599
43661
|
}, z$1.core.$strip>>;
|
|
43600
43662
|
payouts: z$1.ZodArray<z$1.ZodObject<{
|
|
43601
43663
|
status: z$1.ZodOptional<z$1.ZodEnum<{
|
|
@@ -50273,6 +50335,11 @@ declare const getOrdersResponseSchema: z$1.ZodObject<{
|
|
|
50273
50335
|
}>>;
|
|
50274
50336
|
selectedPair: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
50275
50337
|
}, z$1.core.$strip>>>;
|
|
50338
|
+
client: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
50339
|
+
id: z$1.ZodString;
|
|
50340
|
+
name: z$1.ZodString;
|
|
50341
|
+
email: z$1.ZodEmail;
|
|
50342
|
+
}, z$1.core.$strip>>>;
|
|
50276
50343
|
}, z$1.core.$strip>>;
|
|
50277
50344
|
payouts: z$1.ZodArray<z$1.ZodObject<{
|
|
50278
50345
|
status: z$1.ZodOptional<z$1.ZodEnum<{
|
|
@@ -56748,6 +56815,11 @@ declare const responseBodySchema$18: z$1.ZodObject<{
|
|
|
56748
56815
|
}>>;
|
|
56749
56816
|
selectedPair: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
56750
56817
|
}, z$1.core.$strip>>>;
|
|
56818
|
+
client: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
56819
|
+
id: z$1.ZodString;
|
|
56820
|
+
name: z$1.ZodString;
|
|
56821
|
+
email: z$1.ZodEmail;
|
|
56822
|
+
}, z$1.core.$strip>>>;
|
|
56751
56823
|
}, z$1.core.$strip>>;
|
|
56752
56824
|
payouts: z$1.ZodArray<z$1.ZodObject<{
|
|
56753
56825
|
status: z$1.ZodOptional<z$1.ZodEnum<{
|
|
@@ -68478,6 +68550,11 @@ declare const responseBodySchema$17: z$1.ZodObject<{
|
|
|
68478
68550
|
}>>;
|
|
68479
68551
|
selectedPair: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
68480
68552
|
}, z$1.core.$strip>>>;
|
|
68553
|
+
client: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
68554
|
+
id: z$1.ZodString;
|
|
68555
|
+
name: z$1.ZodString;
|
|
68556
|
+
email: z$1.ZodEmail;
|
|
68557
|
+
}, z$1.core.$strip>>>;
|
|
68481
68558
|
}, z$1.core.$strip>>;
|
|
68482
68559
|
payouts: z$1.ZodArray<z$1.ZodObject<{
|
|
68483
68560
|
status: z$1.ZodOptional<z$1.ZodEnum<{
|
|
@@ -74854,6 +74931,11 @@ declare const responseBodySchema$12: z$1.ZodObject<{
|
|
|
74854
74931
|
}>>;
|
|
74855
74932
|
selectedPair: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodString>>;
|
|
74856
74933
|
}, z$1.core.$strip>>>;
|
|
74934
|
+
client: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodObject<{
|
|
74935
|
+
id: z$1.ZodString;
|
|
74936
|
+
name: z$1.ZodString;
|
|
74937
|
+
email: z$1.ZodEmail;
|
|
74938
|
+
}, z$1.core.$strip>>>;
|
|
74857
74939
|
}, z$1.core.$strip>>;
|
|
74858
74940
|
payouts: z$1.ZodArray<z$1.ZodObject<{
|
|
74859
74941
|
status: z$1.ZodOptional<z$1.ZodEnum<{
|