@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.
package/build/cjs/meta.js CHANGED
@@ -193,15 +193,18 @@ function createCart(payload) {
193
193
  path: "cartInfo.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
194
194
  },
195
195
  { path: "cartInfo.lineItems.serviceProperties.scheduledDate" },
196
+ { path: "cartInfo.lineItems.serviceProperties.endDate" },
196
197
  { path: "lineItems.image.urlExpirationDate" },
197
198
  {
198
199
  path: "lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
199
200
  },
200
201
  { path: "lineItems.serviceProperties.scheduledDate" },
202
+ { path: "lineItems.serviceProperties.endDate" },
201
203
  {
202
204
  path: "customLineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
203
205
  },
204
- { path: "customLineItems.serviceProperties.scheduledDate" }
206
+ { path: "customLineItems.serviceProperties.scheduledDate" },
207
+ { path: "customLineItems.serviceProperties.endDate" }
205
208
  ]
206
209
  },
207
210
  {
@@ -247,7 +250,8 @@ function createCart(payload) {
247
250
  {
248
251
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
249
252
  },
250
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
253
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
254
+ { path: "cart.lineItems.serviceProperties.endDate" }
251
255
  ]
252
256
  },
253
257
  {
@@ -286,15 +290,18 @@ function updateCart(payload) {
286
290
  path: "cartInfo.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
287
291
  },
288
292
  { path: "cartInfo.lineItems.serviceProperties.scheduledDate" },
293
+ { path: "cartInfo.lineItems.serviceProperties.endDate" },
289
294
  { path: "lineItems.image.urlExpirationDate" },
290
295
  {
291
296
  path: "lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
292
297
  },
293
298
  { path: "lineItems.serviceProperties.scheduledDate" },
299
+ { path: "lineItems.serviceProperties.endDate" },
294
300
  {
295
301
  path: "customLineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
296
302
  },
297
- { path: "customLineItems.serviceProperties.scheduledDate" }
303
+ { path: "customLineItems.serviceProperties.scheduledDate" },
304
+ { path: "customLineItems.serviceProperties.endDate" }
298
305
  ]
299
306
  },
300
307
  {
@@ -340,7 +347,8 @@ function updateCart(payload) {
340
347
  {
341
348
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
342
349
  },
343
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
350
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
351
+ { path: "cart.lineItems.serviceProperties.endDate" }
344
352
  ]
345
353
  },
346
354
  {
@@ -388,7 +396,8 @@ function getCart(payload) {
388
396
  {
389
397
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
390
398
  },
391
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
399
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
400
+ { path: "cart.lineItems.serviceProperties.endDate" }
392
401
  ]
393
402
  },
394
403
  {
@@ -436,7 +445,8 @@ function getCartByCheckoutId(payload) {
436
445
  {
437
446
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
438
447
  },
439
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
448
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
449
+ { path: "cart.lineItems.serviceProperties.endDate" }
440
450
  ]
441
451
  },
442
452
  {
@@ -469,10 +479,12 @@ function addToCart(payload) {
469
479
  path: "lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
470
480
  },
471
481
  { path: "lineItems.serviceProperties.scheduledDate" },
482
+ { path: "lineItems.serviceProperties.endDate" },
472
483
  {
473
484
  path: "customLineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
474
485
  },
475
- { path: "customLineItems.serviceProperties.scheduledDate" }
486
+ { path: "customLineItems.serviceProperties.scheduledDate" },
487
+ { path: "customLineItems.serviceProperties.endDate" }
476
488
  ]
477
489
  },
478
490
  {
@@ -510,7 +522,8 @@ function addToCart(payload) {
510
522
  {
511
523
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
512
524
  },
513
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
525
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
526
+ { path: "cart.lineItems.serviceProperties.endDate" }
514
527
  ]
515
528
  },
516
529
  {
@@ -558,7 +571,8 @@ function removeLineItems(payload) {
558
571
  {
559
572
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
560
573
  },
561
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
574
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
575
+ { path: "cart.lineItems.serviceProperties.endDate" }
562
576
  ]
563
577
  },
564
578
  {
@@ -638,7 +652,8 @@ function removeCoupon(payload) {
638
652
  {
639
653
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
640
654
  },
641
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
655
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
656
+ { path: "cart.lineItems.serviceProperties.endDate" }
642
657
  ]
643
658
  },
644
659
  {
@@ -686,7 +701,8 @@ function updateLineItemsQuantity(payload) {
686
701
  {
687
702
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
688
703
  },
689
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
704
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
705
+ { path: "cart.lineItems.serviceProperties.endDate" }
690
706
  ]
691
707
  },
692
708
  {
@@ -746,6 +762,7 @@ function estimateTotals(payload) {
746
762
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
747
763
  },
748
764
  { path: "cart.lineItems.serviceProperties.scheduledDate" },
765
+ { path: "cart.lineItems.serviceProperties.endDate" },
749
766
  {
750
767
  path: "shippingInfo.selectedCarrierServiceOption.logistics.deliveryTimeSlot.from"
751
768
  },
@@ -843,7 +860,8 @@ function removeBusinessLocation(payload) {
843
860
  {
844
861
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
845
862
  },
846
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
863
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
864
+ { path: "cart.lineItems.serviceProperties.endDate" }
847
865
  ]
848
866
  },
849
867
  {