@instockng/api-client 1.0.15 → 1.0.17
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/fetchers/brands.d.ts +1 -0
- package/dist/fetchers/carts.d.ts +5 -37
- package/dist/fetchers/carts.js +4 -2
- package/dist/fetchers/orders.d.ts +0 -8
- package/dist/fetchers/products.d.ts +0 -8
- package/dist/hooks/admin/abandoned-carts.d.ts +0 -8
- package/dist/hooks/admin/customers.d.ts +0 -4
- package/dist/hooks/admin/inventory.d.ts +0 -4
- package/dist/hooks/admin/orders.d.ts +0 -32
- package/dist/hooks/admin/products.d.ts +0 -8
- package/dist/hooks/admin/stats.d.ts +0 -4
- package/dist/hooks/admin/warehouses.d.ts +0 -4
- package/dist/hooks/public/brands.d.ts +1 -0
- package/dist/hooks/public/carts.d.ts +7 -37
- package/dist/hooks/public/carts.js +2 -2
- package/dist/hooks/public/orders.d.ts +0 -8
- package/dist/hooks/public/products.d.ts +0 -8
- package/dist/rpc-client.d.ts +1 -124
- package/package.json +1 -1
package/dist/rpc-client.d.ts
CHANGED
|
@@ -167,9 +167,7 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
167
167
|
includes?: boolean;
|
|
168
168
|
flatMap?: boolean;
|
|
169
169
|
flat?: boolean;
|
|
170
|
-
at?: boolean;
|
|
171
170
|
};
|
|
172
|
-
at: never;
|
|
173
171
|
};
|
|
174
172
|
} | {
|
|
175
173
|
[x: number]: string | number | boolean | {
|
|
@@ -242,9 +240,7 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
242
240
|
includes?: boolean;
|
|
243
241
|
flatMap?: boolean;
|
|
244
242
|
flat?: boolean;
|
|
245
|
-
at?: boolean;
|
|
246
243
|
};
|
|
247
|
-
at: never;
|
|
248
244
|
};
|
|
249
245
|
};
|
|
250
246
|
id: string;
|
|
@@ -455,9 +451,7 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
455
451
|
includes?: boolean;
|
|
456
452
|
flatMap?: boolean;
|
|
457
453
|
flat?: boolean;
|
|
458
|
-
at?: boolean;
|
|
459
454
|
};
|
|
460
|
-
at: never;
|
|
461
455
|
};
|
|
462
456
|
} | {
|
|
463
457
|
[x: number]: string | number | boolean | {
|
|
@@ -530,9 +524,7 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
530
524
|
includes?: boolean;
|
|
531
525
|
flatMap?: boolean;
|
|
532
526
|
flat?: boolean;
|
|
533
|
-
at?: boolean;
|
|
534
527
|
};
|
|
535
|
-
at: never;
|
|
536
528
|
};
|
|
537
529
|
};
|
|
538
530
|
id: string;
|
|
@@ -731,9 +723,7 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
731
723
|
includes?: boolean;
|
|
732
724
|
flatMap?: boolean;
|
|
733
725
|
flat?: boolean;
|
|
734
|
-
at?: boolean;
|
|
735
726
|
};
|
|
736
|
-
at: never;
|
|
737
727
|
};
|
|
738
728
|
} | {
|
|
739
729
|
[x: number]: string | number | boolean | {
|
|
@@ -806,9 +796,7 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
806
796
|
includes?: boolean;
|
|
807
797
|
flatMap?: boolean;
|
|
808
798
|
flat?: boolean;
|
|
809
|
-
at?: boolean;
|
|
810
799
|
};
|
|
811
|
-
at: never;
|
|
812
800
|
};
|
|
813
801
|
};
|
|
814
802
|
id: string;
|
|
@@ -1024,9 +1012,7 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
1024
1012
|
includes?: boolean;
|
|
1025
1013
|
flatMap?: boolean;
|
|
1026
1014
|
flat?: boolean;
|
|
1027
|
-
at?: boolean;
|
|
1028
1015
|
};
|
|
1029
|
-
at: never;
|
|
1030
1016
|
};
|
|
1031
1017
|
} | {
|
|
1032
1018
|
[x: number]: string | number | boolean | {
|
|
@@ -1099,9 +1085,7 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
1099
1085
|
includes?: boolean;
|
|
1100
1086
|
flatMap?: boolean;
|
|
1101
1087
|
flat?: boolean;
|
|
1102
|
-
at?: boolean;
|
|
1103
1088
|
};
|
|
1104
|
-
at: never;
|
|
1105
1089
|
};
|
|
1106
1090
|
};
|
|
1107
1091
|
id: string;
|
|
@@ -1318,9 +1302,7 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
1318
1302
|
includes?: boolean;
|
|
1319
1303
|
flatMap?: boolean;
|
|
1320
1304
|
flat?: boolean;
|
|
1321
|
-
at?: boolean;
|
|
1322
1305
|
};
|
|
1323
|
-
at: never;
|
|
1324
1306
|
};
|
|
1325
1307
|
} | {
|
|
1326
1308
|
[x: number]: string | number | boolean | {
|
|
@@ -1393,9 +1375,7 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
1393
1375
|
includes?: boolean;
|
|
1394
1376
|
flatMap?: boolean;
|
|
1395
1377
|
flat?: boolean;
|
|
1396
|
-
at?: boolean;
|
|
1397
1378
|
};
|
|
1398
|
-
at: never;
|
|
1399
1379
|
};
|
|
1400
1380
|
};
|
|
1401
1381
|
id: string;
|
|
@@ -1612,9 +1592,7 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
1612
1592
|
includes?: boolean;
|
|
1613
1593
|
flatMap?: boolean;
|
|
1614
1594
|
flat?: boolean;
|
|
1615
|
-
at?: boolean;
|
|
1616
1595
|
};
|
|
1617
|
-
at: never;
|
|
1618
1596
|
};
|
|
1619
1597
|
} | {
|
|
1620
1598
|
[x: number]: string | number | boolean | {
|
|
@@ -1687,9 +1665,7 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
1687
1665
|
includes?: boolean;
|
|
1688
1666
|
flatMap?: boolean;
|
|
1689
1667
|
flat?: boolean;
|
|
1690
|
-
at?: boolean;
|
|
1691
1668
|
};
|
|
1692
|
-
at: never;
|
|
1693
1669
|
};
|
|
1694
1670
|
};
|
|
1695
1671
|
id: string;
|
|
@@ -1909,9 +1885,7 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
1909
1885
|
includes?: boolean;
|
|
1910
1886
|
flatMap?: boolean;
|
|
1911
1887
|
flat?: boolean;
|
|
1912
|
-
at?: boolean;
|
|
1913
1888
|
};
|
|
1914
|
-
at: never;
|
|
1915
1889
|
};
|
|
1916
1890
|
} | {
|
|
1917
1891
|
[x: number]: string | number | boolean | {
|
|
@@ -1984,9 +1958,7 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
1984
1958
|
includes?: boolean;
|
|
1985
1959
|
flatMap?: boolean;
|
|
1986
1960
|
flat?: boolean;
|
|
1987
|
-
at?: boolean;
|
|
1988
1961
|
};
|
|
1989
|
-
at: never;
|
|
1990
1962
|
};
|
|
1991
1963
|
};
|
|
1992
1964
|
id: string;
|
|
@@ -2221,9 +2193,7 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
2221
2193
|
includes?: boolean;
|
|
2222
2194
|
flatMap?: boolean;
|
|
2223
2195
|
flat?: boolean;
|
|
2224
|
-
at?: boolean;
|
|
2225
2196
|
};
|
|
2226
|
-
at: never;
|
|
2227
2197
|
};
|
|
2228
2198
|
} | {
|
|
2229
2199
|
[x: number]: string | number | boolean | {
|
|
@@ -2296,9 +2266,7 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
2296
2266
|
includes?: boolean;
|
|
2297
2267
|
flatMap?: boolean;
|
|
2298
2268
|
flat?: boolean;
|
|
2299
|
-
at?: boolean;
|
|
2300
2269
|
};
|
|
2301
|
-
at: never;
|
|
2302
2270
|
};
|
|
2303
2271
|
};
|
|
2304
2272
|
id: string;
|
|
@@ -2596,9 +2564,7 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
2596
2564
|
includes?: boolean;
|
|
2597
2565
|
flatMap?: boolean;
|
|
2598
2566
|
flat?: boolean;
|
|
2599
|
-
at?: boolean;
|
|
2600
2567
|
};
|
|
2601
|
-
at: never;
|
|
2602
2568
|
};
|
|
2603
2569
|
} | {
|
|
2604
2570
|
[x: number]: string | number | boolean | {
|
|
@@ -2671,9 +2637,7 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
2671
2637
|
includes?: boolean;
|
|
2672
2638
|
flatMap?: boolean;
|
|
2673
2639
|
flat?: boolean;
|
|
2674
|
-
at?: boolean;
|
|
2675
2640
|
};
|
|
2676
|
-
at: never;
|
|
2677
2641
|
};
|
|
2678
2642
|
};
|
|
2679
2643
|
id: string;
|
|
@@ -2912,9 +2876,7 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
2912
2876
|
includes?: boolean;
|
|
2913
2877
|
flatMap?: boolean;
|
|
2914
2878
|
flat?: boolean;
|
|
2915
|
-
at?: boolean;
|
|
2916
2879
|
};
|
|
2917
|
-
at: never;
|
|
2918
2880
|
};
|
|
2919
2881
|
} | {
|
|
2920
2882
|
[x: number]: string | number | boolean | {
|
|
@@ -2987,9 +2949,7 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
2987
2949
|
includes?: boolean;
|
|
2988
2950
|
flatMap?: boolean;
|
|
2989
2951
|
flat?: boolean;
|
|
2990
|
-
at?: boolean;
|
|
2991
2952
|
};
|
|
2992
|
-
at: never;
|
|
2993
2953
|
};
|
|
2994
2954
|
};
|
|
2995
2955
|
id: string;
|
|
@@ -3224,9 +3184,7 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
3224
3184
|
includes?: boolean;
|
|
3225
3185
|
flatMap?: boolean;
|
|
3226
3186
|
flat?: boolean;
|
|
3227
|
-
at?: boolean;
|
|
3228
3187
|
};
|
|
3229
|
-
at: never;
|
|
3230
3188
|
};
|
|
3231
3189
|
} | {
|
|
3232
3190
|
[x: number]: string | number | boolean | {
|
|
@@ -3299,9 +3257,7 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
3299
3257
|
includes?: boolean;
|
|
3300
3258
|
flatMap?: boolean;
|
|
3301
3259
|
flat?: boolean;
|
|
3302
|
-
at?: boolean;
|
|
3303
3260
|
};
|
|
3304
|
-
at: never;
|
|
3305
3261
|
};
|
|
3306
3262
|
};
|
|
3307
3263
|
id: string;
|
|
@@ -3500,9 +3456,7 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
3500
3456
|
includes?: boolean;
|
|
3501
3457
|
flatMap?: boolean;
|
|
3502
3458
|
flat?: boolean;
|
|
3503
|
-
at?: boolean;
|
|
3504
3459
|
};
|
|
3505
|
-
at: never;
|
|
3506
3460
|
};
|
|
3507
3461
|
} | {
|
|
3508
3462
|
[x: number]: string | number | boolean | {
|
|
@@ -3575,9 +3529,7 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
3575
3529
|
includes?: boolean;
|
|
3576
3530
|
flatMap?: boolean;
|
|
3577
3531
|
flat?: boolean;
|
|
3578
|
-
at?: boolean;
|
|
3579
3532
|
};
|
|
3580
|
-
at: never;
|
|
3581
3533
|
};
|
|
3582
3534
|
};
|
|
3583
3535
|
outputFormat: "json";
|
|
@@ -3731,9 +3683,7 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
3731
3683
|
includes?: boolean;
|
|
3732
3684
|
flatMap?: boolean;
|
|
3733
3685
|
flat?: boolean;
|
|
3734
|
-
at?: boolean;
|
|
3735
3686
|
};
|
|
3736
|
-
at: never;
|
|
3737
3687
|
};
|
|
3738
3688
|
} | {
|
|
3739
3689
|
[x: number]: string | number | boolean | {
|
|
@@ -3806,9 +3756,7 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
3806
3756
|
includes?: boolean;
|
|
3807
3757
|
flatMap?: boolean;
|
|
3808
3758
|
flat?: boolean;
|
|
3809
|
-
at?: boolean;
|
|
3810
3759
|
};
|
|
3811
|
-
at: never;
|
|
3812
3760
|
};
|
|
3813
3761
|
}[];
|
|
3814
3762
|
outputFormat: "json";
|
|
@@ -3895,6 +3843,7 @@ export declare function createRpcClients(baseURL: string): {
|
|
|
3895
3843
|
siteUrl: string;
|
|
3896
3844
|
domain: string;
|
|
3897
3845
|
metaPixelId: string;
|
|
3846
|
+
tiktokPixelId: string;
|
|
3898
3847
|
paystackPublicKey: string;
|
|
3899
3848
|
createdAt: string;
|
|
3900
3849
|
updatedAt: string;
|
|
@@ -4064,9 +4013,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
4064
4013
|
includes?: boolean;
|
|
4065
4014
|
flatMap?: boolean;
|
|
4066
4015
|
flat?: boolean;
|
|
4067
|
-
at?: boolean;
|
|
4068
4016
|
};
|
|
4069
|
-
at: never;
|
|
4070
4017
|
};
|
|
4071
4018
|
} | {
|
|
4072
4019
|
[x: number]: string | number | boolean | {
|
|
@@ -4139,9 +4086,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
4139
4086
|
includes?: boolean;
|
|
4140
4087
|
flatMap?: boolean;
|
|
4141
4088
|
flat?: boolean;
|
|
4142
|
-
at?: boolean;
|
|
4143
4089
|
};
|
|
4144
|
-
at: never;
|
|
4145
4090
|
};
|
|
4146
4091
|
};
|
|
4147
4092
|
id: string;
|
|
@@ -4358,9 +4303,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
4358
4303
|
includes?: boolean;
|
|
4359
4304
|
flatMap?: boolean;
|
|
4360
4305
|
flat?: boolean;
|
|
4361
|
-
at?: boolean;
|
|
4362
4306
|
};
|
|
4363
|
-
at: never;
|
|
4364
4307
|
};
|
|
4365
4308
|
} | {
|
|
4366
4309
|
[x: number]: string | number | boolean | {
|
|
@@ -4433,9 +4376,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
4433
4376
|
includes?: boolean;
|
|
4434
4377
|
flatMap?: boolean;
|
|
4435
4378
|
flat?: boolean;
|
|
4436
|
-
at?: boolean;
|
|
4437
4379
|
};
|
|
4438
|
-
at: never;
|
|
4439
4380
|
};
|
|
4440
4381
|
};
|
|
4441
4382
|
id: string;
|
|
@@ -4654,9 +4595,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
4654
4595
|
includes?: boolean;
|
|
4655
4596
|
flatMap?: boolean;
|
|
4656
4597
|
flat?: boolean;
|
|
4657
|
-
at?: boolean;
|
|
4658
4598
|
};
|
|
4659
|
-
at: never;
|
|
4660
4599
|
};
|
|
4661
4600
|
} | {
|
|
4662
4601
|
[x: number]: string | number | boolean | {
|
|
@@ -4729,9 +4668,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
4729
4668
|
includes?: boolean;
|
|
4730
4669
|
flatMap?: boolean;
|
|
4731
4670
|
flat?: boolean;
|
|
4732
|
-
at?: boolean;
|
|
4733
4671
|
};
|
|
4734
|
-
at: never;
|
|
4735
4672
|
};
|
|
4736
4673
|
};
|
|
4737
4674
|
id: string;
|
|
@@ -4959,9 +4896,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
4959
4896
|
includes?: boolean;
|
|
4960
4897
|
flatMap?: boolean;
|
|
4961
4898
|
flat?: boolean;
|
|
4962
|
-
at?: boolean;
|
|
4963
4899
|
};
|
|
4964
|
-
at: never;
|
|
4965
4900
|
};
|
|
4966
4901
|
} | {
|
|
4967
4902
|
[x: number]: string | number | boolean | {
|
|
@@ -5034,9 +4969,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
5034
4969
|
includes?: boolean;
|
|
5035
4970
|
flatMap?: boolean;
|
|
5036
4971
|
flat?: boolean;
|
|
5037
|
-
at?: boolean;
|
|
5038
4972
|
};
|
|
5039
|
-
at: never;
|
|
5040
4973
|
};
|
|
5041
4974
|
};
|
|
5042
4975
|
id: string;
|
|
@@ -5245,9 +5178,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
5245
5178
|
includes?: boolean;
|
|
5246
5179
|
flatMap?: boolean;
|
|
5247
5180
|
flat?: boolean;
|
|
5248
|
-
at?: boolean;
|
|
5249
5181
|
};
|
|
5250
|
-
at: never;
|
|
5251
5182
|
};
|
|
5252
5183
|
} | {
|
|
5253
5184
|
[x: number]: string | number | boolean | {
|
|
@@ -5320,9 +5251,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
5320
5251
|
includes?: boolean;
|
|
5321
5252
|
flatMap?: boolean;
|
|
5322
5253
|
flat?: boolean;
|
|
5323
|
-
at?: boolean;
|
|
5324
5254
|
};
|
|
5325
|
-
at: never;
|
|
5326
5255
|
};
|
|
5327
5256
|
};
|
|
5328
5257
|
id: string;
|
|
@@ -5426,9 +5355,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
5426
5355
|
includes?: boolean;
|
|
5427
5356
|
flatMap?: boolean;
|
|
5428
5357
|
flat?: boolean;
|
|
5429
|
-
at?: boolean;
|
|
5430
5358
|
};
|
|
5431
|
-
at: never;
|
|
5432
5359
|
};
|
|
5433
5360
|
} | {
|
|
5434
5361
|
[x: number]: string | number | boolean | {
|
|
@@ -5501,9 +5428,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
5501
5428
|
includes?: boolean;
|
|
5502
5429
|
flatMap?: boolean;
|
|
5503
5430
|
flat?: boolean;
|
|
5504
|
-
at?: boolean;
|
|
5505
5431
|
};
|
|
5506
|
-
at: never;
|
|
5507
5432
|
};
|
|
5508
5433
|
type: import("@prisma/client").$Enums.NoteType;
|
|
5509
5434
|
createdAt: string;
|
|
@@ -5727,9 +5652,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
5727
5652
|
includes?: boolean;
|
|
5728
5653
|
flatMap?: boolean;
|
|
5729
5654
|
flat?: boolean;
|
|
5730
|
-
at?: boolean;
|
|
5731
5655
|
};
|
|
5732
|
-
at: never;
|
|
5733
5656
|
};
|
|
5734
5657
|
} | {
|
|
5735
5658
|
[x: number]: string | number | boolean | {
|
|
@@ -5802,9 +5725,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
5802
5725
|
includes?: boolean;
|
|
5803
5726
|
flatMap?: boolean;
|
|
5804
5727
|
flat?: boolean;
|
|
5805
|
-
at?: boolean;
|
|
5806
5728
|
};
|
|
5807
|
-
at: never;
|
|
5808
5729
|
};
|
|
5809
5730
|
};
|
|
5810
5731
|
id: string;
|
|
@@ -6006,9 +5927,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
6006
5927
|
includes?: boolean;
|
|
6007
5928
|
flatMap?: boolean;
|
|
6008
5929
|
flat?: boolean;
|
|
6009
|
-
at?: boolean;
|
|
6010
5930
|
};
|
|
6011
|
-
at: never;
|
|
6012
5931
|
};
|
|
6013
5932
|
} | {
|
|
6014
5933
|
[x: number]: string | number | boolean | {
|
|
@@ -6081,9 +6000,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
6081
6000
|
includes?: boolean;
|
|
6082
6001
|
flatMap?: boolean;
|
|
6083
6002
|
flat?: boolean;
|
|
6084
|
-
at?: boolean;
|
|
6085
6003
|
};
|
|
6086
|
-
at: never;
|
|
6087
6004
|
};
|
|
6088
6005
|
type: import("@prisma/client").$Enums.NoteType;
|
|
6089
6006
|
createdAt: string;
|
|
@@ -6404,9 +6321,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
6404
6321
|
includes?: boolean;
|
|
6405
6322
|
flatMap?: boolean;
|
|
6406
6323
|
flat?: boolean;
|
|
6407
|
-
at?: boolean;
|
|
6408
6324
|
};
|
|
6409
|
-
at: never;
|
|
6410
6325
|
};
|
|
6411
6326
|
} | {
|
|
6412
6327
|
[x: number]: string | number | boolean | {
|
|
@@ -6479,9 +6394,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
6479
6394
|
includes?: boolean;
|
|
6480
6395
|
flatMap?: boolean;
|
|
6481
6396
|
flat?: boolean;
|
|
6482
|
-
at?: boolean;
|
|
6483
6397
|
};
|
|
6484
|
-
at: never;
|
|
6485
6398
|
};
|
|
6486
6399
|
}[];
|
|
6487
6400
|
outputFormat: "json";
|
|
@@ -6610,9 +6523,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
6610
6523
|
includes?: boolean;
|
|
6611
6524
|
flatMap?: boolean;
|
|
6612
6525
|
flat?: boolean;
|
|
6613
|
-
at?: boolean;
|
|
6614
6526
|
};
|
|
6615
|
-
at: never;
|
|
6616
6527
|
};
|
|
6617
6528
|
} | {
|
|
6618
6529
|
[x: number]: string | number | boolean | {
|
|
@@ -6685,9 +6596,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
6685
6596
|
includes?: boolean;
|
|
6686
6597
|
flatMap?: boolean;
|
|
6687
6598
|
flat?: boolean;
|
|
6688
|
-
at?: boolean;
|
|
6689
6599
|
};
|
|
6690
|
-
at: never;
|
|
6691
6600
|
};
|
|
6692
6601
|
};
|
|
6693
6602
|
outputFormat: "json";
|
|
@@ -6837,9 +6746,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
6837
6746
|
includes?: boolean;
|
|
6838
6747
|
flatMap?: boolean;
|
|
6839
6748
|
flat?: boolean;
|
|
6840
|
-
at?: boolean;
|
|
6841
6749
|
};
|
|
6842
|
-
at: never;
|
|
6843
6750
|
};
|
|
6844
6751
|
} | {
|
|
6845
6752
|
[x: number]: string | number | boolean | {
|
|
@@ -6912,9 +6819,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
6912
6819
|
includes?: boolean;
|
|
6913
6820
|
flatMap?: boolean;
|
|
6914
6821
|
flat?: boolean;
|
|
6915
|
-
at?: boolean;
|
|
6916
6822
|
};
|
|
6917
|
-
at: never;
|
|
6918
6823
|
};
|
|
6919
6824
|
};
|
|
6920
6825
|
outputFormat: "json";
|
|
@@ -7051,9 +6956,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
7051
6956
|
includes?: boolean;
|
|
7052
6957
|
flatMap?: boolean;
|
|
7053
6958
|
flat?: boolean;
|
|
7054
|
-
at?: boolean;
|
|
7055
6959
|
};
|
|
7056
|
-
at: never;
|
|
7057
6960
|
};
|
|
7058
6961
|
} | {
|
|
7059
6962
|
[x: number]: string | number | boolean | {
|
|
@@ -7126,9 +7029,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
7126
7029
|
includes?: boolean;
|
|
7127
7030
|
flatMap?: boolean;
|
|
7128
7031
|
flat?: boolean;
|
|
7129
|
-
at?: boolean;
|
|
7130
7032
|
};
|
|
7131
|
-
at: never;
|
|
7132
7033
|
};
|
|
7133
7034
|
};
|
|
7134
7035
|
outputFormat: "json";
|
|
@@ -7645,9 +7546,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
7645
7546
|
includes?: boolean;
|
|
7646
7547
|
flatMap?: boolean;
|
|
7647
7548
|
flat?: boolean;
|
|
7648
|
-
at?: boolean;
|
|
7649
7549
|
};
|
|
7650
|
-
at: never;
|
|
7651
7550
|
};
|
|
7652
7551
|
} | {
|
|
7653
7552
|
[x: number]: string | number | boolean | {
|
|
@@ -7720,9 +7619,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
7720
7619
|
includes?: boolean;
|
|
7721
7620
|
flatMap?: boolean;
|
|
7722
7621
|
flat?: boolean;
|
|
7723
|
-
at?: boolean;
|
|
7724
7622
|
};
|
|
7725
|
-
at: never;
|
|
7726
7623
|
};
|
|
7727
7624
|
};
|
|
7728
7625
|
id: string;
|
|
@@ -7927,9 +7824,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
7927
7824
|
includes?: boolean;
|
|
7928
7825
|
flatMap?: boolean;
|
|
7929
7826
|
flat?: boolean;
|
|
7930
|
-
at?: boolean;
|
|
7931
7827
|
};
|
|
7932
|
-
at: never;
|
|
7933
7828
|
};
|
|
7934
7829
|
} | {
|
|
7935
7830
|
[x: number]: string | number | boolean | {
|
|
@@ -8002,9 +7897,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
8002
7897
|
includes?: boolean;
|
|
8003
7898
|
flatMap?: boolean;
|
|
8004
7899
|
flat?: boolean;
|
|
8005
|
-
at?: boolean;
|
|
8006
7900
|
};
|
|
8007
|
-
at: never;
|
|
8008
7901
|
};
|
|
8009
7902
|
createdAt: string;
|
|
8010
7903
|
variant: {
|
|
@@ -8229,9 +8122,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
8229
8122
|
includes?: boolean;
|
|
8230
8123
|
flatMap?: boolean;
|
|
8231
8124
|
flat?: boolean;
|
|
8232
|
-
at?: boolean;
|
|
8233
8125
|
};
|
|
8234
|
-
at: never;
|
|
8235
8126
|
};
|
|
8236
8127
|
} | {
|
|
8237
8128
|
[x: number]: string | number | boolean | {
|
|
@@ -8304,9 +8195,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
8304
8195
|
includes?: boolean;
|
|
8305
8196
|
flatMap?: boolean;
|
|
8306
8197
|
flat?: boolean;
|
|
8307
|
-
at?: boolean;
|
|
8308
8198
|
};
|
|
8309
|
-
at: never;
|
|
8310
8199
|
};
|
|
8311
8200
|
};
|
|
8312
8201
|
id: string;
|
|
@@ -8524,9 +8413,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
8524
8413
|
includes?: boolean;
|
|
8525
8414
|
flatMap?: boolean;
|
|
8526
8415
|
flat?: boolean;
|
|
8527
|
-
at?: boolean;
|
|
8528
8416
|
};
|
|
8529
|
-
at: never;
|
|
8530
8417
|
};
|
|
8531
8418
|
} | {
|
|
8532
8419
|
[x: number]: string | number | boolean | {
|
|
@@ -8599,9 +8486,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
8599
8486
|
includes?: boolean;
|
|
8600
8487
|
flatMap?: boolean;
|
|
8601
8488
|
flat?: boolean;
|
|
8602
|
-
at?: boolean;
|
|
8603
8489
|
};
|
|
8604
|
-
at: never;
|
|
8605
8490
|
};
|
|
8606
8491
|
};
|
|
8607
8492
|
id: string;
|
|
@@ -8808,9 +8693,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
8808
8693
|
includes?: boolean;
|
|
8809
8694
|
flatMap?: boolean;
|
|
8810
8695
|
flat?: boolean;
|
|
8811
|
-
at?: boolean;
|
|
8812
8696
|
};
|
|
8813
|
-
at: never;
|
|
8814
8697
|
};
|
|
8815
8698
|
} | {
|
|
8816
8699
|
[x: number]: string | number | boolean | {
|
|
@@ -8883,9 +8766,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
8883
8766
|
includes?: boolean;
|
|
8884
8767
|
flatMap?: boolean;
|
|
8885
8768
|
flat?: boolean;
|
|
8886
|
-
at?: boolean;
|
|
8887
8769
|
};
|
|
8888
|
-
at: never;
|
|
8889
8770
|
};
|
|
8890
8771
|
};
|
|
8891
8772
|
id: string;
|
|
@@ -9098,9 +8979,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
9098
8979
|
includes?: boolean;
|
|
9099
8980
|
flatMap?: boolean;
|
|
9100
8981
|
flat?: boolean;
|
|
9101
|
-
at?: boolean;
|
|
9102
8982
|
};
|
|
9103
|
-
at: never;
|
|
9104
8983
|
};
|
|
9105
8984
|
} | {
|
|
9106
8985
|
[x: number]: string | number | boolean | {
|
|
@@ -9173,9 +9052,7 @@ export declare function createAdminRpcClients(baseURL: string): {
|
|
|
9173
9052
|
includes?: boolean;
|
|
9174
9053
|
flatMap?: boolean;
|
|
9175
9054
|
flat?: boolean;
|
|
9176
|
-
at?: boolean;
|
|
9177
9055
|
};
|
|
9178
|
-
at: never;
|
|
9179
9056
|
};
|
|
9180
9057
|
};
|
|
9181
9058
|
id: string;
|