@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.
Files changed (27) hide show
  1. package/dist/apps/backend/src/lib/utils.d.ts +1 -1
  2. package/dist/apps/backend/src/lib/utils.js +1 -1
  3. package/dist/apps/backend/src/routes/admin/abandoned-carts.d.ts +8 -0
  4. package/dist/apps/backend/src/routes/admin/customers.d.ts +4 -0
  5. package/dist/apps/backend/src/routes/admin/inventory.d.ts +4 -0
  6. package/dist/apps/backend/src/routes/admin/orders.d.ts +24 -0
  7. package/dist/apps/backend/src/routes/admin/products.d.ts +16 -0
  8. package/dist/apps/backend/src/routes/admin/stats.d.ts +4 -0
  9. package/dist/apps/backend/src/routes/admin/warehouses.d.ts +4 -0
  10. package/dist/apps/backend/src/routes/public/carts.d.ts +36 -0
  11. package/dist/apps/backend/src/routes/public/orders.d.ts +8 -0
  12. package/dist/apps/backend/src/routes/public/products.d.ts +8 -0
  13. package/dist/packages/api-client/src/fetchers/carts.d.ts +36 -0
  14. package/dist/packages/api-client/src/fetchers/orders.d.ts +8 -0
  15. package/dist/packages/api-client/src/fetchers/products.d.ts +8 -0
  16. package/dist/packages/api-client/src/hooks/admin/abandoned-carts.d.ts +8 -0
  17. package/dist/packages/api-client/src/hooks/admin/customers.d.ts +4 -0
  18. package/dist/packages/api-client/src/hooks/admin/inventory.d.ts +4 -0
  19. package/dist/packages/api-client/src/hooks/admin/orders.d.ts +24 -0
  20. package/dist/packages/api-client/src/hooks/admin/products.d.ts +8 -0
  21. package/dist/packages/api-client/src/hooks/admin/stats.d.ts +4 -0
  22. package/dist/packages/api-client/src/hooks/admin/warehouses.d.ts +4 -0
  23. package/dist/packages/api-client/src/hooks/public/carts.d.ts +36 -0
  24. package/dist/packages/api-client/src/hooks/public/orders.d.ts +8 -0
  25. package/dist/packages/api-client/src/hooks/public/products.d.ts +8 -0
  26. package/dist/packages/api-client/src/rpc-client.d.ts +116 -0
  27. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  import { Decimal } from '@prisma/client/runtime/library';
2
- export { WHATSAPP_HELP_NUMBER, WHATSAPP_HELP_NUMBER_FORMATTED, WHATSAPP_HELP_LINK } from '@oms/shared';
2
+ export { WHATSAPP_HELP_NUMBER, WHATSAPP_HELP_NUMBER_FORMATTED, WHATSAPP_HELP_LINK } from '@instockng/shared';
3
3
  /**
4
4
  * Convert Decimal to number for JSON responses
5
5
  */
@@ -1,5 +1,5 @@
1
1
  // Re-export shared constants
2
- export { WHATSAPP_HELP_NUMBER, WHATSAPP_HELP_NUMBER_FORMATTED, WHATSAPP_HELP_LINK } from '@oms/shared';
2
+ export { WHATSAPP_HELP_NUMBER, WHATSAPP_HELP_NUMBER_FORMATTED, WHATSAPP_HELP_LINK } from '@instockng/shared';
3
3
  /**
4
4
  * Convert Decimal to number for JSON responses
5
5
  */
@@ -136,7 +136,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
136
136
  includes?: boolean;
137
137
  flatMap?: boolean;
138
138
  flat?: boolean;
139
+ at?: boolean;
139
140
  };
141
+ at: never;
140
142
  };
141
143
  } | {
142
144
  [x: number]: string | number | boolean | {
@@ -209,7 +211,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
209
211
  includes?: boolean;
210
212
  flatMap?: boolean;
211
213
  flat?: boolean;
214
+ at?: boolean;
212
215
  };
216
+ at: never;
213
217
  };
214
218
  };
215
219
  id: string;
@@ -470,7 +474,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
470
474
  includes?: boolean;
471
475
  flatMap?: boolean;
472
476
  flat?: boolean;
477
+ at?: boolean;
473
478
  };
