@wix/auto_sdk_ecom_cart 1.0.111 → 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.
Files changed (37) hide show
  1. package/build/cjs/index.d.ts +1 -1
  2. package/build/cjs/index.js +43 -13
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +24 -1
  5. package/build/cjs/index.typings.js +38 -12
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +24 -1
  8. package/build/cjs/meta.js +38 -12
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/es/index.d.mts +1 -1
  11. package/build/es/index.mjs +42 -13
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +24 -1
  14. package/build/es/index.typings.mjs +37 -12
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +24 -1
  17. package/build/es/meta.mjs +37 -12
  18. package/build/es/meta.mjs.map +1 -1
  19. package/build/internal/cjs/index.d.ts +1 -1
  20. package/build/internal/cjs/index.js +43 -13
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/index.typings.d.ts +30 -1
  23. package/build/internal/cjs/index.typings.js +38 -12
  24. package/build/internal/cjs/index.typings.js.map +1 -1
  25. package/build/internal/cjs/meta.d.ts +24 -1
  26. package/build/internal/cjs/meta.js +38 -12
  27. package/build/internal/cjs/meta.js.map +1 -1
  28. package/build/internal/es/index.d.mts +1 -1
  29. package/build/internal/es/index.mjs +42 -13
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/index.typings.d.mts +30 -1
  32. package/build/internal/es/index.typings.mjs +37 -12
  33. package/build/internal/es/index.typings.mjs.map +1 -1
  34. package/build/internal/es/meta.d.mts +24 -1
  35. package/build/internal/es/meta.mjs +37 -12
  36. package/build/internal/es/meta.mjs.map +1 -1
  37. package/package.json +2 -2
@@ -846,6 +846,29 @@ interface ItemModifier {
846
846
  /** The price of the modifier. */
847
847
  price?: MultiCurrencyPrice;
848
848
  }
849
+ interface PlatformFee {
850
+ /** Platform fee name. */
851
+ name?: TranslatableString;
852
+ /** Platform fee charge type. */
853
+ chargeType?: V1ChargeTypeWithLiterals;
854
+ /**
855
+ * Percentage rate charged as platform fee.
856
+ *
857
+ * The fee rate expressed as a decimal fraction between 0 and 1. For example, `0.05` for 5%.
858
+ * @format DECIMAL_VALUE
859
+ * @decimalValue options { gte:0, lte:1, maxScale:4 }
860
+ */
861
+ percentageRate?: string;
862
+ }
863
+ declare enum V1ChargeType {
864
+ UNKNOWN_CHARGE_TYPE = "UNKNOWN_CHARGE_TYPE",
865
+ /** The platform fee is passed on to the customer. */
866
+ PASS_ON = "PASS_ON",
867
+ /** The platform fee is absorbed by the merchant. */
868
+ ABSORBED = "ABSORBED"
869
+ }
870
+ /** @enumType */
871
+ type V1ChargeTypeWithLiterals = V1ChargeType | 'UNKNOWN_CHARGE_TYPE' | 'PASS_ON' | 'ABSORBED';
849
872
  /** Buyer Info */
