@instockng/api-client 1.0.8 → 1.0.9
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/apps/backend/src/lib/utils.d.ts +1 -1
- package/dist/apps/backend/src/lib/utils.js +1 -1
- package/dist/apps/backend/src/routes/admin/abandoned-carts.d.ts +8 -0
- package/dist/apps/backend/src/routes/admin/customers.d.ts +4 -0
- package/dist/apps/backend/src/routes/admin/inventory.d.ts +4 -0
- package/dist/apps/backend/src/routes/admin/orders.d.ts +24 -0
- package/dist/apps/backend/src/routes/admin/products.d.ts +16 -0
- package/dist/apps/backend/src/routes/admin/stats.d.ts +4 -0
- package/dist/apps/backend/src/routes/admin/warehouses.d.ts +4 -0
- package/dist/apps/backend/src/routes/public/carts.d.ts +36 -0
- package/dist/apps/backend/src/routes/public/orders.d.ts +8 -0
- package/dist/apps/backend/src/routes/public/products.d.ts +8 -0
- package/dist/packages/api-client/src/fetchers/carts.d.ts +36 -0
- package/dist/packages/api-client/src/fetchers/orders.d.ts +8 -0
- package/dist/packages/api-client/src/fetchers/products.d.ts +8 -0
- package/dist/packages/api-client/src/hooks/admin/abandoned-carts.d.ts +8 -0
- package/dist/packages/api-client/src/hooks/admin/customers.d.ts +4 -0
- package/dist/packages/api-client/src/hooks/admin/inventory.d.ts +4 -0
- package/dist/packages/api-client/src/hooks/admin/orders.d.ts +24 -0
- package/dist/packages/api-client/src/hooks/admin/products.d.ts +8 -0
- package/dist/packages/api-client/src/hooks/admin/stats.d.ts +4 -0
- package/dist/packages/api-client/src/hooks/admin/warehouses.d.ts +4 -0
- package/dist/packages/api-client/src/hooks/public/carts.d.ts +36 -0
- package/dist/packages/api-client/src/hooks/public/orders.d.ts +8 -0
- package/dist/packages/api-client/src/hooks/public/products.d.ts +8 -0
- package/dist/packages/api-client/src/rpc-client.d.ts +116 -0
- package/package.json +1 -1
|
@@ -164,7 +164,9 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
164
164
|
includes?: boolean;
|
|
165
165
|
flatMap?: boolean;
|
|
166
166
|
flat?: boolean;
|
|
167
|
+
at?: boolean;
|
|
167
168
|
};
|
|
169
|
+
at: never;
|
|
168
170
|
};
|
|
169
171
|
} | {
|
|
170
172
|
[x: number]: string | number | boolean | {
|
|
@@ -237,7 +239,9 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
237
239
|
includes?: boolean;
|
|
238
240
|
flatMap?: boolean;
|
|
239
241
|
flat?: boolean;
|
|
242
|
+
at?: boolean;
|
|
240
243
|
};
|
|
244
|
+
at: never;
|
|
241
245
|
};
|
|
242
246
|
};
|
|
243
247
|
id: string;
|
|
@@ -445,7 +449,9 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
445
449
|
includes?: boolean;
|
|
446
450
|
flatMap?: boolean;
|
|
447
451
|
flat?: boolean;
|
|
452
|
+
at?: boolean;
|
|
448
453
|
};
|
|
454
|
+
at: never;
|
|
449
455
|
};
|
|
450
456
|
} | {
|
|
451
457
|
[x: number]: string | number | boolean | {
|
|
@@ -518,7 +524,9 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
518
524
|
includes?: boolean;
|
|
519
525
|
flatMap?: boolean;
|
|
520
526
|
flat?: boolean;
|
|
527
|
+
at?: boolean;
|
|
521
528
|
};
|
|
529
|
+
at: never;
|
|
522
530
|
};
|
|
523
531
|
};
|
|
524
532
|
id: string;
|
|
@@ -714,7 +722,9 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
714
722
|
includes?: boolean;
|
|
715
723
|
flatMap?: boolean;
|
|
716
724
|
flat?: boolean;
|
|
725
|
+
at?: boolean;
|
|
717
726
|
};
|
|
727
|
+
at: never;
|
|
718
728
|
};
|
|
719
729
|
} | {
|
|
720
730
|
[x: number]: string | number | boolean | {
|
|
@@ -787,7 +797,9 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
787
797
|
includes?: boolean;
|
|
788
798
|
flatMap?: boolean;
|
|
789
799
|
flat?: boolean;
|
|
800
|
+
at?: boolean;
|
|
790
801
|
};
|
|
802
|
+
at: never;
|
|
791
803
|
};
|
|
792
804
|
};
|
|
793
805
|
id: string;
|
|
@@ -1000,7 +1012,9 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
1000
1012
|
includes?: boolean;
|
|
1001
1013
|
flatMap?: boolean;
|
|
1002
1014
|
flat?: boolean;
|
|
1015
|
+
at?: boolean;
|
|
1003
1016
|
};
|
|
1017
|
+
at: never;
|
|
1004
1018
|
};
|
|
1005
1019
|
} | {
|
|
1006
1020
|
[x: number]: string | number | boolean | {
|
|
@@ -1073,7 +1087,9 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
1073
1087
|
includes?: boolean;
|
|
1074
1088
|
flatMap?: boolean;
|
|
1075
1089
|
flat?: boolean;
|
|
1090
|
+
at?: boolean;
|
|
1076
1091
|
};
|
|
1092
|
+
at: never;
|
|
1077
1093
|
};
|
|
1078
1094
|
};
|
|
1079
1095
|
id: string;
|
|
@@ -1287,7 +1303,9 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
1287
1303
|
includes?: boolean;
|
|
1288
1304
|
flatMap?: boolean;
|
|
1289
1305
|
flat?: boolean;
|
|
1306
|
+
at?: boolean;
|
|
1290
1307
|
};
|
|
1308
|
+
at: never;
|
|
1291
1309
|
};
|
|
1292
1310
|
} | {
|
|
1293
1311
|
[x: number]: string | number | boolean | {
|
|
@@ -1360,7 +1378,9 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
1360
1378
|
includes?: boolean;
|
|
1361
1379
|
flatMap?: boolean;
|
|
1362
1380
|
flat?: boolean;
|
|
1381
|
+
at?: boolean;
|
|
1363
1382
|
};
|
|
1383
|
+
at: never;
|
|
1364
1384
|
};
|
|
1365
1385
|
};
|
|
1366
1386
|
id: string;
|
|
@@ -1574,7 +1594,9 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
1574
1594
|
includes?: boolean;
|
|
1575
1595
|
flatMap?: boolean;
|
|
1576
1596
|
flat?: boolean;
|
|
1597
|
+
at?: boolean;
|
|
1577
1598
|
};
|
|
1599
|
+
at: never;
|
|
1578
1600
|
};
|
|
1579
1601
|
} | {
|
|
1580
1602
|
[x: number]: string | number | boolean | {
|
|
@@ -1647,7 +1669,9 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
1647
1669
|
includes?: boolean;
|
|
1648
1670
|
flatMap?: boolean;
|
|
1649
1671
|
flat?: boolean;
|
|
1672
|
+
at?: boolean;
|
|
1650
1673
|
};
|
|
1674
|
+
at: never;
|
|
1651
1675
|
};
|
|
1652
1676
|
};
|
|
1653
1677
|
id: string;
|
|
@@ -1864,7 +1888,9 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
1864
1888
|
includes?: boolean;
|
|
1865
1889
|
flatMap?: boolean;
|
|
1866
1890
|
flat?: boolean;
|
|
1891
|
+
at?: boolean;
|
|
1867
1892
|
};
|
|
1893
|
+
at: never;
|
|
1868
1894
|
};
|
|
1869
1895
|
} | {
|
|
1870
1896
|
[x: number]: string | number | boolean | {
|
|
@@ -1937,7 +1963,9 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
1937
1963
|
includes?: boolean;
|
|
1938
1964
|
flatMap?: boolean;
|
|
1939
1965
|
flat?: boolean;
|
|
1966
|
+
at?: boolean;
|
|
1940
1967
|
};
|
|
1968
|
+
at: never;
|
|
1941
1969
|
};
|
|
1942
1970
|
};
|
|
1943
1971
|
id: string;
|
|
@@ -2169,7 +2197,9 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
2169
2197
|
includes?: boolean;
|
|
2170
2198
|
flatMap?: boolean;
|
|
2171
2199
|
flat?: boolean;
|
|
2200
|
+
at?: boolean;
|
|
2172
2201
|
};
|
|
2202
|
+
at: never;
|
|
2173
2203
|
};
|
|
2174
2204
|
} | {
|
|
2175
2205
|
[x: number]: string | number | boolean | {
|
|
@@ -2242,7 +2272,9 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
2242
2272
|
includes?: boolean;
|
|
2243
2273
|
flatMap?: boolean;
|
|
2244
2274
|
flat?: boolean;
|
|
2275
|
+
at?: boolean;
|
|
2245
2276
|
};
|
|
2277
|
+
at: never;
|
|
2246
2278
|
};
|
|
2247
2279
|
};
|
|
2248
2280
|
id: string;
|
|
@@ -2537,7 +2569,9 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
2537
2569
|
includes?: boolean;
|
|
2538
2570
|
flatMap?: boolean;
|
|
2539
2571
|
flat?: boolean;
|
|
2572
|
+
at?: boolean;
|
|
2540
2573
|
};
|
|
2574
|
+
at: never;
|
|
2541
2575
|
};
|
|
2542
2576
|
} | {
|
|
2543
2577
|
[x: number]: string | number | boolean | {
|
|
@@ -2610,7 +2644,9 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
2610
2644
|
includes?: boolean;
|
|
2611
2645
|
flatMap?: boolean;
|
|
2612
2646
|
flat?: boolean;
|
|
2647
|
+
at?: boolean;
|
|
2613
2648
|
};
|
|
2649
|
+
at: never;
|
|
2614
2650
|
};
|
|
2615
2651
|
};
|
|
2616
2652
|
id: string;
|
|
@@ -2846,7 +2882,9 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
2846
2882
|
includes?: boolean;
|
|
2847
2883
|
flatMap?: boolean;
|
|
2848
2884
|
flat?: boolean;
|
|
2885
|
+
at?: boolean;
|
|
2849
2886
|
};
|
|
2887
|
+
at: never;
|
|
2850
2888
|
};
|
|
2851
2889
|
} | {
|
|
2852
2890
|
[x: number]: string | number | boolean | {
|
|
@@ -2919,7 +2957,9 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
2919
2957
|
includes?: boolean;
|
|
2920
2958
|
flatMap?: boolean;
|
|
2921
2959
|
flat?: boolean;
|
|
2960
|
+
at?: boolean;
|
|
2922
2961
|
};
|
|
2962
|
+
at: never;
|
|
2923
2963
|
};
|
|
2924
2964
|
};
|
|
2925
2965
|
id: string;
|
|
@@ -3151,7 +3191,9 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
3151
3191
|
includes?: boolean;
|
|
3152
3192
|
flatMap?: boolean;
|
|
3153
3193
|
flat?: boolean;
|
|
3194
|
+
at?: boolean;
|
|
3154
3195
|
};
|
|
3196
|
+
at: never;
|
|
3155
3197
|
};
|
|
3156
3198
|
} | {
|
|
3157
3199
|
[x: number]: string | number | boolean | {
|
|
@@ -3224,7 +3266,9 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
3224
3266
|
includes?: boolean;
|
|
3225
3267
|
flatMap?: boolean;
|
|
3226
3268
|
flat?: boolean;
|
|
3269
|
+
at?: boolean;
|
|
3227
3270
|
};
|
|
3271
|
+
at: never;
|
|
3228
3272
|
};
|
|
3229
3273
|
};
|
|
3230
3274
|
id: string;
|
|
@@ -3420,7 +3464,9 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
3420
3464
|
includes?: boolean;
|
|
3421
3465
|
flatMap?: boolean;
|
|
3422
3466
|
flat?: boolean;
|
|
3467
|
+
at?: boolean;
|
|
3423
3468
|
};
|
|
3469
|
+
at: never;
|
|
3424
3470
|
};
|
|
3425
3471
|
} | {
|
|
3426
3472
|
[x: number]: string | number | boolean | {
|
|
@@ -3493,7 +3539,9 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
3493
3539
|
includes?: boolean;
|
|
3494
3540
|
flatMap?: boolean;
|
|
3495
3541
|
flat?: boolean;
|
|
3542
|
+
at?: boolean;
|
|
3496
3543
|
};
|
|
3544
|
+
at: never;
|
|
3497
3545
|
};
|
|
3498
3546
|
};
|
|
3499
3547
|
outputFormat: "json";
|
|
@@ -3644,7 +3692,9 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
3644
3692
|
includes?: boolean;
|
|
3645
3693
|
flatMap?: boolean;
|
|
3646
3694
|
flat?: boolean;
|
|
3695
|
+
at?: boolean;
|
|
3647
3696
|
};
|
|
3697
|
+
at: never;
|
|
3648
3698
|
};
|
|
3649
3699
|
} | {
|
|
3650
3700
|
[x: number]: string | number | boolean | {
|
|
@@ -3717,7 +3767,9 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
3717
3767
|
includes?: boolean;
|
|
3718
3768
|
flatMap?: boolean;
|
|
3719
3769
|
flat?: boolean;
|
|
3770
|
+
at?: boolean;
|
|
3720
3771
|
};
|
|
3772
|
+
at: never;
|
|
3721
3773
|
};
|
|
3722
3774
|
}[];
|
|
3723
3775
|
outputFormat: "json";
|
|
@@ -3969,7 +4021,9 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
3969
4021
|
includes?: boolean;
|
|
3970
4022
|
flatMap?: boolean;
|
|
3971
4023
|
flat?: boolean;
|
|
4024
|
+
at?: boolean;
|
|
3972
4025
|
};
|
|
4026
|
+
at: never;
|
|
3973
4027
|
};
|
|
3974
4028
|
} | {
|
|
3975
4029
|
[x: number]: string | number | boolean | {
|
|
@@ -4042,7 +4096,9 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
4042
4096
|
includes?: boolean;
|
|
4043
4097
|
flatMap?: boolean;
|
|
4044
4098
|
flat?: boolean;
|
|
4099
|
+
at?: boolean;
|
|
4045
4100
|
};
|
|
4101
|
+
at: never;
|
|
4046
4102
|
};
|
|
4047
4103
|
};
|
|
4048
4104
|
id: string;
|
|
@@ -4256,7 +4312,9 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
4256
4312
|
includes?: boolean;
|
|
4257
4313
|
flatMap?: boolean;
|
|
4258
4314
|
flat?: boolean;
|
|
4315
|
+
at?: boolean;
|
|
4259
4316
|
};
|
|
4317
|
+
at: never;
|
|
4260
4318
|
};
|
|
4261
4319
|
} | {
|
|
4262
4320
|
[x: number]: string | number | boolean | {
|
|
@@ -4329,7 +4387,9 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
4329
4387
|
includes?: boolean;
|
|
4330
4388
|
flatMap?: boolean;
|
|
4331
4389
|
flat?: boolean;
|
|
4390
|
+
at?: boolean;
|
|
4332
4391
|
};
|
|
4392
|
+
at: never;
|
|
4333
4393
|
};
|
|
4334
4394
|
};
|
|
4335
4395
|
id: string;
|
|
@@ -4545,7 +4605,9 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
4545
4605
|
includes?: boolean;
|
|
4546
4606
|
flatMap?: boolean;
|
|
4547
4607
|
flat?: boolean;
|
|
4608
|
+
at?: boolean;
|
|
4548
4609
|
};
|
|
4610
|
+
at: never;
|
|
4549
4611
|
};
|
|
4550
4612
|
} | {
|
|
4551
4613
|
[x: number]: string | number | boolean | {
|
|
@@ -4618,7 +4680,9 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
4618
4680
|
includes?: boolean;
|
|
4619
4681
|
flatMap?: boolean;
|
|
4620
4682
|
flat?: boolean;
|
|
4683
|
+
at?: boolean;
|
|
4621
4684
|
};
|
|
4685
|
+
at: never;
|
|
4622
4686
|
};
|
|
4623
4687
|
};
|
|
4624
4688
|
id: string;
|
|
@@ -4843,7 +4907,9 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
4843
4907
|
includes?: boolean;
|
|
4844
4908
|
flatMap?: boolean;
|
|
4845
4909
|
flat?: boolean;
|
|
4910
|
+
at?: boolean;
|
|
4846
4911
|
};
|
|
4912
|
+
at: never;
|
|
4847
4913
|
};
|
|
4848
4914
|
} | {
|
|
4849
4915
|
[x: number]: string | number | boolean | {
|
|
@@ -4916,7 +4982,9 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
4916
4982
|
includes?: boolean;
|
|
4917
4983
|
flatMap?: boolean;
|
|
4918
4984
|
flat?: boolean;
|
|
4985
|
+
at?: boolean;
|
|
4919
4986
|
};
|
|
4987
|
+
at: never;
|
|
4920
4988
|
};
|
|
4921
4989
|
};
|
|
4922
4990
|
id: string;
|
|
@@ -5122,7 +5190,9 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
5122
5190
|
includes?: boolean;
|
|
5123
5191
|
flatMap?: boolean;
|
|
5124
5192
|
flat?: boolean;
|
|
5193
|
+
at?: boolean;
|
|
5125
5194
|
};
|
|
5195
|
+
at: never;
|
|
5126
5196
|
};
|
|
5127
5197
|
} | {
|
|
5128
5198
|
[x: number]: string | number | boolean | {
|
|
@@ -5195,7 +5265,9 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
5195
5265
|
includes?: boolean;
|
|
5196
5266
|
flatMap?: boolean;
|
|
5197
5267
|
flat?: boolean;
|
|
5268
|
+
at?: boolean;
|
|
5198
5269
|
};
|
|
5270
|
+
at: never;
|
|
5199
5271
|
};
|
|
5200
5272
|
};
|
|
5201
5273
|
id: string;
|
|
@@ -5431,7 +5503,9 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
5431
5503
|
includes?: boolean;
|
|
5432
5504
|
flatMap?: boolean;
|
|
5433
5505
|
flat?: boolean;
|
|
5506
|
+
at?: boolean;
|
|
5434
5507
|
};
|
|
5508
|
+
at: never;
|
|
5435
5509
|
};
|
|
5436
5510
|
} | {
|
|
5437
5511
|
[x: number]: string | number | boolean | {
|
|
@@ -5504,7 +5578,9 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
5504
5578
|
includes?: boolean;
|
|
5505
5579
|
flatMap?: boolean;
|
|
5506
5580
|
flat?: boolean;
|
|
5581
|
+
at?: boolean;
|
|
5507
5582
|
};
|
|
5583
|
+
at: never;
|
|
5508
5584
|
};
|
|
5509
5585
|
};
|
|
5510
5586
|
id: string;
|
|
@@ -5881,7 +5957,9 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
5881
5957
|
includes?: boolean;
|
|
5882
5958
|
flatMap?: boolean;
|
|
5883
5959
|
flat?: boolean;
|
|
5960
|
+
at?: boolean;
|
|
5884
5961
|
};
|
|
5962
|
+
at: never;
|
|
5885
5963
|
};
|
|
5886
5964
|
} | {
|
|
5887
5965
|
[x: number]: string | number | boolean | {
|
|
@@ -5954,7 +6032,9 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
5954
6032
|
includes?: boolean;
|
|
5955
6033
|
flatMap?: boolean;
|
|
5956
6034
|
flat?: boolean;
|
|
6035
|
+
at?: boolean;
|
|
5957
6036
|
};
|
|
6037
|
+
at: never;
|
|
5958
6038
|
};
|
|
5959
6039
|
}[];
|
|
5960
6040
|
outputFormat: "json";
|
|
@@ -6080,7 +6160,9 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
6080
6160
|
includes?: boolean;
|
|
6081
6161
|
flatMap?: boolean;
|
|
6082
6162
|
flat?: boolean;
|
|
6163
|
+
at?: boolean;
|
|
6083
6164
|
};
|
|
6165
|
+
at: never;
|
|
6084
6166
|
};
|
|
6085
6167
|
} | {
|
|
6086
6168
|
[x: number]: string | number | boolean | {
|
|
@@ -6153,7 +6235,9 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
6153
6235
|
includes?: boolean;
|
|
6154
6236
|
flatMap?: boolean;
|
|
6155
6237
|
flat?: boolean;
|
|
6238
|
+
at?: boolean;
|
|
6156
6239
|
};
|
|
6240
|
+
at: never;
|
|
6157
6241
|
};
|
|
6158
6242
|
};
|
|
6159
6243
|
outputFormat: "json";
|
|
@@ -6300,7 +6384,9 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
6300
6384
|
includes?: boolean;
|
|
6301
6385
|
flatMap?: boolean;
|
|
6302
6386
|
flat?: boolean;
|
|
6387
|
+
at?: boolean;
|
|
6303
6388
|
};
|
|
6389
|
+
at: never;
|
|
6304
6390
|
};
|
|
6305
6391
|
} | {
|
|
6306
6392
|
[x: number]: string | number | boolean | {
|
|
@@ -6373,7 +6459,9 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
6373
6459
|
includes?: boolean;
|
|
6374
6460
|
flatMap?: boolean;
|
|
6375
6461
|
flat?: boolean;
|
|
6462
|
+
at?: boolean;
|
|
6376
6463
|
};
|
|
6464
|
+
at: never;
|
|
6377
6465
|
};
|
|
6378
6466
|
};
|
|
6379
6467
|
outputFormat: "json";
|
|
@@ -6507,7 +6595,9 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
6507
6595
|
includes?: boolean;
|
|
6508
6596
|
flatMap?: boolean;
|
|
6509
6597
|
flat?: boolean;
|
|
6598
|
+
at?: boolean;
|
|
6510
6599
|
};
|
|
6600
|
+
at: never;
|
|
6511
6601
|
};
|
|
6512
6602
|
} | {
|
|
6513
6603
|
[x: number]: string | number | boolean | {
|
|
@@ -6580,7 +6670,9 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
6580
6670
|
includes?: boolean;
|
|
6581
6671
|
flatMap?: boolean;
|
|
6582
6672
|
flat?: boolean;
|
|
6673
|
+
at?: boolean;
|
|
6583
6674
|
};
|
|
6675
|
+
at: never;
|
|
6584
6676
|
};
|
|
6585
6677
|
};
|
|
6586
6678
|
outputFormat: "json";
|
|
@@ -7094,7 +7186,9 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
7094
7186
|
includes?: boolean;
|
|
7095
7187
|
flatMap?: boolean;
|
|
7096
7188
|
flat?: boolean;
|
|
7189
|
+
at?: boolean;
|
|
7097
7190
|
};
|
|
7191
|
+
at: never;
|
|
7098
7192
|
};
|
|
7099
7193
|
} | {
|
|
7100
7194
|
[x: number]: string | number | boolean | {
|
|
@@ -7167,7 +7261,9 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
7167
7261
|
includes?: boolean;
|
|
7168
7262
|
flatMap?: boolean;
|
|
7169
7263
|
flat?: boolean;
|
|
7264
|
+
at?: boolean;
|
|
7170
7265
|
};
|
|
7266
|
+
at: never;
|
|
7171
7267
|
};
|
|
7172
7268
|
};
|
|
7173
7269
|
id: string;
|
|
@@ -7372,7 +7468,9 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
7372
7468
|
includes?: boolean;
|
|
7373
7469
|
flatMap?: boolean;
|
|
7374
7470
|
flat?: boolean;
|
|
7471
|
+
at?: boolean;
|
|
7375
7472
|
};
|
|
7473
|
+
at: never;
|
|
7376
7474
|
};
|
|
7377
7475
|
} | {
|
|
7378
7476
|
[x: number]: string | number | boolean | {
|
|
@@ -7445,7 +7543,9 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
7445
7543
|
includes?: boolean;
|
|
7446
7544
|
flatMap?: boolean;
|
|
7447
7545
|
flat?: boolean;
|
|
7546
|
+
at?: boolean;
|
|
7448
7547
|
};
|
|
7548
|
+
at: never;
|
|
7449
7549
|
};
|
|
7450
7550
|
createdAt: string;
|
|
7451
7551
|
variant: {
|
|
@@ -7667,7 +7767,9 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
7667
7767
|
includes?: boolean;
|
|
7668
7768
|
flatMap?: boolean;
|
|
7669
7769
|
flat?: boolean;
|
|
7770
|
+
at?: boolean;
|
|
7670
7771
|
};
|
|
7772
|
+
at: never;
|
|
7671
7773
|
};
|
|
7672
7774
|
} | {
|
|
7673
7775
|
[x: number]: string | number | boolean | {
|
|
@@ -7740,7 +7842,9 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
7740
7842
|
includes?: boolean;
|
|
7741
7843
|
flatMap?: boolean;
|
|
7742
7844
|
flat?: boolean;
|
|
7845
|
+
at?: boolean;
|
|
7743
7846
|
};
|
|
7847
|
+
at: never;
|
|
7744
7848
|
};
|
|
7745
7849
|
};
|
|
7746
7850
|
id: string;
|
|
@@ -7955,7 +8059,9 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
7955
8059
|
includes?: boolean;
|
|
7956
8060
|
flatMap?: boolean;
|
|
7957
8061
|
flat?: boolean;
|
|
8062
|
+
at?: boolean;
|
|
7958
8063
|
};
|
|
8064
|
+
at: never;
|
|
7959
8065
|
};
|
|
7960
8066
|
} | {
|
|
7961
8067
|
[x: number]: string | number | boolean | {
|
|
@@ -8028,7 +8134,9 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
8028
8134
|
includes?: boolean;
|
|
8029
8135
|
flatMap?: boolean;
|
|
8030
8136
|
flat?: boolean;
|
|
8137
|
+
at?: boolean;
|
|
8031
8138
|
};
|
|
8139
|
+
at: never;
|
|
8032
8140
|
};
|
|
8033
8141
|
};
|
|
8034
8142
|
id: string;
|
|
@@ -8232,7 +8340,9 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
8232
8340
|
includes?: boolean;
|
|
8233
8341
|
flatMap?: boolean;
|
|
8234
8342
|
flat?: boolean;
|
|
8343
|
+
at?: boolean;
|
|
8235
8344
|
};
|
|
8345
|
+
at: never;
|
|
8236
8346
|
};
|
|
8237
8347
|
} | {
|
|
8238
8348
|
[x: number]: string | number | boolean | {
|
|
@@ -8305,7 +8415,9 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
8305
8415
|
includes?: boolean;
|
|
8306
8416
|
flatMap?: boolean;
|
|
8307
8417
|
flat?: boolean;
|
|
8418
|
+
at?: boolean;
|
|
8308
8419
|
};
|
|
8420
|
+
at: never;
|
|
8309
8421
|
};
|
|
8310
8422
|
};
|
|
8311
8423
|
id: string;
|
|
@@ -8515,7 +8627,9 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
8515
8627
|
includes?: boolean;
|
|
8516
8628
|
flatMap?: boolean;
|
|
8517
8629
|
flat?: boolean;
|
|
8630
|
+
at?: boolean;
|
|
8518
8631
|
};
|
|
8632
|
+
at: never;
|
|
8519
8633
|
};
|
|
8520
8634
|
} | {
|
|
8521
8635
|
[x: number]: string | number | boolean | {
|
|
@@ -8588,7 +8702,9 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
8588
8702
|
includes?: boolean;
|
|
8589
8703
|
flatMap?: boolean;
|
|
8590
8704
|
flat?: boolean;
|
|
8705
|
+
at?: boolean;
|
|
8591
8706
|
};
|
|
8707
|
+
at: never;
|
|
8592
8708
|
};
|
|
8593
8709
|
};
|
|
8594
8710
|
id: string;
|