479
+ at: never;
474
480
  };
475
481
  } | {
476
482
  [x: number]: string | number | boolean | {
@@ -543,7 +549,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
543
549
  includes?: boolean;
544
550
  flatMap?: boolean;
545
551
  flat?: boolean;
552
+ at?: boolean;
546
553
  };
554
+ at: never;
547
555
  };
548
556
  };
549
557
  id: string;
@@ -165,7 +165,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
165
165
  includes?: boolean;
166
166
  flatMap?: boolean;
167
167
  flat?: boolean;
168
+ at?: boolean;
168
169
  };
170
+ at: never;
169
171
  };
170
172
  } | {
171
173
  [x: number]: string | number | boolean | {
@@ -238,7 +240,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
238
240
  includes?: boolean;
239
241
  flatMap?: boolean;
240
242
  flat?: boolean;
243
+ at?: boolean;
241
244
  };
245
+ at: never;
242
246
  };
243
247
  };
244
248
  id: string;
@@ -141,7 +141,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
141
141
  includes?: boolean;
142
142
  flatMap?: boolean;
143
143
  flat?: boolean;
144
+ at?: boolean;
144
145
  };
146
+ at: never;
145
147
  };
146
148
  } | {
147
149
  [x: number]: string | number | boolean | {
@@ -214,7 +216,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
214
216
  includes?: boolean;
215
217
  flatMap?: boolean;
216
218
  flat?: boolean;
219
+ at?: boolean;
217
220
  };
221
+ at: never;
218
222
  };
219
223
  createdAt: string;
220
224
  variant: {
@@ -139,7 +139,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
139
139
  includes?: boolean;
140
140
  flatMap?: boolean;
141
141
  flat?: boolean;
142
+ at?: boolean;
142
143
  };
144
+ at: never;
143
145
  };
144
146
  } | {
145
147
  [x: number]: string | number | boolean | {
@@ -212,7 +214,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
212
214
  includes?: boolean;
213
215
  flatMap?: boolean;
214
216
  flat?: boolean;
217
+ at?: boolean;
215
218
  };
219
+ at: never;
216
220
  };
217
221
  };
218
222
  id: string;
@@ -428,7 +432,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
428
432
  includes?: boolean;
429
433
  flatMap?: boolean;
430
434
  flat?: boolean;
435
+ at?: boolean;
431
436
  };
437
+ at: never;
432
438
  };
433
439
  } | {
434
440
  [x: number]: string | number | boolean | {
@@ -501,7 +507,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
501
507
  includes?: boolean;
502
508
  flatMap?: boolean;
503
509
  flat?: boolean;
510
+ at?: boolean;
504
511
  };
512
+ at: never;
505
513
  };
506
514
  };
507
515
  id: string;
@@ -717,7 +725,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
717
725
  includes?: boolean;
718
726
  flatMap?: boolean;
719
727
  flat?: boolean;
728
+ at?: boolean;
720
729
  };
730
+ at: never;
721
731
  };
722
732
  } | {
723
733
  [x: number]: string | number | boolean | {
@@ -790,7 +800,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
790
800
  includes?: boolean;
791
801
  flatMap?: boolean;
792
802
  flat?: boolean;
803
+ at?: boolean;
793
804
  };
805
+ at: never;
794
806
  };
795
807
  };
796
808
  id: string;
@@ -1017,7 +1029,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
1017
1029
  includes?: boolean;
1018
1030
  flatMap?: boolean;
1019
1031
  flat?: boolean;
1032
+ at?: boolean;
1020
1033
  };
1034
+ at: never;
1021
1035
  };
1022
1036
  } | {
1023
1037
  [x: number]: string | number | boolean | {
@@ -1090,7 +1104,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
1090
1104
  includes?: boolean;
1091
1105
  flatMap?: boolean;
1092
1106
  flat?: boolean;
1107
+ at?: boolean;
1093
1108
  };
1109
+ at: never;
1094
1110
  };
1095
1111
  };
1096
1112
  id: string;
@@ -1296,7 +1312,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
1296
1312
  includes?: boolean;
1297
1313
  flatMap?: boolean;
1298
1314
  flat?: boolean;
1315
+ at?: boolean;
1299
1316
  };
1317
+ at: never;
1300
1318
  };