850
873
  interface BuyerInfo extends BuyerInfoIdOneOf {
851
874
  /**
@@ -3479,4 +3502,4 @@ declare function deleteCart(_id: string): Promise<void>;
3479
3502
  */
3480
3503
  declare function removeBusinessLocation(_id: string): Promise<NonNullablePaths<RemoveBusinessLocationResponse, `cart.lineItems` | `cart.lineItems.${number}.quantity` | `cart.lineItems.${number}.catalogReference.catalogItemId` | `cart.lineItems.${number}.catalogReference.appId` | `cart.lineItems.${number}.productName.original` | `cart.lineItems.${number}.price.amount` | `cart.lineItems.${number}.price.convertedAmount` | `cart.lineItems.${number}.price.formattedAmount` | `cart.lineItems.${number}.price.formattedConvertedAmount` | `cart.lineItems.${number}.availability.status` | `cart.lineItems.${number}.physicalProperties.shippable` | `cart.lineItems.${number}.itemType.preset` | `cart.lineItems.${number}.itemType.custom` | `cart.lineItems.${number}.subscriptionOptionInfo.subscriptionSettings.frequency` | `cart.lineItems.${number}.subscriptionOptionInfo.subscriptionSettings.autoRenewal` | `cart.lineItems.${number}.subscriptionOptionInfo.subscriptionSettings.enableCustomerCancellation` | `cart.lineItems.${number}.subscriptionOptionInfo.title.original` | `cart.lineItems.${number}.subscriptionOptionInfo.description.original` | `cart.lineItems.${number}.paymentOption` | `cart.lineItems.${number}.priceDescription.original` | `cart.lineItems.${number}.selectedMembership._id` | `cart.lineItems.${number}.selectedMembership.appId` | `cart.lineItems.${number}.customLineItem` | `cart.lineItems.${number}.priceUndetermined` | `cart.lineItems.${number}.fixedQuantity` | `cart.lineItems.${number}.catalogOverrideFields.paymentOption.value` | `cart.lineItems.${number}.savePaymentMethod` | `cart.lineItems.${number}.taxableAddress.addressType` | `cart.lineItems.${number}.membersOnly` | `cart.buyerInfo.visitorId` | `cart.buyerInfo.memberId` | `cart.buyerInfo.userId` | `cart.currency` | `cart.conversionCurrency` | `cart.weightUnit` | `cart.appliedDiscounts` | `cart.appliedDiscounts.${number}.coupon._id` | `cart.appliedDiscounts.${number}.coupon.code` | `cart.contactInfo.address.streetAddress.number` | `cart.contactInfo.address.streetAddress.name` | `cart.contactInfo.contactDetails.vatId._id` | `cart.contactInfo.contactDetails.vatId.type` | `cart.selectedShippingOption.code` | `cart.paymentCurrency`, 7>>;
3481
3504
 
3482
- export { type ActionEvent, type AddToCartApplicationErrors, type AddToCartOptions, type AddToCartRequest, type AddToCartResponse, type AddToCurrentCartAndEstimateTotalsRequest, type AddToCurrentCartRequest, type AdditionalFee, AdditionalFeeSource, type AdditionalFeeSourceWithLiterals, type Address, type AddressLocation, type AddressWithContact, type AggregatedTaxBreakdown, type ApplicableLineItems, type ApplicationError, type AppliedDiscount, type AppliedDiscountDiscountSourceOneOf, AppliedDiscountDiscountType, type AppliedDiscountDiscountTypeWithLiterals, type AutoTaxFallbackCalculationDetails, type BaseEventMetadata, type BuyerInfo, type BuyerInfoIdOneOf, type CalculatedItemModifier, type CalculatedLineItem, type CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf, type Carrier, type CarrierError, type CarrierErrors, type CarrierServiceOption, type Cart, type CartCreatedEnvelope, type CartDeletedEnvelope, type CartDiscount, type CartDiscountDiscountSourceOneOf, type CartUpdatedEnvelope, type CatalogOverrideFields, type CatalogReference, ChannelType, type ChannelTypeWithLiterals, ChargeType, type ChargeTypeWithLiterals, type Color, type Coupon, type CreateCartApplicationErrors, type CreateCartOptions, type CreateCartRequest, type CreateCartResponse, type CreateCheckoutApplicationErrors, type CreateCheckoutFromCurrentCartRequest, type CreateCheckoutOptions, type CreateCheckoutRequest, type CreateCheckoutResponse, type CustomLineItem, type DeleteCartRequest, type DeleteCartResponse, type DeleteCurrentCartRequest, type DeliveryAllocation, type DeliveryLogistics, type DeliveryTimeSlot, type Description, type DescriptionLine, type DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName, DescriptionLineType, type DescriptionLineTypeWithLiterals, type DescriptionLineValueOneOf, type Details, type DetailsKindOneOf, type DiscountRule, type DiscountRuleName, DiscountType, type DiscountTypeWithLiterals, type DomainEvent, type DomainEventBodyOneOf, type Empty, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, type EstimateCurrentCartTotalsRequest, type EstimateTotalsOptions, type EstimateTotalsRequest, type EstimateTotalsResponse, type EventMetadata, type ExtendedFields, FallbackReason, type FallbackReasonWithLiterals, type FieldViolation, FileType, type FileTypeWithLiterals, type FocalPoint, type FreeTrialPeriod, type FullAddressContactDetails, type GetCartByCheckoutIdRequest, type GetCartByCheckoutIdResponse, type GetCartRequest, type GetCartResponse, type GetCurrentCartRequest, type GetCurrentCartResponse, type GiftCard, type Group, type HostSelectedMembership, type IdentificationData, type IdentificationDataIdOneOf, type InvalidMembership, type ItemAvailabilityInfo, ItemAvailabilityStatus, type ItemAvailabilityStatusWithLiterals, type ItemModifier, type ItemTaxFullDetails, type ItemType, type ItemTypeItemTypeDataOneOf, ItemTypePreset, type ItemTypePresetWithLiterals, JurisdictionType, type JurisdictionTypeWithLiterals, type LineItem, type LineItemDiscount, type LineItemPricesData, type LineItemQuantityUpdate, ManualCalculationReason, type ManualCalculationReasonWithLiterals, type Membership, type MembershipName, type MembershipOptions, type MembershipPaymentCredits, type MerchantDiscount, type MerchantDiscountInput, type MessageEnvelope, type ModifierGroup, type MultiCurrencyPrice, NameInLineItem, type NameInLineItemWithLiterals, NameInOther, type NameInOtherWithLiterals, type Other, type OtherCharge, type PaymentOption, PaymentOptionType, type PaymentOptionTypeWithLiterals, type PhysicalProperties, type PickupDetails, PickupMethod, type PickupMethodWithLiterals, type PlainTextValue, type Policy, type PriceDescription, type PriceSummary, type ProductName, RateType, type RateTypeWithLiterals, type Region, type RemoveBusinessLocationRequest, type RemoveBusinessLocationResponse, type RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest, type RemoveCouponResponse, type RemoveLineItemsFromCurrentCartRequest, type RemoveLineItemsRequest, type RemoveLineItemsResponse, type RestoreInfo, RuleType, type RuleTypeWithLiterals, type Scope, type SecuredMedia, type SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices, type SelectedMembership, type SelectedMemberships, type SelectedShippingOption, type ServiceProperties, Severity, type SeverityWithLiterals, type ShippingInformation, type ShippingOption, type ShippingPrice, type ShippingRegion, type StreetAddress, SubscriptionFrequency, type SubscriptionFrequencyWithLiterals, type SubscriptionOptionInfo, type SubscriptionSettings, SuggestedFix, type SuggestedFixWithLiterals, type SystemError, type Target, type TargetLineItem, type TargetTargetTypeOneOf, type TaxBreakdown, type TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown, type TaxSummary, type TaxableAddress, type TaxableAddressTaxableAddressDataOneOf, TaxableAddressType, type TaxableAddressTypeWithLiterals, type Title, type TranslatableString, type UpdateCartApplicationErrors, type UpdateCartOptions, type UpdateCartRequest, type UpdateCartResponse, type UpdateCurrentCartLineItemQuantityRequest, type UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse, type V1Coupon, type V1DiscountRule, type V1DiscountRuleName, type V1ItemModifier, type V1MerchantDiscount, type V1ModifierGroup, type ValidationError, type VatId, VatType, type VatTypeWithLiterals, type Violation, WebhookIdentityType, type WebhookIdentityTypeWithLiterals, WeightUnit, type WeightUnitWithLiterals, addToCart, createCart, createCheckout, deleteCart, estimateTotals, getCart, onCartCreated, onCartDeleted, onCartUpdated, removeBusinessLocation, removeCoupon, removeLineItems, updateCart, updateLineItemsQuantity };
3505
+ export { type ActionEvent, type AddToCartApplicationErrors, type AddToCartOptions, type AddToCartRequest, type AddToCartResponse, type AddToCurrentCartAndEstimateTotalsRequest, type AddToCurrentCartRequest, type AdditionalFee, AdditionalFeeSource, type AdditionalFeeSourceWithLiterals, type Address, type AddressLocation, type AddressWithContact, type AggregatedTaxBreakdown, type ApplicableLineItems, type ApplicationError, type AppliedDiscount, type AppliedDiscountDiscountSourceOneOf, AppliedDiscountDiscountType, type AppliedDiscountDiscountTypeWithLiterals, type AutoTaxFallbackCalculationDetails, type BaseEventMetadata, type BuyerInfo, type BuyerInfoIdOneOf, type CalculatedItemModifier, type CalculatedLineItem, type CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf, type Carrier, type CarrierError, type CarrierErrors, type CarrierServiceOption, type Cart, type CartCreatedEnvelope, type CartDeletedEnvelope, type CartDiscount, type CartDiscountDiscountSourceOneOf, type CartUpdatedEnvelope, type CatalogOverrideFields, type CatalogReference, ChannelType, type ChannelTypeWithLiterals, ChargeType, type ChargeTypeWithLiterals, type Color, type Coupon, type CreateCartApplicationErrors, type CreateCartOptions, type CreateCartRequest, type CreateCartResponse, type CreateCheckoutApplicationErrors, type CreateCheckoutFromCurrentCartRequest, type CreateCheckoutOptions, type CreateCheckoutRequest, type CreateCheckoutResponse, type CustomLineItem, type DeleteCartRequest, type DeleteCartResponse, type DeleteCurrentCartRequest, type DeliveryAllocation, type DeliveryLogistics, type DeliveryTimeSlot, type Description, type DescriptionLine, type DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName, DescriptionLineType, type DescriptionLineTypeWithLiterals, type DescriptionLineValueOneOf, type Details, type DetailsKindOneOf, type DiscountRule, type DiscountRuleName, DiscountType, type DiscountTypeWithLiterals, type DomainEvent, type DomainEventBodyOneOf, type Empty, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, type EstimateCurrentCartTotalsRequest, type EstimateTotalsOptions, type EstimateTotalsRequest, type EstimateTotalsResponse, type EventMetadata, type ExtendedFields, FallbackReason, type FallbackReasonWithLiterals, type FieldViolation, FileType, type FileTypeWithLiterals, type FocalPoint, type FreeTrialPeriod, type FullAddressContactDetails, type GetCartByCheckoutIdRequest, type GetCartByCheckoutIdResponse, type GetCartRequest, type GetCartResponse, type GetCurrentCartRequest, type GetCurrentCartResponse, type GiftCard, type Group, type HostSelectedMembership, type IdentificationData, type IdentificationDataIdOneOf, type InvalidMembership, type ItemAvailabilityInfo, ItemAvailabilityStatus, type ItemAvailabilityStatusWithLiterals, type ItemModifier, type ItemTaxFullDetails, type ItemType, type ItemTypeItemTypeDataOneOf, ItemTypePreset, type ItemTypePresetWithLiterals, JurisdictionType, type JurisdictionTypeWithLiterals, type LineItem, type LineItemDiscount, type LineItemPricesData, type LineItemQuantityUpdate, ManualCalculationReason, type ManualCalculationReasonWithLiterals, type Membership, type MembershipName, type MembershipOptions, type MembershipPaymentCredits, type MerchantDiscount, type MerchantDiscountInput, type MessageEnvelope, type ModifierGroup, type MultiCurrencyPrice, NameInLineItem, type NameInLineItemWithLiterals, NameInOther, type NameInOtherWithLiterals, type Other, type OtherCharge, type PaymentOption, PaymentOptionType, type PaymentOptionTypeWithLiterals, type PhysicalProperties, type PickupDetails, PickupMethod, type PickupMethodWithLiterals, type PlainTextValue, type PlatformFee, type Policy, type PriceDescription, type PriceSummary, type ProductName, RateType, type RateTypeWithLiterals, type Region, type RemoveBusinessLocationRequest, type RemoveBusinessLocationResponse, type RemoveCouponFromCurrentCartRequest, type RemoveCouponRequest, type RemoveCouponResponse, type RemoveLineItemsFromCurrentCartRequest, type RemoveLineItemsRequest, type RemoveLineItemsResponse, type RestoreInfo, RuleType, type RuleTypeWithLiterals, type Scope, type SecuredMedia, type SelectedCarrierServiceOption, type SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices, type SelectedMembership, type SelectedMemberships, type SelectedShippingOption, type ServiceProperties, Severity, type SeverityWithLiterals, type ShippingInformation, type ShippingOption, type ShippingPrice, type ShippingRegion, type StreetAddress, SubscriptionFrequency, type SubscriptionFrequencyWithLiterals, type SubscriptionOptionInfo, type SubscriptionSettings, SuggestedFix, type SuggestedFixWithLiterals, type SystemError, type Target, type TargetLineItem, type TargetTargetTypeOneOf, type TaxBreakdown, type TaxCalculationDetails, type TaxCalculationDetailsCalculationDetailsOneOf, type TaxRateBreakdown, type TaxSummary, type TaxableAddress, type TaxableAddressTaxableAddressDataOneOf, TaxableAddressType, type TaxableAddressTypeWithLiterals, type Title, type TranslatableString, type UpdateCartApplicationErrors, type UpdateCartOptions, type UpdateCartRequest, type UpdateCartResponse, type UpdateCurrentCartLineItemQuantityRequest, type UpdateLineItemsQuantityRequest, type UpdateLineItemsQuantityResponse, V1ChargeType, type V1ChargeTypeWithLiterals, type V1Coupon, type V1DiscountRule, type V1DiscountRuleName, type V1ItemModifier, type V1MerchantDiscount, type V1ModifierGroup, type ValidationError, type VatId, VatType, type VatTypeWithLiterals, type Violation, WebhookIdentityType, type WebhookIdentityTypeWithLiterals, WeightUnit, type WeightUnitWithLiterals, addToCart, createCart, createCheckout, deleteCart, estimateTotals, getCart, onCartCreated, onCartDeleted, onCartUpdated, removeBusinessLocation, removeCoupon, removeLineItems, updateCart, updateLineItemsQuantity };
@@ -137,15 +137,18 @@ function createCart(payload) {
137
137
  path: "cartInfo.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
138
138
  },
139
139
  { path: "cartInfo.lineItems.serviceProperties.scheduledDate" },
140
+ { path: "cartInfo.lineItems.serviceProperties.endDate" },
140
141
  { path: "lineItems.image.urlExpirationDate" },
141
142
  {
142
143
  path: "lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
143
144
  },
144
145
  { path: "lineItems.serviceProperties.scheduledDate" },
146
+ { path: "lineItems.serviceProperties.endDate" },
145
147
  {
146
148
  path: "customLineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
147
149
  },
148
- { path: "customLineItems.serviceProperties.scheduledDate" }
150
+ { path: "customLineItems.serviceProperties.scheduledDate" },
151
+ { path: "customLineItems.serviceProperties.endDate" }
149
152
  ]
