@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/index.js +35 -13
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +30 -12
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +30 -12
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +35 -13
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +30 -12
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +30 -12
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +35 -13
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +6 -0
- package/build/internal/cjs/index.typings.js +30 -12
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +30 -12
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +35 -13
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +6 -0
- package/build/internal/es/index.typings.mjs +30 -12
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +30 -12
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/meta.mjs
CHANGED
|
@@ -130,15 +130,18 @@ function createCart(payload) {
|
|
|
130
130
|
path: "cartInfo.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
|
|
131
131
|
},
|
|
132
132
|
{ path: "cartInfo.lineItems.serviceProperties.scheduledDate" },
|
|
133
|
+
{ path: "cartInfo.lineItems.serviceProperties.endDate" },
|
|
133
134
|
{ path: "lineItems.image.urlExpirationDate" },
|
|
134
135
|
{
|
|
135
136
|
path: "lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
|
|
136
137
|
},
|
|
137
138
|
{ path: "lineItems.serviceProperties.scheduledDate" },
|
|
139
|
+
{ path: "lineItems.serviceProperties.endDate" },
|
|
138
140
|
{
|
|
139
141
|
path: "customLineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
|
|
140
142
|
},
|
|
141
|
-
{ path: "customLineItems.serviceProperties.scheduledDate" }
|
|
143
|
+
{ path: "customLineItems.serviceProperties.scheduledDate" },
|
|
144
|
+
{ path: "customLineItems.serviceProperties.endDate" }
|
|
142
145
|
]
|
|
143
146
|
},
|
|
144
147
|
{
|
|
@@ -184,7 +187,8 @@ function createCart(payload) {
|
|
|
184
187
|
{
|
|
185
188
|
path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
|
|
186
189
|
},
|
|
187
|
-
{ path: "cart.lineItems.serviceProperties.scheduledDate" }
|
|
190
|
+
{ path: "cart.lineItems.serviceProperties.scheduledDate" },
|
|
191
|
+
{ path: "cart.lineItems.serviceProperties.endDate" }
|
|
188
192
|
]
|
|
189
193
|
},
|
|
190
194
|
{
|
|
@@ -223,15 +227,18 @@ function updateCart(payload) {
|
|
|
223
227
|
path: "cartInfo.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
|
|
224
228
|
},
|
|
225
229
|
{ path: "cartInfo.lineItems.serviceProperties.scheduledDate" },
|
|
230
|
+
{ path: "cartInfo.lineItems.serviceProperties.endDate" },
|
|
226
231
|
{ path: "lineItems.image.urlExpirationDate" },
|
|
227
232
|
{
|
|
228
233
|
path: "lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
|
|
229
234
|
},
|
|
230
235
|
{ path: "lineItems.serviceProperties.scheduledDate" },
|
|
236
|
+
{ path: "lineItems.serviceProperties.endDate" },
|
|
231
237
|
{
|
|
232
238
|
path: "customLineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
|
|
233
239
|
},
|
|
234
|
-
{ path: "customLineItems.serviceProperties.scheduledDate" }
|
|
240
|
+
{ path: "customLineItems.serviceProperties.scheduledDate" },
|
|
241
|
+
{ path: "customLineItems.serviceProperties.endDate" }
|
|
235
242
|
]
|
|
236
243
|
},
|
|
237
244
|
{
|
|
@@ -277,7 +284,8 @@ function updateCart(payload) {
|
|
|
277
284
|
{
|
|
278
285
|
path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
|
|
279
286
|
},
|
|
280
|
-
{ path: "cart.lineItems.serviceProperties.scheduledDate" }
|
|
287
|
+
{ path: "cart.lineItems.serviceProperties.scheduledDate" },
|
|
288
|
+
{ path: "cart.lineItems.serviceProperties.endDate" }
|
|
281
289
|
]
|
|
282
290
|
},
|
|
283
291
|
{
|
|
@@ -325,7 +333,8 @@ function getCart(payload) {
|
|
|
325
333
|
{
|
|
326
334
|
path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
|
|
327
335
|
},
|
|
328
|
-
{ path: "cart.lineItems.serviceProperties.scheduledDate" }
|
|
336
|
+
{ path: "cart.lineItems.serviceProperties.scheduledDate" },
|
|
337
|
+
{ path: "cart.lineItems.serviceProperties.endDate" }
|
|
329
338
|
]
|
|
330
339
|
},
|
|
331
340
|
{
|
|
@@ -373,7 +382,8 @@ function getCartByCheckoutId(payload) {
|
|
|
373
382
|
{
|
|
374
383
|
path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
|
|
375
384
|
},
|
|
376
|
-
{ path: "cart.lineItems.serviceProperties.scheduledDate" }
|
|
385
|
+
{ path: "cart.lineItems.serviceProperties.scheduledDate" },
|
|
386
|
+
{ path: "cart.lineItems.serviceProperties.endDate" }
|
|
377
387
|
]
|
|
378
388
|
},
|
|
379
389
|
{
|
|
@@ -406,10 +416,12 @@ function addToCart(payload) {
|
|
|
406
416
|
path: "lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
|
|
407
417
|
},
|
|
408
418
|
{ path: "lineItems.serviceProperties.scheduledDate" },
|
|
419
|
+
{ path: "lineItems.serviceProperties.endDate" },
|
|
409
420
|
{
|
|
410
421
|
path: "customLineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
|
|
411
422
|
},
|
|
412
|
-
{ path: "customLineItems.serviceProperties.scheduledDate" }
|
|
423
|
+
{ path: "customLineItems.serviceProperties.scheduledDate" },
|
|
424
|
+
{ path: "customLineItems.serviceProperties.endDate" }
|
|
413
425
|
]
|
|
414
426
|
},
|
|
415
427
|
{
|
|
@@ -447,7 +459,8 @@ function addToCart(payload) {
|
|
|
447
459
|
{
|
|
448
460
|
path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
|
|
449
461
|
},
|
|
450
|
-
{ path: "cart.lineItems.serviceProperties.scheduledDate" }
|
|
462
|
+
{ path: "cart.lineItems.serviceProperties.scheduledDate" },
|
|
463
|
+
{ path: "cart.lineItems.serviceProperties.endDate" }
|
|
451
464
|
]
|
|
452
465
|
},
|
|
453
466
|
{
|
|
@@ -495,7 +508,8 @@ function removeLineItems(payload) {
|
|
|
495
508
|
{
|
|
496
509
|
path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
|
|
497
510
|
},
|
|
498
|
-
{ path: "cart.lineItems.serviceProperties.scheduledDate" }
|
|
511
|
+
{ path: "cart.lineItems.serviceProperties.scheduledDate" },
|
|
512
|
+
{ path: "cart.lineItems.serviceProperties.endDate" }
|
|
499
513
|
]
|
|
500
514
|
},
|
|
501
515
|
{
|
|
@@ -575,7 +589,8 @@ function removeCoupon(payload) {
|
|
|
575
589
|
{
|
|
576
590
|
path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
|
|
577
591
|
},
|
|
578
|
-
{ path: "cart.lineItems.serviceProperties.scheduledDate" }
|
|
592
|
+
{ path: "cart.lineItems.serviceProperties.scheduledDate" },
|
|
593
|
+
{ path: "cart.lineItems.serviceProperties.endDate" }
|
|
579
594
|
]
|
|
580
595
|
},
|
|
581
596
|
{
|
|
@@ -623,7 +638,8 @@ function updateLineItemsQuantity(payload) {
|
|
|
623
638
|
{
|
|
624
639
|
path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
|
|
625
640
|
},
|
|
626
|
-
{ path: "cart.lineItems.serviceProperties.scheduledDate" }
|
|
641
|
+
{ path: "cart.lineItems.serviceProperties.scheduledDate" },
|
|
642
|
+
{ path: "cart.lineItems.serviceProperties.endDate" }
|
|
627
643
|
]
|
|
628
644
|
},
|
|
629
645
|
{
|
|
@@ -683,6 +699,7 @@ function estimateTotals(payload) {
|
|
|
683
699
|
path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
|
|
684
700
|
},
|
|
685
701
|
{ path: "cart.lineItems.serviceProperties.scheduledDate" },
|
|
702
|
+
{ path: "cart.lineItems.serviceProperties.endDate" },
|
|
686
703
|
{
|
|
687
704
|
path: "shippingInfo.selectedCarrierServiceOption.logistics.deliveryTimeSlot.from"
|
|
688
705
|
},
|
|
@@ -780,7 +797,8 @@ function removeBusinessLocation(payload) {
|
|
|
780
797
|
{
|
|
781
798
|
path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
|
|
782
799
|
},
|
|
783
|
-
{ path: "cart.lineItems.serviceProperties.scheduledDate" }
|
|
800
|
+
{ path: "cart.lineItems.serviceProperties.scheduledDate" },
|
|
801
|
+
{ path: "cart.lineItems.serviceProperties.endDate" }
|
|
784
802
|
]
|
|
785
803
|
},
|
|
786
804
|
{
|