1301
1319
  } | {
1302
1320
  [x: number]: string | number | boolean | {
@@ -1369,7 +1387,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
1369
1387
  includes?: boolean;
1370
1388
  flatMap?: boolean;
1371
1389
  flat?: boolean;
1390
+ at?: boolean;
1372
1391
  };
1392
+ at: never;
1373
1393
  };
1374
1394
  };
1375
1395
  id: string;
@@ -1584,7 +1604,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
1584
1604
  includes?: boolean;
1585
1605
  flatMap?: boolean;
1586
1606
  flat?: boolean;
1607
+ at?: boolean;
1587
1608
  };
1609
+ at: never;
1588
1610
  };
1589
1611
  } | {
1590
1612
  [x: number]: string | number | boolean | {
@@ -1657,7 +1679,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
1657
1679
  includes?: boolean;
1658
1680
  flatMap?: boolean;
1659
1681
  flat?: boolean;
1682
+ at?: boolean;
1660
1683
  };
1684
+ at: never;
1661
1685
  };
1662
1686
  };
1663
1687
  id: string;
@@ -110,7 +110,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
110
110
  includes?: boolean;
111
111
  flatMap?: boolean;
112
112
  flat?: boolean;
113
+ at?: boolean;
113
114
  };
115
+ at: never;
114
116
  };
115
117
  } | {
116
118
  [x: number]: string | number | boolean | {
@@ -183,7 +185,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
183
185
  includes?: boolean;
184
186
  flatMap?: boolean;
185
187
  flat?: boolean;
188
+ at?: boolean;
186
189
  };
190
+ at: never;
187
191
  };
188
192
  }[];
189
193
  outputFormat: "json";
@@ -330,7 +334,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
330
334
  includes?: boolean;
331
335
  flatMap?: boolean;
332
336
  flat?: boolean;
337
+ at?: boolean;
333
338
  };
339
+ at: never;
334
340
  };
335
341
  } | {
336
342
  [x: number]: string | number | boolean | {
@@ -403,7 +409,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
403
409
  includes?: boolean;
404
410
  flatMap?: boolean;
405
411
  flat?: boolean;
412
+ at?: boolean;
406
413
  };
414
+ at: never;
407
415
  };
408
416
  };
409
417
  outputFormat: "json";
@@ -535,7 +543,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
535
543
  includes?: boolean;
536
544
  flatMap?: boolean;
537
545
  flat?: boolean;
546
+ at?: boolean;
538
547
  };
548
+ at: never;
539
549
  };
540
550
  } | {
541
551
  [x: number]: string | number | boolean | {
@@ -608,7 +618,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
608
618
  includes?: boolean;
609
619
  flatMap?: boolean;
610
620
  flat?: boolean;
621
+ at?: boolean;
611
622
  };
623
+ at: never;
612
624
  };
613
625
  };
614
626
  outputFormat: "json";
@@ -740,7 +752,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
740
752
  includes?: boolean;
741
753
  flatMap?: boolean;
742
754
  flat?: boolean;
755
+ at?: boolean;
743
756
  };
757
+ at: never;
744
758
  };
745
759
  } | {
746
760
  [x: number]: string | number | boolean | {
@@ -813,7 +827,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
813
827
  includes?: boolean;
814
828
  flatMap?: boolean;
815
829
  flat?: boolean;
830
+ at?: boolean;
816
831
  };
832
+ at: never;
817
833
  };
818
834
  };
819
835
  outputFormat: "json";
@@ -147,7 +147,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
147
147
  includes?: boolean;
148
148
  flatMap?: boolean;
149
149
  flat?: boolean;
150
+ at?: boolean;
150
151
  };
152
+ at: never;
151
153
  };
152
154
  } | {
153
155
  [x: number]: string | number | boolean | {
@@ -220,7 +222,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
220
222
  includes?: boolean;
221
223
  flatMap?: boolean;
222
224
  flat?: boolean;
225
+ at?: boolean;
223
226
  };
227
+ at: never;
224
228
  };
225
229
  };
226
230
  id: string;
@@ -213,7 +213,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
213
213
  includes?: boolean;
214
214
  flatMap?: boolean;
215
215
  flat?: boolean;
216
+ at?: boolean;
216
217
  };
