@deliverart/sdk-js-order 2.1.1 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -761,6 +761,8 @@ declare const bundleDetailsSchema: z.ZodObject<{
761
761
  OPEN: "OPEN";
762
762
  CLOSED: "CLOSED";
763
763
  }>;
764
+ nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
765
+ currentMenuVersion: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown>>;
764
766
  createdAt: z.ZodString;
765
767
  updatedAt: z.ZodString;
766
768
  }, z.core.$strip>;
@@ -790,6 +792,8 @@ declare const writableBundleSchema: z.ZodObject<{
790
792
  OPEN: "OPEN";
791
793
  CLOSED: "CLOSED";
792
794
  }>;
795
+ nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
796
+ currentMenuVersion: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown>>;
793
797
  createdAt: z.ZodString;
794
798
  updatedAt: z.ZodString;
795
799
  }, z.core.$strip>;
@@ -1210,6 +1214,8 @@ declare const createBundleInputSchema: z.ZodObject<{
1210
1214
  OPEN: "OPEN";
1211
1215
  CLOSED: "CLOSED";
1212
1216
  }>;
1217
+ nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
1218
+ currentMenuVersion: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown>>;
1213
1219
  createdAt: z.ZodString;
1214
1220
  updatedAt: z.ZodString;
1215
1221
  }, z.core.$strip>>;
@@ -1362,6 +1368,8 @@ declare const createBundleResponseSchema: z.ZodObject<{
1362
1368
  OPEN: "OPEN";
1363
1369
  CLOSED: "CLOSED";
1364
1370
  }>;
1371
+ nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
1372
+ currentMenuVersion: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown>>;
1365
1373
  createdAt: z.ZodString;
1366
1374
  updatedAt: z.ZodString;
1367
1375
  }, z.core.$strip>;
@@ -1395,6 +1403,8 @@ declare class CreateBundle extends AbstractApiRequest<typeof createBundleInputSc
1395
1403
  OPEN: "OPEN";
1396
1404
  CLOSED: "CLOSED";
1397
1405
  }>;
1406
+ nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
1407
+ currentMenuVersion: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown>>;
1398
1408
  createdAt: z.ZodString;
1399
1409
  updatedAt: z.ZodString;
1400
1410
  }, z.core.$strip>>;
@@ -1546,6 +1556,8 @@ declare class CreateBundle extends AbstractApiRequest<typeof createBundleInputSc
1546
1556
  OPEN: "OPEN";
1547
1557
  CLOSED: "CLOSED";
1548
1558
  }>;
1559
+ nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
1560
+ currentMenuVersion: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown>>;
1549
1561
  createdAt: z.ZodString;
1550
1562
  updatedAt: z.ZodString;
1551
1563
  }, z.core.$strip>;
@@ -1718,6 +1730,8 @@ declare const getBundleDetailsResponseSchema: z.ZodObject<{
1718
1730
  OPEN: "OPEN";
1719
1731
  CLOSED: "CLOSED";
1720
1732
  }>;
1733
+ nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
1734
+ currentMenuVersion: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown>>;
1721
1735
  createdAt: z.ZodString;
1722
1736
  updatedAt: z.ZodString;
1723
1737
  }, z.core.$strip>;
@@ -1873,6 +1887,8 @@ declare class GetBundleDetails extends AbstractApiRequest<typeof getBundleDetail
1873
1887
  OPEN: "OPEN";
1874
1888
  CLOSED: "CLOSED";
1875
1889
  }>;
1890
+ nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
1891
+ currentMenuVersion: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown>>;
1876
1892
  createdAt: z.ZodString;
1877
1893
  updatedAt: z.ZodString;
1878
1894
  }, z.core.$strip>;
@@ -2471,6 +2487,8 @@ declare const updateBundleResponseSchema: z.ZodObject<{
2471
2487
  OPEN: "OPEN";
2472
2488
  CLOSED: "CLOSED";
2473
2489
  }>;
2490
+ nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
2491
+ currentMenuVersion: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown>>;
2474
2492
  createdAt: z.ZodString;
2475
2493
  updatedAt: z.ZodString;
2476
2494
  }, z.core.$strip>;
@@ -2629,6 +2647,8 @@ declare class UpdateBundle extends AbstractApiRequest<typeof updateBundleInputSc
2629
2647
  OPEN: "OPEN";
2630
2648
  CLOSED: "CLOSED";
2631
2649
  }>;
2650
+ nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
2651
+ currentMenuVersion: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown>>;
2632
2652
  createdAt: z.ZodString;
2633
2653
  updatedAt: z.ZodString;
2634
2654
  }, z.core.$strip>;
package/dist/index.d.ts CHANGED
@@ -761,6 +761,8 @@ declare const bundleDetailsSchema: z.ZodObject<{
761
761
  OPEN: "OPEN";
762
762
  CLOSED: "CLOSED";
763
763
  }>;
764
+ nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
765
+ currentMenuVersion: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown>>;
764
766
  createdAt: z.ZodString;
765
767
  updatedAt: z.ZodString;
766
768
  }, z.core.$strip>;
@@ -790,6 +792,8 @@ declare const writableBundleSchema: z.ZodObject<{
790
792
  OPEN: "OPEN";
791
793
  CLOSED: "CLOSED";
792
794
  }>;
795
+ nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
796
+ currentMenuVersion: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown>>;
793
797
  createdAt: z.ZodString;
794
798
  updatedAt: z.ZodString;
795
799
  }, z.core.$strip>;
