@deliverart/sdk-js-menu 2.4.15 → 2.4.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/index.d.cts +86 -0
- package/dist/index.d.ts +86 -0
- package/package.json +6 -6
package/dist/index.d.cts
CHANGED
|
@@ -79,6 +79,7 @@ declare const menuItemChoiceSchema: z.ZodObject<{
|
|
|
79
79
|
variant: z.ZodNullable<z.ZodString>;
|
|
80
80
|
contentUrl: z.ZodURL;
|
|
81
81
|
filePath: z.ZodString;
|
|
82
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
82
83
|
createdAt: z.ZodString;
|
|
83
84
|
updatedAt: z.ZodString;
|
|
84
85
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -86,6 +87,7 @@ declare const menuItemChoiceSchema: z.ZodObject<{
|
|
|
86
87
|
variant: z.ZodNullable<z.ZodString>;
|
|
87
88
|
contentUrl: z.ZodURL;
|
|
88
89
|
filePath: z.ZodString;
|
|
90
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
89
91
|
createdAt: z.ZodString;
|
|
90
92
|
updatedAt: z.ZodString;
|
|
91
93
|
}, z.core.$strip>>>;
|
|
@@ -155,6 +157,7 @@ declare const menuItemItemSchema: z.ZodObject<{
|
|
|
155
157
|
variant: z.ZodNullable<z.ZodString>;
|
|
156
158
|
contentUrl: z.ZodURL;
|
|
157
159
|
filePath: z.ZodString;
|
|
160
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
158
161
|
createdAt: z.ZodString;
|
|
159
162
|
updatedAt: z.ZodString;
|
|
160
163
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -162,6 +165,7 @@ declare const menuItemItemSchema: z.ZodObject<{
|
|
|
162
165
|
variant: z.ZodNullable<z.ZodString>;
|
|
163
166
|
contentUrl: z.ZodURL;
|
|
164
167
|
filePath: z.ZodString;
|
|
168
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
165
169
|
createdAt: z.ZodString;
|
|
166
170
|
updatedAt: z.ZodString;
|
|
167
171
|
}, z.core.$strip>>>;
|
|
@@ -231,6 +235,7 @@ declare const menuItemBundleSchema: z.ZodObject<{
|
|
|
231
235
|
variant: z.ZodNullable<z.ZodString>;
|
|
232
236
|
contentUrl: z.ZodURL;
|
|
233
237
|
filePath: z.ZodString;
|
|
238
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
234
239
|
createdAt: z.ZodString;
|
|
235
240
|
updatedAt: z.ZodString;
|
|
236
241
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -238,6 +243,7 @@ declare const menuItemBundleSchema: z.ZodObject<{
|
|
|
238
243
|
variant: z.ZodNullable<z.ZodString>;
|
|
239
244
|
contentUrl: z.ZodURL;
|
|
240
245
|
filePath: z.ZodString;
|
|
246
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
241
247
|
createdAt: z.ZodString;
|
|
242
248
|
updatedAt: z.ZodString;
|
|
243
249
|
}, z.core.$strip>>>;
|
|
@@ -303,6 +309,7 @@ declare const menuItemSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
303
309
|
variant: z.ZodNullable<z.ZodString>;
|
|
304
310
|
contentUrl: z.ZodURL;
|
|
305
311
|
filePath: z.ZodString;
|
|
312
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
306
313
|
createdAt: z.ZodString;
|
|
307
314
|
updatedAt: z.ZodString;
|
|
308
315
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -310,6 +317,7 @@ declare const menuItemSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
310
317
|
variant: z.ZodNullable<z.ZodString>;
|
|
311
318
|
contentUrl: z.ZodURL;
|
|
312
319
|
filePath: z.ZodString;
|
|
320
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
313
321
|
createdAt: z.ZodString;
|
|
314
322
|
updatedAt: z.ZodString;
|
|
315
323
|
}, z.core.$strip>>>;
|
|
@@ -378,6 +386,7 @@ declare const menuItemSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
378
386
|
variant: z.ZodNullable<z.ZodString>;
|
|
379
387
|
contentUrl: z.ZodURL;
|
|
380
388
|
filePath: z.ZodString;
|
|
389
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
381
390
|
createdAt: z.ZodString;
|
|
382
391
|
updatedAt: z.ZodString;
|
|
383
392
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -385,6 +394,7 @@ declare const menuItemSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
385
394
|
variant: z.ZodNullable<z.ZodString>;
|
|
386
395
|
contentUrl: z.ZodURL;
|
|
387
396
|
filePath: z.ZodString;
|
|
397
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
388
398
|
createdAt: z.ZodString;
|
|
389
399
|
updatedAt: z.ZodString;
|
|
390
400
|
}, z.core.$strip>>>;
|
|
@@ -453,6 +463,7 @@ declare const menuItemSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
453
463
|
variant: z.ZodNullable<z.ZodString>;
|
|
454
464
|
contentUrl: z.ZodURL;
|
|
455
465
|
filePath: z.ZodString;
|
|
466
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
456
467
|
createdAt: z.ZodString;
|
|
457
468
|
updatedAt: z.ZodString;
|
|
458
469
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -460,6 +471,7 @@ declare const menuItemSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
460
471
|
variant: z.ZodNullable<z.ZodString>;
|
|
461
472
|
contentUrl: z.ZodURL;
|
|
462
473
|
filePath: z.ZodString;
|
|
474
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
463
475
|
createdAt: z.ZodString;
|
|
464
476
|
updatedAt: z.ZodString;
|
|
465
477
|
}, z.core.$strip>>>;
|
|
@@ -526,6 +538,7 @@ declare const menuItemDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
526
538
|
variant: z.ZodNullable<z.ZodString>;
|
|
527
539
|
contentUrl: z.ZodURL;
|
|
528
540
|
filePath: z.ZodString;
|
|
541
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
529
542
|
createdAt: z.ZodString;
|
|
530
543
|
updatedAt: z.ZodString;
|
|
531
544
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -533,6 +546,7 @@ declare const menuItemDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
533
546
|
variant: z.ZodNullable<z.ZodString>;
|
|
534
547
|
contentUrl: z.ZodURL;
|
|
535
548
|
filePath: z.ZodString;
|
|
549
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
536
550
|
createdAt: z.ZodString;
|
|
537
551
|
updatedAt: z.ZodString;
|
|
538
552
|
}, z.core.$strip>>>;
|
|
@@ -601,6 +615,7 @@ declare const menuItemDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
601
615
|
variant: z.ZodNullable<z.ZodString>;
|
|
602
616
|
contentUrl: z.ZodURL;
|
|
603
617
|
filePath: z.ZodString;
|
|
618
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
604
619
|
createdAt: z.ZodString;
|
|
605
620
|
updatedAt: z.ZodString;
|
|
606
621
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -608,6 +623,7 @@ declare const menuItemDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
608
623
|
variant: z.ZodNullable<z.ZodString>;
|
|
609
624
|
contentUrl: z.ZodURL;
|
|
610
625
|
filePath: z.ZodString;
|
|
626
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
611
627
|
createdAt: z.ZodString;
|
|
612
628
|
updatedAt: z.ZodString;
|
|
613
629
|
}, z.core.$strip>>>;
|
|
@@ -676,6 +692,7 @@ declare const menuItemDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
676
692
|
variant: z.ZodNullable<z.ZodString>;
|
|
677
693
|
contentUrl: z.ZodURL;
|
|
678
694
|
filePath: z.ZodString;
|
|
695
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
679
696
|
createdAt: z.ZodString;
|
|
680
697
|
updatedAt: z.ZodString;
|
|
681
698
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -683,6 +700,7 @@ declare const menuItemDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
683
700
|
variant: z.ZodNullable<z.ZodString>;
|
|
684
701
|
contentUrl: z.ZodURL;
|
|
685
702
|
filePath: z.ZodString;
|
|
703
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
686
704
|
createdAt: z.ZodString;
|
|
687
705
|
updatedAt: z.ZodString;
|
|
688
706
|
}, z.core.$strip>>>;
|
|
@@ -767,6 +785,7 @@ declare const menuItemCategorySchema: z.ZodObject<{
|
|
|
767
785
|
variant: z.ZodNullable<z.ZodString>;
|
|
768
786
|
contentUrl: z.ZodURL;
|
|
769
787
|
filePath: z.ZodString;
|
|
788
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
770
789
|
createdAt: z.ZodString;
|
|
771
790
|
updatedAt: z.ZodString;
|
|
772
791
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -774,6 +793,7 @@ declare const menuItemCategorySchema: z.ZodObject<{
|
|
|
774
793
|
variant: z.ZodNullable<z.ZodString>;
|
|
775
794
|
contentUrl: z.ZodURL;
|
|
776
795
|
filePath: z.ZodString;
|
|
796
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
777
797
|
createdAt: z.ZodString;
|
|
778
798
|
updatedAt: z.ZodString;
|
|
779
799
|
}, z.core.$strip>>>;
|
|
@@ -800,6 +820,7 @@ declare const menuItemCategoryDetailsSchema: z.ZodObject<{
|
|
|
800
820
|
variant: z.ZodNullable<z.ZodString>;
|
|
801
821
|
contentUrl: z.ZodURL;
|
|
802
822
|
filePath: z.ZodString;
|
|
823
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
803
824
|
createdAt: z.ZodString;
|
|
804
825
|
updatedAt: z.ZodString;
|
|
805
826
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -807,6 +828,7 @@ declare const menuItemCategoryDetailsSchema: z.ZodObject<{
|
|
|
807
828
|
variant: z.ZodNullable<z.ZodString>;
|
|
808
829
|
contentUrl: z.ZodURL;
|
|
809
830
|
filePath: z.ZodString;
|
|
831
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
810
832
|
createdAt: z.ZodString;
|
|
811
833
|
updatedAt: z.ZodString;
|
|
812
834
|
}, z.core.$strip>>>;
|
|
@@ -1401,6 +1423,7 @@ declare const createMenuItemCategoryResponseSchema: z.ZodObject<{
|
|
|
1401
1423
|
variant: z.ZodNullable<z.ZodString>;
|
|
1402
1424
|
contentUrl: z.ZodURL;
|
|
1403
1425
|
filePath: z.ZodString;
|
|
1426
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1404
1427
|
createdAt: z.ZodString;
|
|
1405
1428
|
updatedAt: z.ZodString;
|
|
1406
1429
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -1408,6 +1431,7 @@ declare const createMenuItemCategoryResponseSchema: z.ZodObject<{
|
|
|
1408
1431
|
variant: z.ZodNullable<z.ZodString>;
|
|
1409
1432
|
contentUrl: z.ZodURL;
|
|
1410
1433
|
filePath: z.ZodString;
|
|
1434
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1411
1435
|
createdAt: z.ZodString;
|
|
1412
1436
|
updatedAt: z.ZodString;
|
|
1413
1437
|
}, z.core.$strip>>>;
|
|
@@ -1453,6 +1477,7 @@ declare class CreateMenuItemCategory extends AbstractApiRequest<typeof createMen
|
|
|
1453
1477
|
variant: z.ZodNullable<z.ZodString>;
|
|
1454
1478
|
contentUrl: z.ZodURL;
|
|
1455
1479
|
filePath: z.ZodString;
|
|
1480
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1456
1481
|
createdAt: z.ZodString;
|
|
1457
1482
|
updatedAt: z.ZodString;
|
|
1458
1483
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -1460,6 +1485,7 @@ declare class CreateMenuItemCategory extends AbstractApiRequest<typeof createMen
|
|
|
1460
1485
|
variant: z.ZodNullable<z.ZodString>;
|
|
1461
1486
|
contentUrl: z.ZodURL;
|
|
1462
1487
|
filePath: z.ZodString;
|
|
1488
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1463
1489
|
createdAt: z.ZodString;
|
|
1464
1490
|
updatedAt: z.ZodString;
|
|
1465
1491
|
}, z.core.$strip>>>;
|
|
@@ -1527,6 +1553,7 @@ declare const getMenuItemCategoriesResponseSchema: z.ZodObject<{
|
|
|
1527
1553
|
variant: z.ZodNullable<z.ZodString>;
|
|
1528
1554
|
contentUrl: z.ZodURL;
|
|
1529
1555
|
filePath: z.ZodString;
|
|
1556
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1530
1557
|
createdAt: z.ZodString;
|
|
1531
1558
|
updatedAt: z.ZodString;
|
|
1532
1559
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -1534,6 +1561,7 @@ declare const getMenuItemCategoriesResponseSchema: z.ZodObject<{
|
|
|
1534
1561
|
variant: z.ZodNullable<z.ZodString>;
|
|
1535
1562
|
contentUrl: z.ZodURL;
|
|
1536
1563
|
filePath: z.ZodString;
|
|
1564
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1537
1565
|
createdAt: z.ZodString;
|
|
1538
1566
|
updatedAt: z.ZodString;
|
|
1539
1567
|
}, z.core.$strip>>>;
|
|
@@ -1575,6 +1603,7 @@ declare class GetMenuItemCategories extends AbstractApiRequest<typeof getMenuIte
|
|
|
1575
1603
|
variant: z.ZodNullable<z.ZodString>;
|
|
1576
1604
|
contentUrl: z.ZodURL;
|
|
1577
1605
|
filePath: z.ZodString;
|
|
1606
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1578
1607
|
createdAt: z.ZodString;
|
|
1579
1608
|
updatedAt: z.ZodString;
|
|
1580
1609
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -1582,6 +1611,7 @@ declare class GetMenuItemCategories extends AbstractApiRequest<typeof getMenuIte
|
|
|
1582
1611
|
variant: z.ZodNullable<z.ZodString>;
|
|
1583
1612
|
contentUrl: z.ZodURL;
|
|
1584
1613
|
filePath: z.ZodString;
|
|
1614
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1585
1615
|
createdAt: z.ZodString;
|
|
1586
1616
|
updatedAt: z.ZodString;
|
|
1587
1617
|
}, z.core.$strip>>>;
|
|
@@ -1642,6 +1672,7 @@ declare const getMenuItemCategoryDetailsResponseSchema: z.ZodObject<{
|
|
|
1642
1672
|
variant: z.ZodNullable<z.ZodString>;
|
|
1643
1673
|
contentUrl: z.ZodURL;
|
|
1644
1674
|
filePath: z.ZodString;
|
|
1675
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1645
1676
|
createdAt: z.ZodString;
|
|
1646
1677
|
updatedAt: z.ZodString;
|
|
1647
1678
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -1649,6 +1680,7 @@ declare const getMenuItemCategoryDetailsResponseSchema: z.ZodObject<{
|
|
|
1649
1680
|
variant: z.ZodNullable<z.ZodString>;
|
|
1650
1681
|
contentUrl: z.ZodURL;
|
|
1651
1682
|
filePath: z.ZodString;
|
|
1683
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1652
1684
|
createdAt: z.ZodString;
|
|
1653
1685
|
updatedAt: z.ZodString;
|
|
1654
1686
|
}, z.core.$strip>>>;
|
|
@@ -1681,6 +1713,7 @@ declare class GetMenuItemCategoryDetails extends AbstractApiRequest<typeof getMe
|
|
|
1681
1713
|
variant: z.ZodNullable<z.ZodString>;
|
|
1682
1714
|
contentUrl: z.ZodURL;
|
|
1683
1715
|
filePath: z.ZodString;
|
|
1716
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1684
1717
|
createdAt: z.ZodString;
|
|
1685
1718
|
updatedAt: z.ZodString;
|
|
1686
1719
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -1688,6 +1721,7 @@ declare class GetMenuItemCategoryDetails extends AbstractApiRequest<typeof getMe
|
|
|
1688
1721
|
variant: z.ZodNullable<z.ZodString>;
|
|
1689
1722
|
contentUrl: z.ZodURL;
|
|
1690
1723
|
filePath: z.ZodString;
|
|
1724
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1691
1725
|
createdAt: z.ZodString;
|
|
1692
1726
|
updatedAt: z.ZodString;
|
|
1693
1727
|
}, z.core.$strip>>>;
|
|
@@ -1735,6 +1769,7 @@ declare const updateMenuItemCategoryResponseSchema: z.ZodObject<{
|
|
|
1735
1769
|
variant: z.ZodNullable<z.ZodString>;
|
|
1736
1770
|
contentUrl: z.ZodURL;
|
|
1737
1771
|
filePath: z.ZodString;
|
|
1772
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1738
1773
|
createdAt: z.ZodString;
|
|
1739
1774
|
updatedAt: z.ZodString;
|
|
1740
1775
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -1742,6 +1777,7 @@ declare const updateMenuItemCategoryResponseSchema: z.ZodObject<{
|
|
|
1742
1777
|
variant: z.ZodNullable<z.ZodString>;
|
|
1743
1778
|
contentUrl: z.ZodURL;
|
|
1744
1779
|
filePath: z.ZodString;
|
|
1780
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1745
1781
|
createdAt: z.ZodString;
|
|
1746
1782
|
updatedAt: z.ZodString;
|
|
1747
1783
|
}, z.core.$strip>>>;
|
|
@@ -1786,6 +1822,7 @@ declare class UpdateMenuItemCategory extends AbstractApiRequest<typeof updateMen
|
|
|
1786
1822
|
variant: z.ZodNullable<z.ZodString>;
|
|
1787
1823
|
contentUrl: z.ZodURL;
|
|
1788
1824
|
filePath: z.ZodString;
|
|
1825
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1789
1826
|
createdAt: z.ZodString;
|
|
1790
1827
|
updatedAt: z.ZodString;
|
|
1791
1828
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -1793,6 +1830,7 @@ declare class UpdateMenuItemCategory extends AbstractApiRequest<typeof updateMen
|
|
|
1793
1830
|
variant: z.ZodNullable<z.ZodString>;
|
|
1794
1831
|
contentUrl: z.ZodURL;
|
|
1795
1832
|
filePath: z.ZodString;
|
|
1833
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1796
1834
|
createdAt: z.ZodString;
|
|
1797
1835
|
updatedAt: z.ZodString;
|
|
1798
1836
|
}, z.core.$strip>>>;
|
|
@@ -2709,6 +2747,7 @@ declare const createMenuItemResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
2709
2747
|
variant: z.ZodNullable<z.ZodString>;
|
|
2710
2748
|
contentUrl: z.ZodURL;
|
|
2711
2749
|
filePath: z.ZodString;
|
|
2750
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
2712
2751
|
createdAt: z.ZodString;
|
|
2713
2752
|
updatedAt: z.ZodString;
|
|
2714
2753
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -2716,6 +2755,7 @@ declare const createMenuItemResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
2716
2755
|
variant: z.ZodNullable<z.ZodString>;
|
|
2717
2756
|
contentUrl: z.ZodURL;
|
|
2718
2757
|
filePath: z.ZodString;
|
|
2758
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
2719
2759
|
createdAt: z.ZodString;
|
|
2720
2760
|
updatedAt: z.ZodString;
|
|
2721
2761
|
}, z.core.$strip>>>;
|
|
@@ -2784,6 +2824,7 @@ declare const createMenuItemResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
2784
2824
|
variant: z.ZodNullable<z.ZodString>;
|
|
2785
2825
|
contentUrl: z.ZodURL;
|
|
2786
2826
|
filePath: z.ZodString;
|
|
2827
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
2787
2828
|
createdAt: z.ZodString;
|
|
2788
2829
|
updatedAt: z.ZodString;
|
|
2789
2830
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -2791,6 +2832,7 @@ declare const createMenuItemResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
2791
2832
|
variant: z.ZodNullable<z.ZodString>;
|
|
2792
2833
|
contentUrl: z.ZodURL;
|
|
2793
2834
|
filePath: z.ZodString;
|
|
2835
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
2794
2836
|
createdAt: z.ZodString;
|
|
2795
2837
|
updatedAt: z.ZodString;
|
|
2796
2838
|
}, z.core.$strip>>>;
|
|
@@ -2859,6 +2901,7 @@ declare const createMenuItemResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
2859
2901
|
variant: z.ZodNullable<z.ZodString>;
|
|
2860
2902
|
contentUrl: z.ZodURL;
|
|
2861
2903
|
filePath: z.ZodString;
|
|
2904
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
2862
2905
|
createdAt: z.ZodString;
|
|
2863
2906
|
updatedAt: z.ZodString;
|
|
2864
2907
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -2866,6 +2909,7 @@ declare const createMenuItemResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
2866
2909
|
variant: z.ZodNullable<z.ZodString>;
|
|
2867
2910
|
contentUrl: z.ZodURL;
|
|
2868
2911
|
filePath: z.ZodString;
|
|
2912
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
2869
2913
|
createdAt: z.ZodString;
|
|
2870
2914
|
updatedAt: z.ZodString;
|
|
2871
2915
|
}, z.core.$strip>>>;
|
|
@@ -2995,6 +3039,7 @@ declare class CreateMenuItem extends AbstractApiRequest<typeof createMenuItemInp
|
|
|
2995
3039
|
variant: z.ZodNullable<z.ZodString>;
|
|
2996
3040
|
contentUrl: z.ZodURL;
|
|
2997
3041
|
filePath: z.ZodString;
|
|
3042
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
2998
3043
|
createdAt: z.ZodString;
|
|
2999
3044
|
updatedAt: z.ZodString;
|
|
3000
3045
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -3002,6 +3047,7 @@ declare class CreateMenuItem extends AbstractApiRequest<typeof createMenuItemInp
|
|
|
3002
3047
|
variant: z.ZodNullable<z.ZodString>;
|
|
3003
3048
|
contentUrl: z.ZodURL;
|
|
3004
3049
|
filePath: z.ZodString;
|
|
3050
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3005
3051
|
createdAt: z.ZodString;
|
|
3006
3052
|
updatedAt: z.ZodString;
|
|
3007
3053
|
}, z.core.$strip>>>;
|
|
@@ -3070,6 +3116,7 @@ declare class CreateMenuItem extends AbstractApiRequest<typeof createMenuItemInp
|
|
|
3070
3116
|
variant: z.ZodNullable<z.ZodString>;
|
|
3071
3117
|
contentUrl: z.ZodURL;
|
|
3072
3118
|
filePath: z.ZodString;
|
|
3119
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3073
3120
|
createdAt: z.ZodString;
|
|
3074
3121
|
updatedAt: z.ZodString;
|
|
3075
3122
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -3077,6 +3124,7 @@ declare class CreateMenuItem extends AbstractApiRequest<typeof createMenuItemInp
|
|
|
3077
3124
|
variant: z.ZodNullable<z.ZodString>;
|
|
3078
3125
|
contentUrl: z.ZodURL;
|
|
3079
3126
|
filePath: z.ZodString;
|
|
3127
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3080
3128
|
createdAt: z.ZodString;
|
|
3081
3129
|
updatedAt: z.ZodString;
|
|
3082
3130
|
}, z.core.$strip>>>;
|
|
@@ -3145,6 +3193,7 @@ declare class CreateMenuItem extends AbstractApiRequest<typeof createMenuItemInp
|
|
|
3145
3193
|
variant: z.ZodNullable<z.ZodString>;
|
|
3146
3194
|
contentUrl: z.ZodURL;
|
|
3147
3195
|
filePath: z.ZodString;
|
|
3196
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3148
3197
|
createdAt: z.ZodString;
|
|
3149
3198
|
updatedAt: z.ZodString;
|
|
3150
3199
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -3152,6 +3201,7 @@ declare class CreateMenuItem extends AbstractApiRequest<typeof createMenuItemInp
|
|
|
3152
3201
|
variant: z.ZodNullable<z.ZodString>;
|
|
3153
3202
|
contentUrl: z.ZodURL;
|
|
3154
3203
|
filePath: z.ZodString;
|
|
3204
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3155
3205
|
createdAt: z.ZodString;
|
|
3156
3206
|
updatedAt: z.ZodString;
|
|
3157
3207
|
}, z.core.$strip>>>;
|
|
@@ -3240,6 +3290,7 @@ declare const getMenuItemDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
3240
3290
|
variant: z.ZodNullable<z.ZodString>;
|
|
3241
3291
|
contentUrl: z.ZodURL;
|
|
3242
3292
|
filePath: z.ZodString;
|
|
3293
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3243
3294
|
createdAt: z.ZodString;
|
|
3244
3295
|
updatedAt: z.ZodString;
|
|
3245
3296
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -3247,6 +3298,7 @@ declare const getMenuItemDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
3247
3298
|
variant: z.ZodNullable<z.ZodString>;
|
|
3248
3299
|
contentUrl: z.ZodURL;
|
|
3249
3300
|
filePath: z.ZodString;
|
|
3301
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3250
3302
|
createdAt: z.ZodString;
|
|
3251
3303
|
updatedAt: z.ZodString;
|
|
3252
3304
|
}, z.core.$strip>>>;
|
|
@@ -3315,6 +3367,7 @@ declare const getMenuItemDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
3315
3367
|
variant: z.ZodNullable<z.ZodString>;
|
|
3316
3368
|
contentUrl: z.ZodURL;
|
|
3317
3369
|
filePath: z.ZodString;
|
|
3370
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3318
3371
|
createdAt: z.ZodString;
|
|
3319
3372
|
updatedAt: z.ZodString;
|
|
3320
3373
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -3322,6 +3375,7 @@ declare const getMenuItemDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
3322
3375
|
variant: z.ZodNullable<z.ZodString>;
|
|
3323
3376
|
contentUrl: z.ZodURL;
|
|
3324
3377
|
filePath: z.ZodString;
|
|
3378
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3325
3379
|
createdAt: z.ZodString;
|
|
3326
3380
|
updatedAt: z.ZodString;
|
|
3327
3381
|
}, z.core.$strip>>>;
|
|
@@ -3390,6 +3444,7 @@ declare const getMenuItemDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
3390
3444
|
variant: z.ZodNullable<z.ZodString>;
|
|
3391
3445
|
contentUrl: z.ZodURL;
|
|
3392
3446
|
filePath: z.ZodString;
|
|
3447
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3393
3448
|
createdAt: z.ZodString;
|
|
3394
3449
|
updatedAt: z.ZodString;
|
|
3395
3450
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -3397,6 +3452,7 @@ declare const getMenuItemDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
3397
3452
|
variant: z.ZodNullable<z.ZodString>;
|
|
3398
3453
|
contentUrl: z.ZodURL;
|
|
3399
3454
|
filePath: z.ZodString;
|
|
3455
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3400
3456
|
createdAt: z.ZodString;
|
|
3401
3457
|
updatedAt: z.ZodString;
|
|
3402
3458
|
}, z.core.$strip>>>;
|
|
@@ -3468,6 +3524,7 @@ declare class GetMenuItemDetails extends AbstractApiRequest<typeof getMenuItemDe
|
|
|
3468
3524
|
variant: z.ZodNullable<z.ZodString>;
|
|
3469
3525
|
contentUrl: z.ZodURL;
|
|
3470
3526
|
filePath: z.ZodString;
|
|
3527
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3471
3528
|
createdAt: z.ZodString;
|
|
3472
3529
|
updatedAt: z.ZodString;
|
|
3473
3530
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -3475,6 +3532,7 @@ declare class GetMenuItemDetails extends AbstractApiRequest<typeof getMenuItemDe
|
|
|
3475
3532
|
variant: z.ZodNullable<z.ZodString>;
|
|
3476
3533
|
contentUrl: z.ZodURL;
|
|
3477
3534
|
filePath: z.ZodString;
|
|
3535
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3478
3536
|
createdAt: z.ZodString;
|
|
3479
3537
|
updatedAt: z.ZodString;
|
|
3480
3538
|
}, z.core.$strip>>>;
|
|
@@ -3543,6 +3601,7 @@ declare class GetMenuItemDetails extends AbstractApiRequest<typeof getMenuItemDe
|
|
|
3543
3601
|
variant: z.ZodNullable<z.ZodString>;
|
|
3544
3602
|
contentUrl: z.ZodURL;
|
|
3545
3603
|
filePath: z.ZodString;
|
|
3604
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3546
3605
|
createdAt: z.ZodString;
|
|
3547
3606
|
updatedAt: z.ZodString;
|
|
3548
3607
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -3550,6 +3609,7 @@ declare class GetMenuItemDetails extends AbstractApiRequest<typeof getMenuItemDe
|
|
|
3550
3609
|
variant: z.ZodNullable<z.ZodString>;
|
|
3551
3610
|
contentUrl: z.ZodURL;
|
|
3552
3611
|
filePath: z.ZodString;
|
|
3612
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3553
3613
|
createdAt: z.ZodString;
|
|
3554
3614
|
updatedAt: z.ZodString;
|
|
3555
3615
|
}, z.core.$strip>>>;
|
|
@@ -3618,6 +3678,7 @@ declare class GetMenuItemDetails extends AbstractApiRequest<typeof getMenuItemDe
|
|
|
3618
3678
|
variant: z.ZodNullable<z.ZodString>;
|
|
3619
3679
|
contentUrl: z.ZodURL;
|
|
3620
3680
|
filePath: z.ZodString;
|
|
3681
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3621
3682
|
createdAt: z.ZodString;
|
|
3622
3683
|
updatedAt: z.ZodString;
|
|
3623
3684
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -3625,6 +3686,7 @@ declare class GetMenuItemDetails extends AbstractApiRequest<typeof getMenuItemDe
|
|
|
3625
3686
|
variant: z.ZodNullable<z.ZodString>;
|
|
3626
3687
|
contentUrl: z.ZodURL;
|
|
3627
3688
|
filePath: z.ZodString;
|
|
3689
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3628
3690
|
createdAt: z.ZodString;
|
|
3629
3691
|
updatedAt: z.ZodString;
|
|
3630
3692
|
}, z.core.$strip>>>;
|
|
@@ -3751,6 +3813,7 @@ declare const getMenuItemsResponseSchema: z.ZodObject<{
|
|
|
3751
3813
|
variant: z.ZodNullable<z.ZodString>;
|
|
3752
3814
|
contentUrl: z.ZodURL;
|
|
3753
3815
|
filePath: z.ZodString;
|
|
3816
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3754
3817
|
createdAt: z.ZodString;
|
|
3755
3818
|
updatedAt: z.ZodString;
|
|
3756
3819
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -3758,6 +3821,7 @@ declare const getMenuItemsResponseSchema: z.ZodObject<{
|
|
|
3758
3821
|
variant: z.ZodNullable<z.ZodString>;
|
|
3759
3822
|
contentUrl: z.ZodURL;
|
|
3760
3823
|
filePath: z.ZodString;
|
|
3824
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3761
3825
|
createdAt: z.ZodString;
|
|
3762
3826
|
updatedAt: z.ZodString;
|
|
3763
3827
|
}, z.core.$strip>>>;
|
|
@@ -3826,6 +3890,7 @@ declare const getMenuItemsResponseSchema: z.ZodObject<{
|
|
|
3826
3890
|
variant: z.ZodNullable<z.ZodString>;
|
|
3827
3891
|
contentUrl: z.ZodURL;
|
|
3828
3892
|
filePath: z.ZodString;
|
|
3893
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3829
3894
|
createdAt: z.ZodString;
|
|
3830
3895
|
updatedAt: z.ZodString;
|
|
3831
3896
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -3833,6 +3898,7 @@ declare const getMenuItemsResponseSchema: z.ZodObject<{
|
|
|
3833
3898
|
variant: z.ZodNullable<z.ZodString>;
|
|
3834
3899
|
contentUrl: z.ZodURL;
|
|
3835
3900
|
filePath: z.ZodString;
|
|
3901
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3836
3902
|
createdAt: z.ZodString;
|
|
3837
3903
|
updatedAt: z.ZodString;
|
|
3838
3904
|
}, z.core.$strip>>>;
|
|
@@ -3901,6 +3967,7 @@ declare const getMenuItemsResponseSchema: z.ZodObject<{
|
|
|
3901
3967
|
variant: z.ZodNullable<z.ZodString>;
|
|
3902
3968
|
contentUrl: z.ZodURL;
|
|
3903
3969
|
filePath: z.ZodString;
|
|
3970
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3904
3971
|
createdAt: z.ZodString;
|
|
3905
3972
|
updatedAt: z.ZodString;
|
|
3906
3973
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -3908,6 +3975,7 @@ declare const getMenuItemsResponseSchema: z.ZodObject<{
|
|
|
3908
3975
|
variant: z.ZodNullable<z.ZodString>;
|
|
3909
3976
|
contentUrl: z.ZodURL;
|
|
3910
3977
|
filePath: z.ZodString;
|
|
3978
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3911
3979
|
createdAt: z.ZodString;
|
|
3912
3980
|
updatedAt: z.ZodString;
|
|
3913
3981
|
}, z.core.$strip>>>;
|
|
@@ -3989,6 +4057,7 @@ declare class GetMenuItems extends AbstractApiRequest<typeof getMenuItemsInputSc
|
|
|
3989
4057
|
variant: z.ZodNullable<z.ZodString>;
|
|
3990
4058
|
contentUrl: z.ZodURL;
|
|
3991
4059
|
filePath: z.ZodString;
|
|
4060
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3992
4061
|
createdAt: z.ZodString;
|
|
3993
4062
|
updatedAt: z.ZodString;
|
|
3994
4063
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -3996,6 +4065,7 @@ declare class GetMenuItems extends AbstractApiRequest<typeof getMenuItemsInputSc
|
|
|
3996
4065
|
variant: z.ZodNullable<z.ZodString>;
|
|
3997
4066
|
contentUrl: z.ZodURL;
|
|
3998
4067
|
filePath: z.ZodString;
|
|
4068
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3999
4069
|
createdAt: z.ZodString;
|
|
4000
4070
|
updatedAt: z.ZodString;
|
|
4001
4071
|
}, z.core.$strip>>>;
|
|
@@ -4064,6 +4134,7 @@ declare class GetMenuItems extends AbstractApiRequest<typeof getMenuItemsInputSc
|
|
|
4064
4134
|
variant: z.ZodNullable<z.ZodString>;
|
|
4065
4135
|
contentUrl: z.ZodURL;
|
|
4066
4136
|
filePath: z.ZodString;
|
|
4137
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4067
4138
|
createdAt: z.ZodString;
|
|
4068
4139
|
updatedAt: z.ZodString;
|
|
4069
4140
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -4071,6 +4142,7 @@ declare class GetMenuItems extends AbstractApiRequest<typeof getMenuItemsInputSc
|
|
|
4071
4142
|
variant: z.ZodNullable<z.ZodString>;
|
|
4072
4143
|
contentUrl: z.ZodURL;
|
|
4073
4144
|
filePath: z.ZodString;
|
|
4145
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4074
4146
|
createdAt: z.ZodString;
|
|
4075
4147
|
updatedAt: z.ZodString;
|
|
4076
4148
|
}, z.core.$strip>>>;
|
|
@@ -4139,6 +4211,7 @@ declare class GetMenuItems extends AbstractApiRequest<typeof getMenuItemsInputSc
|
|
|
4139
4211
|
variant: z.ZodNullable<z.ZodString>;
|
|
4140
4212
|
contentUrl: z.ZodURL;
|
|
4141
4213
|
filePath: z.ZodString;
|
|
4214
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4142
4215
|
createdAt: z.ZodString;
|
|
4143
4216
|
updatedAt: z.ZodString;
|
|
4144
4217
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -4146,6 +4219,7 @@ declare class GetMenuItems extends AbstractApiRequest<typeof getMenuItemsInputSc
|
|
|
4146
4219
|
variant: z.ZodNullable<z.ZodString>;
|
|
4147
4220
|
contentUrl: z.ZodURL;
|
|
4148
4221
|
filePath: z.ZodString;
|
|
4222
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4149
4223
|
createdAt: z.ZodString;
|
|
4150
4224
|
updatedAt: z.ZodString;
|
|
4151
4225
|
}, z.core.$strip>>>;
|
|
@@ -4337,6 +4411,7 @@ declare const updateMenuItemResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
4337
4411
|
variant: z.ZodNullable<z.ZodString>;
|
|
4338
4412
|
contentUrl: z.ZodURL;
|
|
4339
4413
|
filePath: z.ZodString;
|
|
4414
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4340
4415
|
createdAt: z.ZodString;
|
|
4341
4416
|
updatedAt: z.ZodString;
|
|
4342
4417
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -4344,6 +4419,7 @@ declare const updateMenuItemResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
4344
4419
|
variant: z.ZodNullable<z.ZodString>;
|
|
4345
4420
|
contentUrl: z.ZodURL;
|
|
4346
4421
|
filePath: z.ZodString;
|
|
4422
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4347
4423
|
createdAt: z.ZodString;
|
|
4348
4424
|
updatedAt: z.ZodString;
|
|
4349
4425
|
}, z.core.$strip>>>;
|
|
@@ -4412,6 +4488,7 @@ declare const updateMenuItemResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
4412
4488
|
variant: z.ZodNullable<z.ZodString>;
|
|
4413
4489
|
contentUrl: z.ZodURL;
|
|
4414
4490
|
filePath: z.ZodString;
|
|
4491
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4415
4492
|
createdAt: z.ZodString;
|
|
4416
4493
|
updatedAt: z.ZodString;
|
|
4417
4494
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -4419,6 +4496,7 @@ declare const updateMenuItemResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
4419
4496
|
variant: z.ZodNullable<z.ZodString>;
|
|
4420
4497
|
contentUrl: z.ZodURL;
|
|
4421
4498
|
filePath: z.ZodString;
|
|
4499
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4422
4500
|
createdAt: z.ZodString;
|
|
4423
4501
|
updatedAt: z.ZodString;
|
|
4424
4502
|
}, z.core.$strip>>>;
|
|
@@ -4487,6 +4565,7 @@ declare const updateMenuItemResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
4487
4565
|
variant: z.ZodNullable<z.ZodString>;
|
|
4488
4566
|
contentUrl: z.ZodURL;
|
|
4489
4567
|
filePath: z.ZodString;
|
|
4568
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4490
4569
|
createdAt: z.ZodString;
|
|
4491
4570
|
updatedAt: z.ZodString;
|
|
4492
4571
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -4494,6 +4573,7 @@ declare const updateMenuItemResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
4494
4573
|
variant: z.ZodNullable<z.ZodString>;
|
|
4495
4574
|
contentUrl: z.ZodURL;
|
|
4496
4575
|
filePath: z.ZodString;
|
|
4576
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4497
4577
|
createdAt: z.ZodString;
|
|
4498
4578
|
updatedAt: z.ZodString;
|
|
4499
4579
|
}, z.core.$strip>>>;
|
|
@@ -4622,6 +4702,7 @@ declare class UpdateMenuItem extends AbstractApiRequest<typeof updateMenuItemInp
|
|
|
4622
4702
|
variant: z.ZodNullable<z.ZodString>;
|
|
4623
4703
|
contentUrl: z.ZodURL;
|
|
4624
4704
|
filePath: z.ZodString;
|
|
4705
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4625
4706
|
createdAt: z.ZodString;
|
|
4626
4707
|
updatedAt: z.ZodString;
|
|
4627
4708
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -4629,6 +4710,7 @@ declare class UpdateMenuItem extends AbstractApiRequest<typeof updateMenuItemInp
|
|
|
4629
4710
|
variant: z.ZodNullable<z.ZodString>;
|
|
4630
4711
|
contentUrl: z.ZodURL;
|
|
4631
4712
|
filePath: z.ZodString;
|
|
4713
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4632
4714
|
createdAt: z.ZodString;
|
|
4633
4715
|
updatedAt: z.ZodString;
|
|
4634
4716
|
}, z.core.$strip>>>;
|
|
@@ -4697,6 +4779,7 @@ declare class UpdateMenuItem extends AbstractApiRequest<typeof updateMenuItemInp
|
|
|
4697
4779
|
variant: z.ZodNullable<z.ZodString>;
|
|
4698
4780
|
contentUrl: z.ZodURL;
|
|
4699
4781
|
filePath: z.ZodString;
|
|
4782
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4700
4783
|
createdAt: z.ZodString;
|
|
4701
4784
|
updatedAt: z.ZodString;
|
|
4702
4785
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -4704,6 +4787,7 @@ declare class UpdateMenuItem extends AbstractApiRequest<typeof updateMenuItemInp
|
|
|
4704
4787
|
variant: z.ZodNullable<z.ZodString>;
|
|
4705
4788
|
contentUrl: z.ZodURL;
|
|
4706
4789
|
filePath: z.ZodString;
|
|
4790
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4707
4791
|
createdAt: z.ZodString;
|
|
4708
4792
|
updatedAt: z.ZodString;
|
|
4709
4793
|
}, z.core.$strip>>>;
|
|
@@ -4772,6 +4856,7 @@ declare class UpdateMenuItem extends AbstractApiRequest<typeof updateMenuItemInp
|
|
|
4772
4856
|
variant: z.ZodNullable<z.ZodString>;
|
|
4773
4857
|
contentUrl: z.ZodURL;
|
|
4774
4858
|
filePath: z.ZodString;
|
|
4859
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4775
4860
|
createdAt: z.ZodString;
|
|
4776
4861
|
updatedAt: z.ZodString;
|
|
4777
4862
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -4779,6 +4864,7 @@ declare class UpdateMenuItem extends AbstractApiRequest<typeof updateMenuItemInp
|
|
|
4779
4864
|
variant: z.ZodNullable<z.ZodString>;
|
|
4780
4865
|
contentUrl: z.ZodURL;
|
|
4781
4866
|
filePath: z.ZodString;
|
|
4867
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4782
4868
|
createdAt: z.ZodString;
|
|
4783
4869
|
updatedAt: z.ZodString;
|
|
4784
4870
|
}, z.core.$strip>>>;
|
package/dist/index.d.ts
CHANGED
|
@@ -79,6 +79,7 @@ declare const menuItemChoiceSchema: z.ZodObject<{
|
|
|
79
79
|
variant: z.ZodNullable<z.ZodString>;
|
|
80
80
|
contentUrl: z.ZodURL;
|
|
81
81
|
filePath: z.ZodString;
|
|
82
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
82
83
|
createdAt: z.ZodString;
|
|
83
84
|
updatedAt: z.ZodString;
|
|
84
85
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -86,6 +87,7 @@ declare const menuItemChoiceSchema: z.ZodObject<{
|
|
|
86
87
|
variant: z.ZodNullable<z.ZodString>;
|
|
87
88
|
contentUrl: z.ZodURL;
|
|
88
89
|
filePath: z.ZodString;
|
|
90
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
89
91
|
createdAt: z.ZodString;
|
|
90
92
|
updatedAt: z.ZodString;
|
|
91
93
|
}, z.core.$strip>>>;
|
|
@@ -155,6 +157,7 @@ declare const menuItemItemSchema: z.ZodObject<{
|
|
|
155
157
|
variant: z.ZodNullable<z.ZodString>;
|
|
156
158
|
contentUrl: z.ZodURL;
|
|
157
159
|
filePath: z.ZodString;
|
|
160
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
158
161
|
createdAt: z.ZodString;
|
|
159
162
|
updatedAt: z.ZodString;
|
|
160
163
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -162,6 +165,7 @@ declare const menuItemItemSchema: z.ZodObject<{
|
|
|
162
165
|
variant: z.ZodNullable<z.ZodString>;
|
|
163
166
|
contentUrl: z.ZodURL;
|
|
164
167
|
filePath: z.ZodString;
|
|
168
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
165
169
|
createdAt: z.ZodString;
|
|
166
170
|
updatedAt: z.ZodString;
|
|
167
171
|
}, z.core.$strip>>>;
|
|
@@ -231,6 +235,7 @@ declare const menuItemBundleSchema: z.ZodObject<{
|
|
|
231
235
|
variant: z.ZodNullable<z.ZodString>;
|
|
232
236
|
contentUrl: z.ZodURL;
|
|
233
237
|
filePath: z.ZodString;
|
|
238
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
234
239
|
createdAt: z.ZodString;
|
|
235
240
|
updatedAt: z.ZodString;
|
|
236
241
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -238,6 +243,7 @@ declare const menuItemBundleSchema: z.ZodObject<{
|
|
|
238
243
|
variant: z.ZodNullable<z.ZodString>;
|
|
239
244
|
contentUrl: z.ZodURL;
|
|
240
245
|
filePath: z.ZodString;
|
|
246
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
241
247
|
createdAt: z.ZodString;
|
|
242
248
|
updatedAt: z.ZodString;
|
|
243
249
|
}, z.core.$strip>>>;
|
|
@@ -303,6 +309,7 @@ declare const menuItemSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
303
309
|
variant: z.ZodNullable<z.ZodString>;
|
|
304
310
|
contentUrl: z.ZodURL;
|
|
305
311
|
filePath: z.ZodString;
|
|
312
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
306
313
|
createdAt: z.ZodString;
|
|
307
314
|
updatedAt: z.ZodString;
|
|
308
315
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -310,6 +317,7 @@ declare const menuItemSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
310
317
|
variant: z.ZodNullable<z.ZodString>;
|
|
311
318
|
contentUrl: z.ZodURL;
|
|
312
319
|
filePath: z.ZodString;
|
|
320
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
313
321
|
createdAt: z.ZodString;
|
|
314
322
|
updatedAt: z.ZodString;
|
|
315
323
|
}, z.core.$strip>>>;
|
|
@@ -378,6 +386,7 @@ declare const menuItemSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
378
386
|
variant: z.ZodNullable<z.ZodString>;
|
|
379
387
|
contentUrl: z.ZodURL;
|
|
380
388
|
filePath: z.ZodString;
|
|
389
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
381
390
|
createdAt: z.ZodString;
|
|
382
391
|
updatedAt: z.ZodString;
|
|
383
392
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -385,6 +394,7 @@ declare const menuItemSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
385
394
|
variant: z.ZodNullable<z.ZodString>;
|
|
386
395
|
contentUrl: z.ZodURL;
|
|
387
396
|
filePath: z.ZodString;
|
|
397
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
388
398
|
createdAt: z.ZodString;
|
|
389
399
|
updatedAt: z.ZodString;
|
|
390
400
|
}, z.core.$strip>>>;
|
|
@@ -453,6 +463,7 @@ declare const menuItemSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
453
463
|
variant: z.ZodNullable<z.ZodString>;
|
|
454
464
|
contentUrl: z.ZodURL;
|
|
455
465
|
filePath: z.ZodString;
|
|
466
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
456
467
|
createdAt: z.ZodString;
|
|
457
468
|
updatedAt: z.ZodString;
|
|
458
469
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -460,6 +471,7 @@ declare const menuItemSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
460
471
|
variant: z.ZodNullable<z.ZodString>;
|
|
461
472
|
contentUrl: z.ZodURL;
|
|
462
473
|
filePath: z.ZodString;
|
|
474
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
463
475
|
createdAt: z.ZodString;
|
|
464
476
|
updatedAt: z.ZodString;
|
|
465
477
|
}, z.core.$strip>>>;
|
|
@@ -526,6 +538,7 @@ declare const menuItemDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
526
538
|
variant: z.ZodNullable<z.ZodString>;
|
|
527
539
|
contentUrl: z.ZodURL;
|
|
528
540
|
filePath: z.ZodString;
|
|
541
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
529
542
|
createdAt: z.ZodString;
|
|
530
543
|
updatedAt: z.ZodString;
|
|
531
544
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -533,6 +546,7 @@ declare const menuItemDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
533
546
|
variant: z.ZodNullable<z.ZodString>;
|
|
534
547
|
contentUrl: z.ZodURL;
|
|
535
548
|
filePath: z.ZodString;
|
|
549
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
536
550
|
createdAt: z.ZodString;
|
|
537
551
|
updatedAt: z.ZodString;
|
|
538
552
|
}, z.core.$strip>>>;
|
|
@@ -601,6 +615,7 @@ declare const menuItemDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
601
615
|
variant: z.ZodNullable<z.ZodString>;
|
|
602
616
|
contentUrl: z.ZodURL;
|
|
603
617
|
filePath: z.ZodString;
|
|
618
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
604
619
|
createdAt: z.ZodString;
|
|
605
620
|
updatedAt: z.ZodString;
|
|
606
621
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -608,6 +623,7 @@ declare const menuItemDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
608
623
|
variant: z.ZodNullable<z.ZodString>;
|
|
609
624
|
contentUrl: z.ZodURL;
|
|
610
625
|
filePath: z.ZodString;
|
|
626
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
611
627
|
createdAt: z.ZodString;
|
|
612
628
|
updatedAt: z.ZodString;
|
|
613
629
|
}, z.core.$strip>>>;
|
|
@@ -676,6 +692,7 @@ declare const menuItemDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
676
692
|
variant: z.ZodNullable<z.ZodString>;
|
|
677
693
|
contentUrl: z.ZodURL;
|
|
678
694
|
filePath: z.ZodString;
|
|
695
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
679
696
|
createdAt: z.ZodString;
|
|
680
697
|
updatedAt: z.ZodString;
|
|
681
698
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -683,6 +700,7 @@ declare const menuItemDetailsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
683
700
|
variant: z.ZodNullable<z.ZodString>;
|
|
684
701
|
contentUrl: z.ZodURL;
|
|
685
702
|
filePath: z.ZodString;
|
|
703
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
686
704
|
createdAt: z.ZodString;
|
|
687
705
|
updatedAt: z.ZodString;
|
|
688
706
|
}, z.core.$strip>>>;
|
|
@@ -767,6 +785,7 @@ declare const menuItemCategorySchema: z.ZodObject<{
|
|
|
767
785
|
variant: z.ZodNullable<z.ZodString>;
|
|
768
786
|
contentUrl: z.ZodURL;
|
|
769
787
|
filePath: z.ZodString;
|
|
788
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
770
789
|
createdAt: z.ZodString;
|
|
771
790
|
updatedAt: z.ZodString;
|
|
772
791
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -774,6 +793,7 @@ declare const menuItemCategorySchema: z.ZodObject<{
|
|
|
774
793
|
variant: z.ZodNullable<z.ZodString>;
|
|
775
794
|
contentUrl: z.ZodURL;
|
|
776
795
|
filePath: z.ZodString;
|
|
796
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
777
797
|
createdAt: z.ZodString;
|
|
778
798
|
updatedAt: z.ZodString;
|
|
779
799
|
}, z.core.$strip>>>;
|
|
@@ -800,6 +820,7 @@ declare const menuItemCategoryDetailsSchema: z.ZodObject<{
|
|
|
800
820
|
variant: z.ZodNullable<z.ZodString>;
|
|
801
821
|
contentUrl: z.ZodURL;
|
|
802
822
|
filePath: z.ZodString;
|
|
823
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
803
824
|
createdAt: z.ZodString;
|
|
804
825
|
updatedAt: z.ZodString;
|
|
805
826
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -807,6 +828,7 @@ declare const menuItemCategoryDetailsSchema: z.ZodObject<{
|
|
|
807
828
|
variant: z.ZodNullable<z.ZodString>;
|
|
808
829
|
contentUrl: z.ZodURL;
|
|
809
830
|
filePath: z.ZodString;
|
|
831
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
810
832
|
createdAt: z.ZodString;
|
|
811
833
|
updatedAt: z.ZodString;
|
|
812
834
|
}, z.core.$strip>>>;
|
|
@@ -1401,6 +1423,7 @@ declare const createMenuItemCategoryResponseSchema: z.ZodObject<{
|
|
|
1401
1423
|
variant: z.ZodNullable<z.ZodString>;
|
|
1402
1424
|
contentUrl: z.ZodURL;
|
|
1403
1425
|
filePath: z.ZodString;
|
|
1426
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1404
1427
|
createdAt: z.ZodString;
|
|
1405
1428
|
updatedAt: z.ZodString;
|
|
1406
1429
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -1408,6 +1431,7 @@ declare const createMenuItemCategoryResponseSchema: z.ZodObject<{
|
|
|
1408
1431
|
variant: z.ZodNullable<z.ZodString>;
|
|
1409
1432
|
contentUrl: z.ZodURL;
|
|
1410
1433
|
filePath: z.ZodString;
|
|
1434
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1411
1435
|
createdAt: z.ZodString;
|
|
1412
1436
|
updatedAt: z.ZodString;
|
|
1413
1437
|
}, z.core.$strip>>>;
|
|
@@ -1453,6 +1477,7 @@ declare class CreateMenuItemCategory extends AbstractApiRequest<typeof createMen
|
|
|
1453
1477
|
variant: z.ZodNullable<z.ZodString>;
|
|
1454
1478
|
contentUrl: z.ZodURL;
|
|
1455
1479
|
filePath: z.ZodString;
|
|
1480
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1456
1481
|
createdAt: z.ZodString;
|
|
1457
1482
|
updatedAt: z.ZodString;
|
|
1458
1483
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -1460,6 +1485,7 @@ declare class CreateMenuItemCategory extends AbstractApiRequest<typeof createMen
|
|
|
1460
1485
|
variant: z.ZodNullable<z.ZodString>;
|
|
1461
1486
|
contentUrl: z.ZodURL;
|
|
1462
1487
|
filePath: z.ZodString;
|
|
1488
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1463
1489
|
createdAt: z.ZodString;
|
|
1464
1490
|
updatedAt: z.ZodString;
|
|
1465
1491
|
}, z.core.$strip>>>;
|
|
@@ -1527,6 +1553,7 @@ declare const getMenuItemCategoriesResponseSchema: z.ZodObject<{
|
|
|
1527
1553
|
variant: z.ZodNullable<z.ZodString>;
|
|
1528
1554
|
contentUrl: z.ZodURL;
|
|
1529
1555
|
filePath: z.ZodString;
|
|
1556
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1530
1557
|
createdAt: z.ZodString;
|
|
1531
1558
|
updatedAt: z.ZodString;
|
|
1532
1559
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -1534,6 +1561,7 @@ declare const getMenuItemCategoriesResponseSchema: z.ZodObject<{
|
|
|
1534
1561
|
variant: z.ZodNullable<z.ZodString>;
|
|
1535
1562
|
contentUrl: z.ZodURL;
|
|
1536
1563
|
filePath: z.ZodString;
|
|
1564
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1537
1565
|
createdAt: z.ZodString;
|
|
1538
1566
|
updatedAt: z.ZodString;
|
|
1539
1567
|
}, z.core.$strip>>>;
|
|
@@ -1575,6 +1603,7 @@ declare class GetMenuItemCategories extends AbstractApiRequest<typeof getMenuIte
|
|
|
1575
1603
|
variant: z.ZodNullable<z.ZodString>;
|
|
1576
1604
|
contentUrl: z.ZodURL;
|
|
1577
1605
|
filePath: z.ZodString;
|
|
1606
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1578
1607
|
createdAt: z.ZodString;
|
|
1579
1608
|
updatedAt: z.ZodString;
|
|
1580
1609
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -1582,6 +1611,7 @@ declare class GetMenuItemCategories extends AbstractApiRequest<typeof getMenuIte
|
|
|
1582
1611
|
variant: z.ZodNullable<z.ZodString>;
|
|
1583
1612
|
contentUrl: z.ZodURL;
|
|
1584
1613
|
filePath: z.ZodString;
|
|
1614
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1585
1615
|
createdAt: z.ZodString;
|
|
1586
1616
|
updatedAt: z.ZodString;
|
|
1587
1617
|
}, z.core.$strip>>>;
|
|
@@ -1642,6 +1672,7 @@ declare const getMenuItemCategoryDetailsResponseSchema: z.ZodObject<{
|
|
|
1642
1672
|
variant: z.ZodNullable<z.ZodString>;
|
|
1643
1673
|
contentUrl: z.ZodURL;
|
|
1644
1674
|
filePath: z.ZodString;
|
|
1675
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1645
1676
|
createdAt: z.ZodString;
|
|
1646
1677
|
updatedAt: z.ZodString;
|
|
1647
1678
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -1649,6 +1680,7 @@ declare const getMenuItemCategoryDetailsResponseSchema: z.ZodObject<{
|
|
|
1649
1680
|
variant: z.ZodNullable<z.ZodString>;
|
|
1650
1681
|
contentUrl: z.ZodURL;
|
|
1651
1682
|
filePath: z.ZodString;
|
|
1683
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1652
1684
|
createdAt: z.ZodString;
|
|
1653
1685
|
updatedAt: z.ZodString;
|
|
1654
1686
|
}, z.core.$strip>>>;
|
|
@@ -1681,6 +1713,7 @@ declare class GetMenuItemCategoryDetails extends AbstractApiRequest<typeof getMe
|
|
|
1681
1713
|
variant: z.ZodNullable<z.ZodString>;
|
|
1682
1714
|
contentUrl: z.ZodURL;
|
|
1683
1715
|
filePath: z.ZodString;
|
|
1716
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1684
1717
|
createdAt: z.ZodString;
|
|
1685
1718
|
updatedAt: z.ZodString;
|
|
1686
1719
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -1688,6 +1721,7 @@ declare class GetMenuItemCategoryDetails extends AbstractApiRequest<typeof getMe
|
|
|
1688
1721
|
variant: z.ZodNullable<z.ZodString>;
|
|
1689
1722
|
contentUrl: z.ZodURL;
|
|
1690
1723
|
filePath: z.ZodString;
|
|
1724
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1691
1725
|
createdAt: z.ZodString;
|
|
1692
1726
|
updatedAt: z.ZodString;
|
|
1693
1727
|
}, z.core.$strip>>>;
|
|
@@ -1735,6 +1769,7 @@ declare const updateMenuItemCategoryResponseSchema: z.ZodObject<{
|
|
|
1735
1769
|
variant: z.ZodNullable<z.ZodString>;
|
|
1736
1770
|
contentUrl: z.ZodURL;
|
|
1737
1771
|
filePath: z.ZodString;
|
|
1772
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1738
1773
|
createdAt: z.ZodString;
|
|
1739
1774
|
updatedAt: z.ZodString;
|
|
1740
1775
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -1742,6 +1777,7 @@ declare const updateMenuItemCategoryResponseSchema: z.ZodObject<{
|
|
|
1742
1777
|
variant: z.ZodNullable<z.ZodString>;
|
|
1743
1778
|
contentUrl: z.ZodURL;
|
|
1744
1779
|
filePath: z.ZodString;
|
|
1780
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1745
1781
|
createdAt: z.ZodString;
|
|
1746
1782
|
updatedAt: z.ZodString;
|
|
1747
1783
|
}, z.core.$strip>>>;
|
|
@@ -1786,6 +1822,7 @@ declare class UpdateMenuItemCategory extends AbstractApiRequest<typeof updateMen
|
|
|
1786
1822
|
variant: z.ZodNullable<z.ZodString>;
|
|
1787
1823
|
contentUrl: z.ZodURL;
|
|
1788
1824
|
filePath: z.ZodString;
|
|
1825
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1789
1826
|
createdAt: z.ZodString;
|
|
1790
1827
|
updatedAt: z.ZodString;
|
|
1791
1828
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -1793,6 +1830,7 @@ declare class UpdateMenuItemCategory extends AbstractApiRequest<typeof updateMen
|
|
|
1793
1830
|
variant: z.ZodNullable<z.ZodString>;
|
|
1794
1831
|
contentUrl: z.ZodURL;
|
|
1795
1832
|
filePath: z.ZodString;
|
|
1833
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1796
1834
|
createdAt: z.ZodString;
|
|
1797
1835
|
updatedAt: z.ZodString;
|
|
1798
1836
|
}, z.core.$strip>>>;
|
|
@@ -2709,6 +2747,7 @@ declare const createMenuItemResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
2709
2747
|
variant: z.ZodNullable<z.ZodString>;
|
|
2710
2748
|
contentUrl: z.ZodURL;
|
|
2711
2749
|
filePath: z.ZodString;
|
|
2750
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
2712
2751
|
createdAt: z.ZodString;
|
|
2713
2752
|
updatedAt: z.ZodString;
|
|
2714
2753
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -2716,6 +2755,7 @@ declare const createMenuItemResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
2716
2755
|
variant: z.ZodNullable<z.ZodString>;
|
|
2717
2756
|
contentUrl: z.ZodURL;
|
|
2718
2757
|
filePath: z.ZodString;
|
|
2758
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
2719
2759
|
createdAt: z.ZodString;
|
|
2720
2760
|
updatedAt: z.ZodString;
|
|
2721
2761
|
}, z.core.$strip>>>;
|
|
@@ -2784,6 +2824,7 @@ declare const createMenuItemResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
2784
2824
|
variant: z.ZodNullable<z.ZodString>;
|
|
2785
2825
|
contentUrl: z.ZodURL;
|
|
2786
2826
|
filePath: z.ZodString;
|
|
2827
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
2787
2828
|
createdAt: z.ZodString;
|
|
2788
2829
|
updatedAt: z.ZodString;
|
|
2789
2830
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -2791,6 +2832,7 @@ declare const createMenuItemResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
2791
2832
|
variant: z.ZodNullable<z.ZodString>;
|
|
2792
2833
|
contentUrl: z.ZodURL;
|
|
2793
2834
|
filePath: z.ZodString;
|
|
2835
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
2794
2836
|
createdAt: z.ZodString;
|
|
2795
2837
|
updatedAt: z.ZodString;
|
|
2796
2838
|
}, z.core.$strip>>>;
|
|
@@ -2859,6 +2901,7 @@ declare const createMenuItemResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
2859
2901
|
variant: z.ZodNullable<z.ZodString>;
|
|
2860
2902
|
contentUrl: z.ZodURL;
|
|
2861
2903
|
filePath: z.ZodString;
|
|
2904
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
2862
2905
|
createdAt: z.ZodString;
|
|
2863
2906
|
updatedAt: z.ZodString;
|
|
2864
2907
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -2866,6 +2909,7 @@ declare const createMenuItemResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
2866
2909
|
variant: z.ZodNullable<z.ZodString>;
|
|
2867
2910
|
contentUrl: z.ZodURL;
|
|
2868
2911
|
filePath: z.ZodString;
|
|
2912
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
2869
2913
|
createdAt: z.ZodString;
|
|
2870
2914
|
updatedAt: z.ZodString;
|
|
2871
2915
|
}, z.core.$strip>>>;
|
|
@@ -2995,6 +3039,7 @@ declare class CreateMenuItem extends AbstractApiRequest<typeof createMenuItemInp
|
|
|
2995
3039
|
variant: z.ZodNullable<z.ZodString>;
|
|
2996
3040
|
contentUrl: z.ZodURL;
|
|
2997
3041
|
filePath: z.ZodString;
|
|
3042
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
2998
3043
|
createdAt: z.ZodString;
|
|
2999
3044
|
updatedAt: z.ZodString;
|
|
3000
3045
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -3002,6 +3047,7 @@ declare class CreateMenuItem extends AbstractApiRequest<typeof createMenuItemInp
|
|
|
3002
3047
|
variant: z.ZodNullable<z.ZodString>;
|
|
3003
3048
|
contentUrl: z.ZodURL;
|
|
3004
3049
|
filePath: z.ZodString;
|
|
3050
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3005
3051
|
createdAt: z.ZodString;
|
|
3006
3052
|
updatedAt: z.ZodString;
|
|
3007
3053
|
}, z.core.$strip>>>;
|
|
@@ -3070,6 +3116,7 @@ declare class CreateMenuItem extends AbstractApiRequest<typeof createMenuItemInp
|
|
|
3070
3116
|
variant: z.ZodNullable<z.ZodString>;
|
|
3071
3117
|
contentUrl: z.ZodURL;
|
|
3072
3118
|
filePath: z.ZodString;
|
|
3119
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3073
3120
|
createdAt: z.ZodString;
|
|
3074
3121
|
updatedAt: z.ZodString;
|
|
3075
3122
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -3077,6 +3124,7 @@ declare class CreateMenuItem extends AbstractApiRequest<typeof createMenuItemInp
|
|
|
3077
3124
|
variant: z.ZodNullable<z.ZodString>;
|
|
3078
3125
|
contentUrl: z.ZodURL;
|
|
3079
3126
|
filePath: z.ZodString;
|
|
3127
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3080
3128
|
createdAt: z.ZodString;
|
|
3081
3129
|
updatedAt: z.ZodString;
|
|
3082
3130
|
}, z.core.$strip>>>;
|
|
@@ -3145,6 +3193,7 @@ declare class CreateMenuItem extends AbstractApiRequest<typeof createMenuItemInp
|
|
|
3145
3193
|
variant: z.ZodNullable<z.ZodString>;
|
|
3146
3194
|
contentUrl: z.ZodURL;
|
|
3147
3195
|
filePath: z.ZodString;
|
|
3196
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3148
3197
|
createdAt: z.ZodString;
|
|
3149
3198
|
updatedAt: z.ZodString;
|
|
3150
3199
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -3152,6 +3201,7 @@ declare class CreateMenuItem extends AbstractApiRequest<typeof createMenuItemInp
|
|
|
3152
3201
|
variant: z.ZodNullable<z.ZodString>;
|
|
3153
3202
|
contentUrl: z.ZodURL;
|
|
3154
3203
|
filePath: z.ZodString;
|
|
3204
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3155
3205
|
createdAt: z.ZodString;
|
|
3156
3206
|
updatedAt: z.ZodString;
|
|
3157
3207
|
}, z.core.$strip>>>;
|
|
@@ -3240,6 +3290,7 @@ declare const getMenuItemDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
3240
3290
|
variant: z.ZodNullable<z.ZodString>;
|
|
3241
3291
|
contentUrl: z.ZodURL;
|
|
3242
3292
|
filePath: z.ZodString;
|
|
3293
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3243
3294
|
createdAt: z.ZodString;
|
|
3244
3295
|
updatedAt: z.ZodString;
|
|
3245
3296
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -3247,6 +3298,7 @@ declare const getMenuItemDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
3247
3298
|
variant: z.ZodNullable<z.ZodString>;
|
|
3248
3299
|
contentUrl: z.ZodURL;
|
|
3249
3300
|
filePath: z.ZodString;
|
|
3301
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3250
3302
|
createdAt: z.ZodString;
|
|
3251
3303
|
updatedAt: z.ZodString;
|
|
3252
3304
|
}, z.core.$strip>>>;
|
|
@@ -3315,6 +3367,7 @@ declare const getMenuItemDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
3315
3367
|
variant: z.ZodNullable<z.ZodString>;
|
|
3316
3368
|
contentUrl: z.ZodURL;
|
|
3317
3369
|
filePath: z.ZodString;
|
|
3370
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3318
3371
|
createdAt: z.ZodString;
|
|
3319
3372
|
updatedAt: z.ZodString;
|
|
3320
3373
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -3322,6 +3375,7 @@ declare const getMenuItemDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
3322
3375
|
variant: z.ZodNullable<z.ZodString>;
|
|
3323
3376
|
contentUrl: z.ZodURL;
|
|
3324
3377
|
filePath: z.ZodString;
|
|
3378
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3325
3379
|
createdAt: z.ZodString;
|
|
3326
3380
|
updatedAt: z.ZodString;
|
|
3327
3381
|
}, z.core.$strip>>>;
|
|
@@ -3390,6 +3444,7 @@ declare const getMenuItemDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
3390
3444
|
variant: z.ZodNullable<z.ZodString>;
|
|
3391
3445
|
contentUrl: z.ZodURL;
|
|
3392
3446
|
filePath: z.ZodString;
|
|
3447
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3393
3448
|
createdAt: z.ZodString;
|
|
3394
3449
|
updatedAt: z.ZodString;
|
|
3395
3450
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -3397,6 +3452,7 @@ declare const getMenuItemDetailsResponseSchema: z.ZodDiscriminatedUnion<[z.ZodOb
|
|
|
3397
3452
|
variant: z.ZodNullable<z.ZodString>;
|
|
3398
3453
|
contentUrl: z.ZodURL;
|
|
3399
3454
|
filePath: z.ZodString;
|
|
3455
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3400
3456
|
createdAt: z.ZodString;
|
|
3401
3457
|
updatedAt: z.ZodString;
|
|
3402
3458
|
}, z.core.$strip>>>;
|
|
@@ -3468,6 +3524,7 @@ declare class GetMenuItemDetails extends AbstractApiRequest<typeof getMenuItemDe
|
|
|
3468
3524
|
variant: z.ZodNullable<z.ZodString>;
|
|
3469
3525
|
contentUrl: z.ZodURL;
|
|
3470
3526
|
filePath: z.ZodString;
|
|
3527
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3471
3528
|
createdAt: z.ZodString;
|
|
3472
3529
|
updatedAt: z.ZodString;
|
|
3473
3530
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -3475,6 +3532,7 @@ declare class GetMenuItemDetails extends AbstractApiRequest<typeof getMenuItemDe
|
|
|
3475
3532
|
variant: z.ZodNullable<z.ZodString>;
|
|
3476
3533
|
contentUrl: z.ZodURL;
|
|
3477
3534
|
filePath: z.ZodString;
|
|
3535
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3478
3536
|
createdAt: z.ZodString;
|
|
3479
3537
|
updatedAt: z.ZodString;
|
|
3480
3538
|
}, z.core.$strip>>>;
|
|
@@ -3543,6 +3601,7 @@ declare class GetMenuItemDetails extends AbstractApiRequest<typeof getMenuItemDe
|
|
|
3543
3601
|
variant: z.ZodNullable<z.ZodString>;
|
|
3544
3602
|
contentUrl: z.ZodURL;
|
|
3545
3603
|
filePath: z.ZodString;
|
|
3604
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3546
3605
|
createdAt: z.ZodString;
|
|
3547
3606
|
updatedAt: z.ZodString;
|
|
3548
3607
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -3550,6 +3609,7 @@ declare class GetMenuItemDetails extends AbstractApiRequest<typeof getMenuItemDe
|
|
|
3550
3609
|
variant: z.ZodNullable<z.ZodString>;
|
|
3551
3610
|
contentUrl: z.ZodURL;
|
|
3552
3611
|
filePath: z.ZodString;
|
|
3612
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3553
3613
|
createdAt: z.ZodString;
|
|
3554
3614
|
updatedAt: z.ZodString;
|
|
3555
3615
|
}, z.core.$strip>>>;
|
|
@@ -3618,6 +3678,7 @@ declare class GetMenuItemDetails extends AbstractApiRequest<typeof getMenuItemDe
|
|
|
3618
3678
|
variant: z.ZodNullable<z.ZodString>;
|
|
3619
3679
|
contentUrl: z.ZodURL;
|
|
3620
3680
|
filePath: z.ZodString;
|
|
3681
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3621
3682
|
createdAt: z.ZodString;
|
|
3622
3683
|
updatedAt: z.ZodString;
|
|
3623
3684
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -3625,6 +3686,7 @@ declare class GetMenuItemDetails extends AbstractApiRequest<typeof getMenuItemDe
|
|
|
3625
3686
|
variant: z.ZodNullable<z.ZodString>;
|
|
3626
3687
|
contentUrl: z.ZodURL;
|
|
3627
3688
|
filePath: z.ZodString;
|
|
3689
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3628
3690
|
createdAt: z.ZodString;
|
|
3629
3691
|
updatedAt: z.ZodString;
|
|
3630
3692
|
}, z.core.$strip>>>;
|
|
@@ -3751,6 +3813,7 @@ declare const getMenuItemsResponseSchema: z.ZodObject<{
|
|
|
3751
3813
|
variant: z.ZodNullable<z.ZodString>;
|
|
3752
3814
|
contentUrl: z.ZodURL;
|
|
3753
3815
|
filePath: z.ZodString;
|
|
3816
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3754
3817
|
createdAt: z.ZodString;
|
|
3755
3818
|
updatedAt: z.ZodString;
|
|
3756
3819
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -3758,6 +3821,7 @@ declare const getMenuItemsResponseSchema: z.ZodObject<{
|
|
|
3758
3821
|
variant: z.ZodNullable<z.ZodString>;
|
|
3759
3822
|
contentUrl: z.ZodURL;
|
|
3760
3823
|
filePath: z.ZodString;
|
|
3824
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3761
3825
|
createdAt: z.ZodString;
|
|
3762
3826
|
updatedAt: z.ZodString;
|
|
3763
3827
|
}, z.core.$strip>>>;
|
|
@@ -3826,6 +3890,7 @@ declare const getMenuItemsResponseSchema: z.ZodObject<{
|
|
|
3826
3890
|
variant: z.ZodNullable<z.ZodString>;
|
|
3827
3891
|
contentUrl: z.ZodURL;
|
|
3828
3892
|
filePath: z.ZodString;
|
|
3893
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3829
3894
|
createdAt: z.ZodString;
|
|
3830
3895
|
updatedAt: z.ZodString;
|
|
3831
3896
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -3833,6 +3898,7 @@ declare const getMenuItemsResponseSchema: z.ZodObject<{
|
|
|
3833
3898
|
variant: z.ZodNullable<z.ZodString>;
|
|
3834
3899
|
contentUrl: z.ZodURL;
|
|
3835
3900
|
filePath: z.ZodString;
|
|
3901
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3836
3902
|
createdAt: z.ZodString;
|
|
3837
3903
|
updatedAt: z.ZodString;
|
|
3838
3904
|
}, z.core.$strip>>>;
|
|
@@ -3901,6 +3967,7 @@ declare const getMenuItemsResponseSchema: z.ZodObject<{
|
|
|
3901
3967
|
variant: z.ZodNullable<z.ZodString>;
|
|
3902
3968
|
contentUrl: z.ZodURL;
|
|
3903
3969
|
filePath: z.ZodString;
|
|
3970
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3904
3971
|
createdAt: z.ZodString;
|
|
3905
3972
|
updatedAt: z.ZodString;
|
|
3906
3973
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -3908,6 +3975,7 @@ declare const getMenuItemsResponseSchema: z.ZodObject<{
|
|
|
3908
3975
|
variant: z.ZodNullable<z.ZodString>;
|
|
3909
3976
|
contentUrl: z.ZodURL;
|
|
3910
3977
|
filePath: z.ZodString;
|
|
3978
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3911
3979
|
createdAt: z.ZodString;
|
|
3912
3980
|
updatedAt: z.ZodString;
|
|
3913
3981
|
}, z.core.$strip>>>;
|
|
@@ -3989,6 +4057,7 @@ declare class GetMenuItems extends AbstractApiRequest<typeof getMenuItemsInputSc
|
|
|
3989
4057
|
variant: z.ZodNullable<z.ZodString>;
|
|
3990
4058
|
contentUrl: z.ZodURL;
|
|
3991
4059
|
filePath: z.ZodString;
|
|
4060
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3992
4061
|
createdAt: z.ZodString;
|
|
3993
4062
|
updatedAt: z.ZodString;
|
|
3994
4063
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -3996,6 +4065,7 @@ declare class GetMenuItems extends AbstractApiRequest<typeof getMenuItemsInputSc
|
|
|
3996
4065
|
variant: z.ZodNullable<z.ZodString>;
|
|
3997
4066
|
contentUrl: z.ZodURL;
|
|
3998
4067
|
filePath: z.ZodString;
|
|
4068
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3999
4069
|
createdAt: z.ZodString;
|
|
4000
4070
|
updatedAt: z.ZodString;
|
|
4001
4071
|
}, z.core.$strip>>>;
|
|
@@ -4064,6 +4134,7 @@ declare class GetMenuItems extends AbstractApiRequest<typeof getMenuItemsInputSc
|
|
|
4064
4134
|
variant: z.ZodNullable<z.ZodString>;
|
|
4065
4135
|
contentUrl: z.ZodURL;
|
|
4066
4136
|
filePath: z.ZodString;
|
|
4137
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4067
4138
|
createdAt: z.ZodString;
|
|
4068
4139
|
updatedAt: z.ZodString;
|
|
4069
4140
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -4071,6 +4142,7 @@ declare class GetMenuItems extends AbstractApiRequest<typeof getMenuItemsInputSc
|
|
|
4071
4142
|
variant: z.ZodNullable<z.ZodString>;
|
|
4072
4143
|
contentUrl: z.ZodURL;
|
|
4073
4144
|
filePath: z.ZodString;
|
|
4145
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4074
4146
|
createdAt: z.ZodString;
|
|
4075
4147
|
updatedAt: z.ZodString;
|
|
4076
4148
|
}, z.core.$strip>>>;
|
|
@@ -4139,6 +4211,7 @@ declare class GetMenuItems extends AbstractApiRequest<typeof getMenuItemsInputSc
|
|
|
4139
4211
|
variant: z.ZodNullable<z.ZodString>;
|
|
4140
4212
|
contentUrl: z.ZodURL;
|
|
4141
4213
|
filePath: z.ZodString;
|
|
4214
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4142
4215
|
createdAt: z.ZodString;
|
|
4143
4216
|
updatedAt: z.ZodString;
|
|
4144
4217
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -4146,6 +4219,7 @@ declare class GetMenuItems extends AbstractApiRequest<typeof getMenuItemsInputSc
|
|
|
4146
4219
|
variant: z.ZodNullable<z.ZodString>;
|
|
4147
4220
|
contentUrl: z.ZodURL;
|
|
4148
4221
|
filePath: z.ZodString;
|
|
4222
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4149
4223
|
createdAt: z.ZodString;
|
|
4150
4224
|
updatedAt: z.ZodString;
|
|
4151
4225
|
}, z.core.$strip>>>;
|
|
@@ -4337,6 +4411,7 @@ declare const updateMenuItemResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
4337
4411
|
variant: z.ZodNullable<z.ZodString>;
|
|
4338
4412
|
contentUrl: z.ZodURL;
|
|
4339
4413
|
filePath: z.ZodString;
|
|
4414
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4340
4415
|
createdAt: z.ZodString;
|
|
4341
4416
|
updatedAt: z.ZodString;
|
|
4342
4417
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -4344,6 +4419,7 @@ declare const updateMenuItemResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
4344
4419
|
variant: z.ZodNullable<z.ZodString>;
|
|
4345
4420
|
contentUrl: z.ZodURL;
|
|
4346
4421
|
filePath: z.ZodString;
|
|
4422
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4347
4423
|
createdAt: z.ZodString;
|
|
4348
4424
|
updatedAt: z.ZodString;
|
|
4349
4425
|
}, z.core.$strip>>>;
|
|
@@ -4412,6 +4488,7 @@ declare const updateMenuItemResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
4412
4488
|
variant: z.ZodNullable<z.ZodString>;
|
|
4413
4489
|
contentUrl: z.ZodURL;
|
|
4414
4490
|
filePath: z.ZodString;
|
|
4491
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4415
4492
|
createdAt: z.ZodString;
|
|
4416
4493
|
updatedAt: z.ZodString;
|
|
4417
4494
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -4419,6 +4496,7 @@ declare const updateMenuItemResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
4419
4496
|
variant: z.ZodNullable<z.ZodString>;
|
|
4420
4497
|
contentUrl: z.ZodURL;
|
|
4421
4498
|
filePath: z.ZodString;
|
|
4499
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4422
4500
|
createdAt: z.ZodString;
|
|
4423
4501
|
updatedAt: z.ZodString;
|
|
4424
4502
|
}, z.core.$strip>>>;
|
|
@@ -4487,6 +4565,7 @@ declare const updateMenuItemResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
4487
4565
|
variant: z.ZodNullable<z.ZodString>;
|
|
4488
4566
|
contentUrl: z.ZodURL;
|
|
4489
4567
|
filePath: z.ZodString;
|
|
4568
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4490
4569
|
createdAt: z.ZodString;
|
|
4491
4570
|
updatedAt: z.ZodString;
|
|
4492
4571
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -4494,6 +4573,7 @@ declare const updateMenuItemResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
4494
4573
|
variant: z.ZodNullable<z.ZodString>;
|
|
4495
4574
|
contentUrl: z.ZodURL;
|
|
4496
4575
|
filePath: z.ZodString;
|
|
4576
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4497
4577
|
createdAt: z.ZodString;
|
|
4498
4578
|
updatedAt: z.ZodString;
|
|
4499
4579
|
}, z.core.$strip>>>;
|
|
@@ -4622,6 +4702,7 @@ declare class UpdateMenuItem extends AbstractApiRequest<typeof updateMenuItemInp
|
|
|
4622
4702
|
variant: z.ZodNullable<z.ZodString>;
|
|
4623
4703
|
contentUrl: z.ZodURL;
|
|
4624
4704
|
filePath: z.ZodString;
|
|
4705
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4625
4706
|
createdAt: z.ZodString;
|
|
4626
4707
|
updatedAt: z.ZodString;
|
|
4627
4708
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -4629,6 +4710,7 @@ declare class UpdateMenuItem extends AbstractApiRequest<typeof updateMenuItemInp
|
|
|
4629
4710
|
variant: z.ZodNullable<z.ZodString>;
|
|
4630
4711
|
contentUrl: z.ZodURL;
|
|
4631
4712
|
filePath: z.ZodString;
|
|
4713
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4632
4714
|
createdAt: z.ZodString;
|
|
4633
4715
|
updatedAt: z.ZodString;
|
|
4634
4716
|
}, z.core.$strip>>>;
|
|
@@ -4697,6 +4779,7 @@ declare class UpdateMenuItem extends AbstractApiRequest<typeof updateMenuItemInp
|
|
|
4697
4779
|
variant: z.ZodNullable<z.ZodString>;
|
|
4698
4780
|
contentUrl: z.ZodURL;
|
|
4699
4781
|
filePath: z.ZodString;
|
|
4782
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4700
4783
|
createdAt: z.ZodString;
|
|
4701
4784
|
updatedAt: z.ZodString;
|
|
4702
4785
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -4704,6 +4787,7 @@ declare class UpdateMenuItem extends AbstractApiRequest<typeof updateMenuItemInp
|
|
|
4704
4787
|
variant: z.ZodNullable<z.ZodString>;
|
|
4705
4788
|
contentUrl: z.ZodURL;
|
|
4706
4789
|
filePath: z.ZodString;
|
|
4790
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4707
4791
|
createdAt: z.ZodString;
|
|
4708
4792
|
updatedAt: z.ZodString;
|
|
4709
4793
|
}, z.core.$strip>>>;
|
|
@@ -4772,6 +4856,7 @@ declare class UpdateMenuItem extends AbstractApiRequest<typeof updateMenuItemInp
|
|
|
4772
4856
|
variant: z.ZodNullable<z.ZodString>;
|
|
4773
4857
|
contentUrl: z.ZodURL;
|
|
4774
4858
|
filePath: z.ZodString;
|
|
4859
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4775
4860
|
createdAt: z.ZodString;
|
|
4776
4861
|
updatedAt: z.ZodString;
|
|
4777
4862
|
variants: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -4779,6 +4864,7 @@ declare class UpdateMenuItem extends AbstractApiRequest<typeof updateMenuItemInp
|
|
|
4779
4864
|
variant: z.ZodNullable<z.ZodString>;
|
|
4780
4865
|
contentUrl: z.ZodURL;
|
|
4781
4866
|
filePath: z.ZodString;
|
|
4867
|
+
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4782
4868
|
createdAt: z.ZodString;
|
|
4783
4869
|
updatedAt: z.ZodString;
|
|
4784
4870
|
}, z.core.$strip>>>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deliverart/sdk-js-menu",
|
|
3
3
|
"description": "Deliverart JavaScript SDK for Menu Management",
|
|
4
|
-
"version": "2.4.
|
|
4
|
+
"version": "2.4.17",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"dist"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@deliverart/sdk-js-
|
|
22
|
-
"@deliverart/sdk-js-
|
|
23
|
-
"@deliverart/sdk-js-image": "2.4.
|
|
24
|
-
"@deliverart/sdk-js-
|
|
25
|
-
"@deliverart/sdk-js-
|
|
21
|
+
"@deliverart/sdk-js-global-types": "2.4.17",
|
|
22
|
+
"@deliverart/sdk-js-core": "2.4.17",
|
|
23
|
+
"@deliverart/sdk-js-image": "2.4.17",
|
|
24
|
+
"@deliverart/sdk-js-sales-mode": "2.4.17",
|
|
25
|
+
"@deliverart/sdk-js-point-of-sale": "2.4.17"
|
|
26
26
|
},
|
|
27
27
|
"publishConfig": {
|
|
28
28
|
"access": "public"
|