@wix/auto_sdk_ecom_cart 1.0.112 → 1.0.113

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.
@@ -197,15 +197,18 @@ function createCart(payload) {
197
197
  path: "cartInfo.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
198
198
  },
199
199
  { path: "cartInfo.lineItems.serviceProperties.scheduledDate" },
200
+ { path: "cartInfo.lineItems.serviceProperties.endDate" },
200
201
  { path: "lineItems.image.urlExpirationDate" },
201
202
  {
202
203
  path: "lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
203
204
  },
204
205
  { path: "lineItems.serviceProperties.scheduledDate" },
206
+ { path: "lineItems.serviceProperties.endDate" },
205
207
  {
206
208
  path: "customLineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
207
209
  },
208
- { path: "customLineItems.serviceProperties.scheduledDate" }
210
+ { path: "customLineItems.serviceProperties.scheduledDate" },
211
+ { path: "customLineItems.serviceProperties.endDate" }
209
212
  ]
210
213
  },
211
214
  {
@@ -251,7 +254,8 @@ function createCart(payload) {
251
254
  {
252
255
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
253
256
  },
254
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
257
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
258
+ { path: "cart.lineItems.serviceProperties.endDate" }
255
259
  ]
256
260
  },
257
261
  {
@@ -290,15 +294,18 @@ function updateCart(payload) {
290
294
  path: "cartInfo.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
291
295
  },
292
296
  { path: "cartInfo.lineItems.serviceProperties.scheduledDate" },
297
+ { path: "cartInfo.lineItems.serviceProperties.endDate" },
293
298
  { path: "lineItems.image.urlExpirationDate" },
294
299
  {
295
300
  path: "lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
296
301
  },
297
302
  { path: "lineItems.serviceProperties.scheduledDate" },
303
+ { path: "lineItems.serviceProperties.endDate" },
298
304
  {
299
305
  path: "customLineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
300
306
  },
301
- { path: "customLineItems.serviceProperties.scheduledDate" }
307
+ { path: "customLineItems.serviceProperties.scheduledDate" },
308
+ { path: "customLineItems.serviceProperties.endDate" }
302
309
  ]
303
310
  },
304
311
  {
@@ -344,7 +351,8 @@ function updateCart(payload) {
344
351
  {
345
352
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
346
353
  },
347
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
354
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
355
+ { path: "cart.lineItems.serviceProperties.endDate" }
348
356
  ]
349
357
  },
350
358
  {
@@ -392,7 +400,8 @@ function getCart(payload) {
392
400
  {
393
401
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
394
402
  },
395
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
403
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
404
+ { path: "cart.lineItems.serviceProperties.endDate" }
396
405
  ]
397
406
  },
398
407
  {
@@ -440,7 +449,8 @@ function getCartByCheckoutId(payload) {
440
449
  {
441
450
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
442
451
  },
443
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
452
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
453
+ { path: "cart.lineItems.serviceProperties.endDate" }
444
454
  ]
445
455
  },
446
456
  {
@@ -473,10 +483,12 @@ function addToCart(payload) {
473
483
  path: "lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
474
484
  },
475
485
  { path: "lineItems.serviceProperties.scheduledDate" },
486
+ { path: "lineItems.serviceProperties.endDate" },
476
487
  {
477
488
  path: "customLineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
478
489
  },
479
- { path: "customLineItems.serviceProperties.scheduledDate" }
490
+ { path: "customLineItems.serviceProperties.scheduledDate" },
491
+ { path: "customLineItems.serviceProperties.endDate" }
480
492
  ]
481
493
  },
482
494
  {
@@ -514,7 +526,8 @@ function addToCart(payload) {
514
526
  {
515
527
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
516
528
  },
517
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
529
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
530
+ { path: "cart.lineItems.serviceProperties.endDate" }
518
531
  ]
519
532
  },
520
533
  {
@@ -562,7 +575,8 @@ function removeLineItems(payload) {
562
575
  {
563
576
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
564
577
  },
565
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
578
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
579
+ { path: "cart.lineItems.serviceProperties.endDate" }
566
580
  ]
567
581
  },
568
582
  {
@@ -642,7 +656,8 @@ function removeCoupon(payload) {
642
656
  {
643
657
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
644
658
  },
645
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
659
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
660
+ { path: "cart.lineItems.serviceProperties.endDate" }
646
661
  ]
647
662
  },
648
663
  {
@@ -690,7 +705,8 @@ function updateLineItemsQuantity(payload) {
690
705
  {
691
706
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
692
707
  },
693
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
708
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
709
+ { path: "cart.lineItems.serviceProperties.endDate" }
694
710
  ]
695
711
  },
696
712
  {
@@ -750,6 +766,7 @@ function estimateTotals(payload) {
750
766
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
751
767
  },
752
768
  { path: "cart.lineItems.serviceProperties.scheduledDate" },
769
+ { path: "cart.lineItems.serviceProperties.endDate" },
753
770
  {
754
771
  path: "shippingInfo.selectedCarrierServiceOption.logistics.deliveryTimeSlot.from"
755
772
  },
@@ -847,7 +864,8 @@ function removeBusinessLocation(payload) {
847
864
  {
848
865
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
849
866
  },
850
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
867
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
868
+ { path: "cart.lineItems.serviceProperties.endDate" }
851
869
  ]
852
870
  },
853
871
  {