150
153
  },
151
154
  {
@@ -191,7 +194,8 @@ function createCart(payload) {
191
194
  {
192
195
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
193
196
  },
194
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
197
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
198
+ { path: "cart.lineItems.serviceProperties.endDate" }
195
199
  ]
196
200
  },
197
201
  {
@@ -230,15 +234,18 @@ function updateCart(payload) {
230
234
  path: "cartInfo.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
231
235
  },
232
236
  { path: "cartInfo.lineItems.serviceProperties.scheduledDate" },
237
+ { path: "cartInfo.lineItems.serviceProperties.endDate" },
233
238
  { path: "lineItems.image.urlExpirationDate" },
234
239
  {
235
240
  path: "lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
236
241
  },
237
242
  { path: "lineItems.serviceProperties.scheduledDate" },
243
+ { path: "lineItems.serviceProperties.endDate" },
238
244
  {
239
245
  path: "customLineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
240
246
  },
241
- { path: "customLineItems.serviceProperties.scheduledDate" }
247
+ { path: "customLineItems.serviceProperties.scheduledDate" },
248
+ { path: "customLineItems.serviceProperties.endDate" }
242
249
  ]
243
250
  },
244
251
  {
@@ -284,7 +291,8 @@ function updateCart(payload) {
284
291
  {
285
292
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
286
293
  },
287
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
294
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
295
+ { path: "cart.lineItems.serviceProperties.endDate" }
288
296
  ]
289
297
  },