218
+ at: never;
217
219
  };
218
220
  } | {
219
221
  [x: number]: string | number | boolean | {
@@ -286,7 +288,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
286
288
  includes?: boolean;
287
289
  flatMap?: boolean;
288
290
  flat?: boolean;
291
+ at?: boolean;
289
292
  };
293
+ at: never;
290
294
  };
291
295
  };
292
296
  id: string;
@@ -145,7 +145,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
145
145
  includes?: boolean;
146
146
  flatMap?: boolean;
147
147
  flat?: boolean;
148
+ at?: boolean;
148
149
  };
150
+ at: never;
149
151
  };
150
152
  } | {
151
153
  [x: number]: string | number | boolean | {
@@ -218,7 +220,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
218
220
  includes?: boolean;
219
221
  flatMap?: boolean;
220
222
  flat?: boolean;
223
+ at?: boolean;
221
224
  };
225
+ at: never;
222
226
  };
223
227
  };
224
228
  id: string;
@@ -426,7 +430,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
426
430
  includes?: boolean;
427
431
  flatMap?: boolean;
428
432
  flat?: boolean;
433
+ at?: boolean;
429
434
  };
435
+ at: never;
430
436
  };
431
437
  } | {
432
438
  [x: number]: string | number | boolean | {
@@ -499,7 +505,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
499
505
  includes?: boolean;
500
506
  flatMap?: boolean;
501
507
  flat?: boolean;
508
+ at?: boolean;
502
509
  };
510
+ at: never;
503
511
  };
504
512
  };
505
513
  id: string;
@@ -697,7 +705,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
697
705
  includes?: boolean;
698
706
  flatMap?: boolean;
699
707
  flat?: boolean;
708
+ at?: boolean;
700
709
  };
710
+ at: never;
701
711
  };
702
712
  } | {
703
713
  [x: number]: string | number | boolean | {
@@ -770,7 +780,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
770
780
  includes?: boolean;
771
781
  flatMap?: boolean;
772
782
  flat?: boolean;
783
+ at?: boolean;
773
784
  };
785
+ at: never;
774
786
  };
775
787
  };
776
788
  id: string;
@@ -982,7 +994,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
982
994
  includes?: boolean;
983
995
  flatMap?: boolean;
984
996
  flat?: boolean;
997
+ at?: boolean;
985
998
  };
999
+ at: never;
986
1000
  };
987
1001
  } | {
988
1002
  [x: number]: string | number | boolean | {
@@ -1055,7 +1069,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
1055
1069
  includes?: boolean;
1056
1070
  flatMap?: boolean;
1057
1071
  flat?: boolean;
1072
+ at?: boolean;
1058
1073
  };
1074
+ at: never;
1059
1075
  };
1060
1076
  };
1061
1077
  id: string;
@@ -1267,7 +1283,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
1267
1283
  includes?: boolean;
1268
1284
  flatMap?: boolean;
1269
1285
  flat?: boolean;
1286
+ at?: boolean;
1270
1287
  };
1288
+ at: never;
1271
1289
  };
1272
1290
  } | {
1273
1291
  [x: number]: string | number | boolean | {
@@ -1340,7 +1358,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
1340
1358
  includes?: boolean;
1341
1359
  flatMap?: boolean;
1342
1360
  flat?: boolean;
1361
+ at?: boolean;
1343
1362
  };
1363
+ at: never;
1344
1364
  };
1345
1365
  };
1346
1366
  id: string;
@@ -1552,7 +1572,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
1552
1572
  includes?: boolean;
1553
1573
  flatMap?: boolean;
1554
1574
  flat?: boolean;
1575
+ at?: boolean;
1555
1576
  };
1577
+ at: never;
1556
1578
  };
1557
1579
  } | {
1558
1580
  [x: number]: string | number | boolean | {
@@ -1625,7 +1647,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
1625
1647
  includes?: boolean;
1626
1648
  flatMap?: boolean;
1627
1649
  flat?: boolean;
1650
+ at?: boolean;
1628
1651
  };
1652
+ at: never;
1629
1653
  };
1630
1654
  };
1631
1655
  id: string;
@@ -1839,7 +1863,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
1839
1863
  includes?: boolean;
1840
1864
  flatMap?: boolean;
