@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.
@@ -147,15 +147,18 @@ function createCart(payload) {
147
147
  path: "cartInfo.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
148
148
  },
149
149
  { path: "cartInfo.lineItems.serviceProperties.scheduledDate" },
150
+ { path: "cartInfo.lineItems.serviceProperties.endDate" },
150
151
  { path: "lineItems.image.urlExpirationDate" },
151
152
  {
152
153
  path: "lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
153
154
  },
154
155
  { path: "lineItems.serviceProperties.scheduledDate" },
156
+ { path: "lineItems.serviceProperties.endDate" },
155
157
  {
156
158
  path: "customLineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
157
159
  },
158
- { path: "customLineItems.serviceProperties.scheduledDate" }
160
+ { path: "customLineItems.serviceProperties.scheduledDate" },
161
+ { path: "customLineItems.serviceProperties.endDate" }
159
162
  ]
160
163
  },
161
164
  {
@@ -201,7 +204,8 @@ function createCart(payload) {
201
204
  {
202
205
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
203
206
  },
204
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
207
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
208
+ { path: "cart.lineItems.serviceProperties.endDate" }
205
209
  ]
206
210
  },
207
211
  {
@@ -240,15 +244,18 @@ function updateCart(payload) {
240
244
  path: "cartInfo.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
241
245
  },
242
246
  { path: "cartInfo.lineItems.serviceProperties.scheduledDate" },
247
+ { path: "cartInfo.lineItems.serviceProperties.endDate" },
243
248
  { path: "lineItems.image.urlExpirationDate" },
244
249
  {
245
250
  path: "lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
246
251
  },
247
252
  { path: "lineItems.serviceProperties.scheduledDate" },
253
+ { path: "lineItems.serviceProperties.endDate" },
248
254
  {
249
255
  path: "customLineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
250
256
  },
251
- { path: "customLineItems.serviceProperties.scheduledDate" }
257
+ { path: "customLineItems.serviceProperties.scheduledDate" },
258
+ { path: "customLineItems.serviceProperties.endDate" }
252
259
  ]
253
260
  },
254
261
  {
@@ -294,7 +301,8 @@ function updateCart(payload) {
294
301
  {
295
302
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
296
303
  },
297
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
304
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
305
+ { path: "cart.lineItems.serviceProperties.endDate" }
298
306
  ]
299
307
  },
300
308
  {
@@ -342,7 +350,8 @@ function getCart(payload) {
342
350
  {
343
351
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
344
352
  },
345
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
353
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
354
+ { path: "cart.lineItems.serviceProperties.endDate" }
346
355
  ]
347
356
  },
348
357
  {
@@ -390,7 +399,8 @@ function getCartByCheckoutId(payload) {
390
399
  {
391
400
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
392
401
  },
393
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
402
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
403
+ { path: "cart.lineItems.serviceProperties.endDate" }
394
404
  ]
395
405
  },
396
406
  {
@@ -423,10 +433,12 @@ function addToCart(payload) {
423
433
  path: "lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
424
434
  },
425
435
  { path: "lineItems.serviceProperties.scheduledDate" },
436
+ { path: "lineItems.serviceProperties.endDate" },
426
437
  {
427
438
  path: "customLineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
428
439
  },
429
- { path: "customLineItems.serviceProperties.scheduledDate" }
440
+ { path: "customLineItems.serviceProperties.scheduledDate" },
441
+ { path: "customLineItems.serviceProperties.endDate" }
430
442
  ]
431
443
  },
432
444
  {
@@ -464,7 +476,8 @@ function addToCart(payload) {
464
476
  {
465
477
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
466
478
  },
467
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
479
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
480
+ { path: "cart.lineItems.serviceProperties.endDate" }
468
481
  ]
469
482
  },
470
483
  {
@@ -512,7 +525,8 @@ function removeLineItems(payload) {
512
525
  {
513
526
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
514
527
  },
515
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
528
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
529
+ { path: "cart.lineItems.serviceProperties.endDate" }
516
530
  ]
517
531
  },
518
532
  {
@@ -592,7 +606,8 @@ function removeCoupon(payload) {
592
606
  {
593
607
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
594
608
  },
595
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
609
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
610
+ { path: "cart.lineItems.serviceProperties.endDate" }
596
611
  ]
597
612
  },
598
613
  {
@@ -640,7 +655,8 @@ function updateLineItemsQuantity(payload) {
640
655
  {
641
656
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
642
657
  },
643
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
658
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
659
+ { path: "cart.lineItems.serviceProperties.endDate" }
644
660
  ]
645
661
  },
646
662
  {
@@ -700,6 +716,7 @@ function estimateTotals(payload) {
700
716
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
701
717
  },
702
718
  { path: "cart.lineItems.serviceProperties.scheduledDate" },
719
+ { path: "cart.lineItems.serviceProperties.endDate" },
703
720
  {
704
721
  path: "shippingInfo.selectedCarrierServiceOption.logistics.deliveryTimeSlot.from"
705
722
  },
@@ -797,7 +814,8 @@ function removeBusinessLocation(payload) {
797
814
  {
798
815
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
799
816
  },
800
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
817
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
818
+ { path: "cart.lineItems.serviceProperties.endDate" }
801
819
  ]
802
820
  },
803
821
  {
@@ -1753,6 +1771,7 @@ var onCartDeleted = EventDefinition(
1753
1771
  path: "undefined.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
1754
1772
  },
1755
1773
  { path: "undefined.lineItems.serviceProperties.scheduledDate" },
1774
+ { path: "undefined.lineItems.serviceProperties.endDate" },
1756
1775
  { path: "metadata.eventTime" }
1757
1776
  ]
1758
1777
  },
@@ -1797,6 +1816,7 @@ var onCartUpdated = EventDefinition(
1797
1816
  path: "entity.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
1798
1817
  },
1799
1818
  { path: "entity.lineItems.serviceProperties.scheduledDate" },
1819
+ { path: "entity.lineItems.serviceProperties.endDate" },
1800
1820
  { path: "metadata.eventTime" },
1801
1821
  { path: "modifiedFields.createdDate" },
1802
1822
  { path: "modifiedFields.updatedDate" },
@@ -1805,7 +1825,8 @@ var onCartUpdated = EventDefinition(
1805
1825
  },
1806
1826
  {
1807
1827
  path: "modifiedFields.lineItems.serviceProperties.scheduledDate"
1808
- }
1828
+ },
1829
+ { path: "modifiedFields.lineItems.serviceProperties.endDate" }
1809
1830
  ]
1810
1831
  },
1811
1832
  {
@@ -1861,6 +1882,7 @@ var onCartCreated = EventDefinition(
1861
1882
  path: "entity.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
1862
1883
  },
1863
1884
  { path: "entity.lineItems.serviceProperties.scheduledDate" },
1885
+ { path: "entity.lineItems.serviceProperties.endDate" },
1864
1886
  { path: "metadata.eventTime" }
1865
1887
  ]
1866
1888
  },