290
298
  {
@@ -332,7 +340,8 @@ function getCart(payload) {
332
340
  {
333
341
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
334
342
  },
335
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
343
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
344
+ { path: "cart.lineItems.serviceProperties.endDate" }
336
345
  ]
337
346
  },
338
347
  {
@@ -380,7 +389,8 @@ function getCartByCheckoutId(payload) {
380
389
  {
381
390
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
382
391
  },
383
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
392
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
393
+ { path: "cart.lineItems.serviceProperties.endDate" }
384
394
  ]
385
395
  },
386
396
  {
@@ -413,10 +423,12 @@ function addToCart(payload) {
413
423
  path: "lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
414
424
  },
415
425
  { path: "lineItems.serviceProperties.scheduledDate" },
426
+ { path: "lineItems.serviceProperties.endDate" },
416
427
  {
417
428
  path: "customLineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
418
429
  },
419
- { path: "customLineItems.serviceProperties.scheduledDate" }
430
+ { path: "customLineItems.serviceProperties.scheduledDate" },
431
+ { path: "customLineItems.serviceProperties.endDate" }
420
432
  ]
421
433
  },
422
434
  {
@@ -454,7 +466,8 @@ function addToCart(payload) {
454
466
  {
455
467
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
456
468
  },
457
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
469
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
470
+ { path: "cart.lineItems.serviceProperties.endDate" }
458
471
  ]
459
472
  },