@@ -1210,6 +1214,8 @@ declare const createBundleInputSchema: z.ZodObject<{
1210
1214
  OPEN: "OPEN";
1211
1215
  CLOSED: "CLOSED";
1212
1216
  }>;
1217
+ nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
1218
+ currentMenuVersion: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown>>;
1213
1219
  createdAt: z.ZodString;
1214
1220
  updatedAt: z.ZodString;
1215
1221
  }, z.core.$strip>>;
@@ -1362,6 +1368,8 @@ declare const createBundleResponseSchema: z.ZodObject<{
1362
1368
  OPEN: "OPEN";
1363
1369
  CLOSED: "CLOSED";
1364
1370
  }>;
1371
+ nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
1372
+ currentMenuVersion: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown>>;
1365
1373
  createdAt: z.ZodString;
1366
1374
  updatedAt: z.ZodString;
1367
1375
  }, z.core.$strip>;
@@ -1395,6 +1403,8 @@ declare class CreateBundle extends AbstractApiRequest<typeof createBundleInputSc
1395
1403
  OPEN: "OPEN";
1396
1404
  CLOSED: "CLOSED";
1397
1405
  }>;
1406
+ nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
1407
+ currentMenuVersion: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown>>;
1398
1408
  createdAt: z.ZodString;
1399
1409
  updatedAt: z.ZodString;
1400
1410
  }, z.core.$strip>>;
@@ -1546,6 +1556,8 @@ declare class CreateBundle extends AbstractApiRequest<typeof createBundleInputSc
1546
1556
  OPEN: "OPEN";
1547
1557
  CLOSED: "CLOSED";
1548
1558
  }>;
1559
+ nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
1560
+ currentMenuVersion: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown>>;
1549
1561
  createdAt: z.ZodString;
1550
1562
  updatedAt: z.ZodString;
1551
1563
  }, z.core.$strip>;
@@ -1718,6 +1730,8 @@ declare const getBundleDetailsResponseSchema: z.ZodObject<{
1718
1730
  OPEN: "OPEN";
1719
1731
  CLOSED: "CLOSED";
1720
1732
  }>;
1733
+ nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
1734
+ currentMenuVersion: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown>>;
1721
1735
  createdAt: z.ZodString;
1722
1736
  updatedAt: z.ZodString;
1723
1737
  }, z.core.$strip>;
@@ -1873,6 +1887,8 @@ declare class GetBundleDetails extends AbstractApiRequest<typeof getBundleDetail
1873
1887
  OPEN: "OPEN";
1874
1888
  CLOSED: "CLOSED";
1875
1889
  }>;
1890
+ nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
1891
+ currentMenuVersion: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown>>;
1876
1892
  createdAt: z.ZodString;
1877
1893
  updatedAt: z.ZodString;
1878
1894
  }, z.core.$strip>;
@@ -2471,6 +2487,8 @@ declare const updateBundleResponseSchema: z.ZodObject<{
2471
2487
  OPEN: "OPEN";
2472
2488
  CLOSED: "CLOSED";
2473
2489
  }>;
2490
+ nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
2491
+ currentMenuVersion: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown>>;
2474
2492
  createdAt: z.ZodString;
2475
2493
  updatedAt: z.ZodString;
2476
2494
  }, z.core.$strip>;
@@ -2629,6 +2647,8 @@ declare class UpdateBundle extends AbstractApiRequest<typeof updateBundleInputSc
2629
2647
  OPEN: "OPEN";
2630
2648
  CLOSED: "CLOSED";
2631
2649
  }>;
2650
+ nextSyncMenuScheduledAt: z.ZodNullable<z.ZodString>;
2651
+ currentMenuVersion: z.ZodType<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown, z.core.$ZodTypeInternals<_deliverart_sdk_js_global_types.IriObject<"/point_of_sales/:id/menu_versions/:menuVersionId"> | null, unknown>>;
2632
2652
  createdAt: z.ZodString;
2633
2653
  updatedAt: z.ZodString;
2634
2654
  }, z.core.$strip>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deliverart/sdk-js-order",
3
3
  "description": "Deliverart JavaScript SDK for Order Management",
4
- "version": "2.1.1",
4
+ "version": "2.1.2",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -18,14 +18,14 @@
18
18
  "dist"
19
19
  ],
20
20
  "dependencies": {
21
- "@deliverart/sdk-js-customer": "2.1.1",
22
- "@deliverart/sdk-js-global-types": "2.1.1",
23
- "@deliverart/sdk-js-menu": "2.1.1",
24
- "@deliverart/sdk-js-point-of-sale": "2.1.1",
25
- "@deliverart/sdk-js-core": "2.1.1",
26
- "@deliverart/sdk-js-user": "2.1.1",
27
- "@deliverart/sdk-js-payment": "2.1.1",
28
- "@deliverart/sdk-js-sales-mode": "2.1.1"
21
+ "@deliverart/sdk-js-global-types": "2.1.2",
22
+ "@deliverart/sdk-js-payment": "2.1.2",
23
+ "@deliverart/sdk-js-point-of-sale": "2.1.2",
24
+ "@deliverart/sdk-js-menu": "2.1.2",
25
+ "@deliverart/sdk-js-core": "2.1.2",
26
+ "@deliverart/sdk-js-customer": "2.1.2",
27
+ "@deliverart/sdk-js-sales-mode": "2.1.2",
28
+ "@deliverart/sdk-js-user": "2.1.2"
29
29
  },
30
30
  "publishConfig": {
31
31
  "access": "public"