@wix/auto_sdk_ecom_cart 1.0.112 → 1.0.114

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.
@@ -210,15 +210,18 @@ function createCart(payload) {
210
210
  path: "cartInfo.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
211
211
  },
212
212
  { path: "cartInfo.lineItems.serviceProperties.scheduledDate" },
213
+ { path: "cartInfo.lineItems.serviceProperties.endDate" },
213
214
  { path: "lineItems.image.urlExpirationDate" },
214
215
  {
215
216
  path: "lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
216
217
  },
217
218
  { path: "lineItems.serviceProperties.scheduledDate" },
219
+ { path: "lineItems.serviceProperties.endDate" },
218
220
  {
219
221
  path: "customLineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
220
222
  },
221
- { path: "customLineItems.serviceProperties.scheduledDate" }
223
+ { path: "customLineItems.serviceProperties.scheduledDate" },
224
+ { path: "customLineItems.serviceProperties.endDate" }
222
225
  ]
223
226
  },
224
227
  {
@@ -264,7 +267,8 @@ function createCart(payload) {
264
267
  {
265
268
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
266
269
  },
267
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
270
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
271
+ { path: "cart.lineItems.serviceProperties.endDate" }
268
272
  ]
269
273
  },
270
274
  {
@@ -303,15 +307,18 @@ function updateCart(payload) {
303
307
  path: "cartInfo.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
304
308
  },
305
309
  { path: "cartInfo.lineItems.serviceProperties.scheduledDate" },
310
+ { path: "cartInfo.lineItems.serviceProperties.endDate" },
306
311
  { path: "lineItems.image.urlExpirationDate" },
307
312
  {
308
313
  path: "lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
309
314
  },
310
315
  { path: "lineItems.serviceProperties.scheduledDate" },
316
+ { path: "lineItems.serviceProperties.endDate" },
311
317
  {
312
318
  path: "customLineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
313
319
  },
314
- { path: "customLineItems.serviceProperties.scheduledDate" }
320
+ { path: "customLineItems.serviceProperties.scheduledDate" },
321
+ { path: "customLineItems.serviceProperties.endDate" }
315
322
  ]
316
323
  },
317
324
  {
@@ -357,7 +364,8 @@ function updateCart(payload) {
357
364
  {
358
365
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
359
366
  },
360
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
367
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
368
+ { path: "cart.lineItems.serviceProperties.endDate" }
361
369
  ]
362
370
  },
363
371
  {
@@ -405,7 +413,8 @@ function getCart(payload) {
405
413
  {
406
414
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
407
415
  },
408
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
416
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
417
+ { path: "cart.lineItems.serviceProperties.endDate" }
409
418
  ]
410
419
  },
411
420
  {
@@ -453,7 +462,8 @@ function getCartByCheckoutId(payload) {
453
462
  {
454
463
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
455
464
  },
456
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
465
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
466
+ { path: "cart.lineItems.serviceProperties.endDate" }
457
467
  ]
458
468
  },
459
469
  {
@@ -486,10 +496,12 @@ function addToCart(payload) {
486
496
  path: "lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
487
497
  },
488
498
  { path: "lineItems.serviceProperties.scheduledDate" },
499
+ { path: "lineItems.serviceProperties.endDate" },
489
500
  {
490
501
  path: "customLineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
491
502
  },
492
- { path: "customLineItems.serviceProperties.scheduledDate" }
503
+ { path: "customLineItems.serviceProperties.scheduledDate" },
504
+ { path: "customLineItems.serviceProperties.endDate" }
493
505
  ]
494
506
  },
495
507
  {
@@ -527,7 +539,8 @@ function addToCart(payload) {
527
539
  {
528
540
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
529
541
  },
530
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
542
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
543
+ { path: "cart.lineItems.serviceProperties.endDate" }
531
544
  ]
532
545
  },
533
546
  {
@@ -575,7 +588,8 @@ function removeLineItems(payload) {
575
588
  {
576
589
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
577
590
  },
578
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
591
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
592
+ { path: "cart.lineItems.serviceProperties.endDate" }
579
593
  ]
580
594
  },
581
595
  {
@@ -655,7 +669,8 @@ function removeCoupon(payload) {
655
669
  {
656
670
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
657
671
  },
658
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
672
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
673
+ { path: "cart.lineItems.serviceProperties.endDate" }
659
674
  ]
660
675
  },
661
676
  {
@@ -703,7 +718,8 @@ function updateLineItemsQuantity(payload) {
703
718
  {
704
719
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
705
720
  },
706
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
721
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
722
+ { path: "cart.lineItems.serviceProperties.endDate" }
707
723
  ]
708
724
  },
709
725
  {
@@ -763,6 +779,7 @@ function estimateTotals(payload) {
763
779
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
764
780
  },
765
781
  { path: "cart.lineItems.serviceProperties.scheduledDate" },
782
+ { path: "cart.lineItems.serviceProperties.endDate" },
766
783
  {
767
784
  path: "shippingInfo.selectedCarrierServiceOption.logistics.deliveryTimeSlot.from"
768
785
  },
@@ -860,7 +877,8 @@ function removeBusinessLocation(payload) {
860
877
  {
861
878
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
862
879
  },
863
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
880
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
881
+ { path: "cart.lineItems.serviceProperties.endDate" }
864
882
  ]
865
883
  },
866
884
  {
@@ -1816,6 +1834,7 @@ var onCartDeleted = (0, import_sdk_types.EventDefinition)(
1816
1834
  path: "undefined.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
1817
1835
  },
1818
1836
  { path: "undefined.lineItems.serviceProperties.scheduledDate" },
1837
+ { path: "undefined.lineItems.serviceProperties.endDate" },
1819
1838
  { path: "metadata.eventTime" }
1820
1839
  ]
1821
1840
  },
@@ -1860,6 +1879,7 @@ var onCartUpdated = (0, import_sdk_types.EventDefinition)(
1860
1879
  path: "entity.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
1861
1880
  },
1862
1881
  { path: "entity.lineItems.serviceProperties.scheduledDate" },
1882
+ { path: "entity.lineItems.serviceProperties.endDate" },
1863
1883
  { path: "metadata.eventTime" },
1864
1884
  { path: "modifiedFields.createdDate" },
1865
1885
  { path: "modifiedFields.updatedDate" },
@@ -1868,7 +1888,8 @@ var onCartUpdated = (0, import_sdk_types.EventDefinition)(
1868
1888
  },
1869
1889
  {
1870
1890
  path: "modifiedFields.lineItems.serviceProperties.scheduledDate"
1871
- }
1891
+ },
1892
+ { path: "modifiedFields.lineItems.serviceProperties.endDate" }
1872
1893
  ]
1873
1894
  },
1874
1895
  {
@@ -1924,6 +1945,7 @@ var onCartCreated = (0, import_sdk_types.EventDefinition)(
1924
1945
  path: "entity.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
1925
1946
  },
1926
1947
  { path: "entity.lineItems.serviceProperties.scheduledDate" },
1948
+ { path: "entity.lineItems.serviceProperties.endDate" },
1927
1949
  { path: "metadata.eventTime" }
1928
1950
  ]
1929
1951
  },