460
473
  {
@@ -502,7 +515,8 @@ function removeLineItems(payload) {
502
515
  {
503
516
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
504
517
  },
505
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
518
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
519
+ { path: "cart.lineItems.serviceProperties.endDate" }
506
520
  ]
507
521
  },
508
522
  {
@@ -582,7 +596,8 @@ function removeCoupon(payload) {
582
596
  {
583
597
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
584
598
  },
585
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
599
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
600
+ { path: "cart.lineItems.serviceProperties.endDate" }
586
601
  ]
587
602
  },
588
603
  {
@@ -630,7 +645,8 @@ function updateLineItemsQuantity(payload) {
630
645
  {
631
646
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
632
647
  },
633
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
648
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
649
+ { path: "cart.lineItems.serviceProperties.endDate" }
634
650
  ]
635
651
  },
636
652
  {
@@ -690,6 +706,7 @@ function estimateTotals(payload) {
690
706
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
691
707
  },
692
708
  { path: "cart.lineItems.serviceProperties.scheduledDate" },
709
+ { path: "cart.lineItems.serviceProperties.endDate" },
693
710
  {
694
711
  path: "shippingInfo.selectedCarrierServiceOption.logistics.deliveryTimeSlot.from"
695
712
  },
@@ -787,7 +804,8 @@ function removeBusinessLocation(payload) {
787
804
  {
788
805
  path: "cart.lineItems.subscriptionOptionInfo.subscriptionSettings.startDate"
789
806
  },
790
- { path: "cart.lineItems.serviceProperties.scheduledDate" }
807
+ { path: "cart.lineItems.serviceProperties.scheduledDate" },
808
+ { path: "cart.lineItems.serviceProperties.endDate" }
791
809
  ]
792
810
  },