1841
1865
  flat?: boolean;
1866
+ at?: boolean;
1842
1867
  };
1868
+ at: never;
1843
1869
  };
1844
1870
  } | {
1845
1871
  [x: number]: string | number | boolean | {
@@ -1912,7 +1938,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
1912
1938
  includes?: boolean;
1913
1939
  flatMap?: boolean;
1914
1940
  flat?: boolean;
1941
+ at?: boolean;
1915
1942
  };
1943
+ at: never;
1916
1944
  };
1917
1945
  };
1918
1946
  id: string;
@@ -2146,7 +2174,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
2146
2174
  includes?: boolean;
2147
2175
  flatMap?: boolean;
2148
2176
  flat?: boolean;
2177
+ at?: boolean;
2149
2178
  };
2179
+ at: never;
2150
2180
  };
2151
2181
  } | {
2152
2182
  [x: number]: string | number | boolean | {
@@ -2219,7 +2249,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
2219
2249
  includes?: boolean;
2220
2250
  flatMap?: boolean;
2221
2251
  flat?: boolean;
2252
+ at?: boolean;
2222
2253
  };
2254
+ at: never;
2223
2255
  };
2224
2256
  };
2225
2257
  id: string;
@@ -2511,7 +2543,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
2511
2543
  includes?: boolean;
2512
2544
  flatMap?: boolean;
2513
2545
  flat?: boolean;
2546
+ at?: boolean;
2514
2547
  };
2548
+ at: never;
2515
2549
  };
2516
2550
  } | {
2517
2551
  [x: number]: string | number | boolean | {
@@ -2584,7 +2618,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
2584
2618
  includes?: boolean;
2585
2619
  flatMap?: boolean;
2586
2620
  flat?: boolean;
2621
+ at?: boolean;
2587
2622
  };
2623
+ at: never;
2588
2624
  };
2589
2625
  };
2590
2626
  id: string;
@@ -163,7 +163,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
163
163
  includes?: boolean;
164
164
  flatMap?: boolean;
165
165
  flat?: boolean;
166
+ at?: boolean;
166
167
  };
168
+ at: never;
167
169
  };
168
170
  } | {
169
171
  [x: number]: string | number | boolean | {
@@ -236,7 +238,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
236
238
  includes?: boolean;
237
239
  flatMap?: boolean;
238
240
  flat?: boolean;
241
+ at?: boolean;
239
242
  };
243
+ at: never;
240
244
  };
241
245
  };
242
246
  id: string;
@@ -467,7 +471,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
467
471
  includes?: boolean;
468
472
  flatMap?: boolean;
469
473
  flat?: boolean;
474
+ at?: boolean;
470
475
  };
476
+ at: never;
471
477
  };
472
478
  } | {
473
479
  [x: number]: string | number | boolean | {
@@ -540,7 +546,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
540
546
  includes?: boolean;
541
547
  flatMap?: boolean;
542
548
  flat?: boolean;
549
+ at?: boolean;
543
550
  };
551
+ at: never;
544
552
  };
545
553
  };
546
554
  id: string;
@@ -128,7 +128,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
128
128
  includes?: boolean;
129
129
  flatMap?: boolean;
130
130
  flat?: boolean;
131
+ at?: boolean;
131
132
  };
133
+ at: never;
132
134
  };
133
135
  } | {
134
136
  [x: number]: string | number | boolean | {
@@ -201,7 +203,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
201
203
  includes?: boolean;
202
204
  flatMap?: boolean;
203
205
  flat?: boolean;
206
+ at?: boolean;
204
207
  };
208
+ at: never;
205
209
  };
206
210
  };
207
211
  outputFormat: "json";
@@ -351,7 +355,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
351
355
  includes?: boolean;
352
356
  flatMap?: boolean;
353
357
  flat?: boolean;
358
+ at?: boolean;
354
359
  };
360
+ at: never;
355
361
  };
356
362
  } | {
357
363
  [x: number]: string | number | boolean | {
@@ -424,7 +430,9 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
424
430
  includes?: boolean;
425
431
  flatMap?: boolean;
426
432
  flat?: boolean;
433
+ at?: boolean;
427
434
  };
435
+ at: never;
428
436
  };
429
437
  }[];
430
438
  outputFormat: "json";