793
811
  {
@@ -872,6 +890,12 @@ var TaxableAddressType = /* @__PURE__ */ ((TaxableAddressType2) => {
872
890
  TaxableAddressType2["SHIPPING"] = "SHIPPING";
873
891
  return TaxableAddressType2;
874
892
  })(TaxableAddressType || {});
893
+ var V1ChargeType = /* @__PURE__ */ ((V1ChargeType2) => {
894
+ V1ChargeType2["UNKNOWN_CHARGE_TYPE"] = "UNKNOWN_CHARGE_TYPE";
895
+ V1ChargeType2["PASS_ON"] = "PASS_ON";
896
+ V1ChargeType2["ABSORBED"] = "ABSORBED";
897
+ return V1ChargeType2;
898
+ })(V1ChargeType || {});
875
899
  var WeightUnit = /* @__PURE__ */ ((WeightUnit2) => {
876
900
  WeightUnit2["UNSPECIFIED_WEIGHT_UNIT"] = "UNSPECIFIED_WEIGHT_UNIT";
877
901
  WeightUnit2["KG"] = "KG";
@@ -1654,6 +1678,7 @@ export {
1654
1678
  SubscriptionFrequency,
1655
1679
  SuggestedFix,
1656
1680
  TaxableAddressType,
1681
+ V1ChargeType,
1657
1682
  VatType,
1658
1683
  WebhookIdentityType,
1659
1684
  WeightUnit,