b23-lib 3.4.1 → 3.4.2
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/dist/Classes/Address.d.mts +1 -1
- package/dist/Classes/Address.d.ts +1 -1
- package/dist/Classes/Base.d.mts +1 -1
- package/dist/Classes/Base.d.ts +1 -1
- package/dist/Classes/Cart.d.mts +1 -1
- package/dist/Classes/Cart.d.ts +1 -1
- package/dist/Classes/Charge.d.mts +1 -1
- package/dist/Classes/Charge.d.ts +1 -1
- package/dist/Classes/Common.d.mts +1 -1
- package/dist/Classes/Common.d.ts +1 -1
- package/dist/Classes/Coupon.d.mts +1 -1
- package/dist/Classes/Coupon.d.ts +1 -1
- package/dist/Classes/Customer.d.mts +1 -1
- package/dist/Classes/Customer.d.ts +1 -1
- package/dist/Classes/CustomerAddress.d.mts +1 -1
- package/dist/Classes/CustomerAddress.d.ts +1 -1
- package/dist/Classes/Inventory.d.mts +1 -1
- package/dist/Classes/Inventory.d.ts +1 -1
- package/dist/Classes/Invoice.d.mts +1 -1
- package/dist/Classes/Invoice.d.ts +1 -1
- package/dist/Classes/LineItem.d.mts +1 -1
- package/dist/Classes/LineItem.d.ts +1 -1
- package/dist/Classes/Order.d.mts +1 -1
- package/dist/Classes/Order.d.ts +1 -1
- package/dist/Classes/Payment.d.mts +1 -1
- package/dist/Classes/Payment.d.ts +1 -1
- package/dist/Classes/Price.d.mts +1 -1
- package/dist/Classes/Price.d.ts +1 -1
- package/dist/Classes/Product.d.mts +1 -1
- package/dist/Classes/Product.d.ts +1 -1
- package/dist/Classes/ShoppingContainer.d.mts +1 -1
- package/dist/Classes/ShoppingContainer.d.ts +1 -1
- package/dist/Classes/TaxRule.d.mts +1 -1
- package/dist/Classes/TaxRule.d.ts +1 -1
- package/dist/Classes/TieredPrice.d.mts +1 -1
- package/dist/Classes/TieredPrice.d.ts +1 -1
- package/dist/{Common-BPgGKaZC.d.ts → Common-BsfeCt6G.d.ts} +1 -0
- package/dist/{Common-DY253_Gs.d.mts → Common-Du2s_43h.d.mts} +1 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/Classes/Base.d.mts
CHANGED
package/dist/Classes/Base.d.ts
CHANGED
package/dist/Classes/Cart.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import LineItemModel from './LineItem.mjs';
|
|
2
2
|
import ProductModel from './Product.mjs';
|
|
3
3
|
import BaseShoppingContainerModel, { BaseShoppingContainerAttributes, BaseShoppingContainerData } from './ShoppingContainer.mjs';
|
|
4
|
-
import '../Common-
|
|
4
|
+
import '../Common-Du2s_43h.mjs';
|
|
5
5
|
import './Enum.mjs';
|
|
6
6
|
import './Coupon.mjs';
|
|
7
7
|
import './Base.mjs';
|
package/dist/Classes/Cart.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import LineItemModel from './LineItem.js';
|
|
2
2
|
import ProductModel from './Product.js';
|
|
3
3
|
import BaseShoppingContainerModel, { BaseShoppingContainerAttributes, BaseShoppingContainerData } from './ShoppingContainer.js';
|
|
4
|
-
import '../Common-
|
|
4
|
+
import '../Common-BsfeCt6G.js';
|
|
5
5
|
import './Enum.js';
|
|
6
6
|
import './Coupon.js';
|
|
7
7
|
import './Base.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CustomFieldAttributes, CustomFieldModel } from './Base.mjs';
|
|
2
|
-
import { P as PriceData, a as PriceModel, d as LocalizedString, L as LocaleCode } from '../Common-
|
|
2
|
+
import { P as PriceData, a as PriceModel, d as LocalizedString, L as LocaleCode } from '../Common-Du2s_43h.mjs';
|
|
3
3
|
import { TaxSystem, ChargeType, ChargeImpact } from './Enum.mjs';
|
|
4
4
|
import { TaxRuleData, TaxRuleModel } from './TaxRule.mjs';
|
|
5
5
|
import CouponModel from './Coupon.mjs';
|
package/dist/Classes/Charge.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CustomFieldAttributes, CustomFieldModel } from './Base.js';
|
|
2
|
-
import { P as PriceData, a as PriceModel, d as LocalizedString, L as LocaleCode } from '../Common-
|
|
2
|
+
import { P as PriceData, a as PriceModel, d as LocalizedString, L as LocaleCode } from '../Common-BsfeCt6G.js';
|
|
3
3
|
import { TaxSystem, ChargeType, ChargeImpact } from './Enum.js';
|
|
4
4
|
import { TaxRuleData, TaxRuleModel } from './TaxRule.js';
|
|
5
5
|
import CouponModel from './Coupon.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import './Enum.mjs';
|
|
2
|
-
export { f as Color, C as CountryCode, c as CurrencyCode, I as ISODateTimeUTC, h as LanguageCode, L as LocaleCode, d as LocalizedString, e as LocalizedValue, b as Prettify, R as RegionalPrice, S as ShippingDetails } from '../Common-
|
|
2
|
+
export { f as Color, C as CountryCode, c as CurrencyCode, I as ISODateTimeUTC, h as LanguageCode, L as LocaleCode, d as LocalizedString, e as LocalizedValue, b as Prettify, R as RegionalPrice, S as ShippingDetails } from '../Common-Du2s_43h.mjs';
|
package/dist/Classes/Common.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import './Enum.js';
|
|
2
|
-
export { f as Color, C as CountryCode, c as CurrencyCode, I as ISODateTimeUTC, h as LanguageCode, L as LocaleCode, d as LocalizedString, e as LocalizedValue, b as Prettify, R as RegionalPrice, S as ShippingDetails } from '../Common-
|
|
2
|
+
export { f as Color, C as CountryCode, c as CurrencyCode, I as ISODateTimeUTC, h as LanguageCode, L as LocaleCode, d as LocalizedString, e as LocalizedValue, b as Prettify, R as RegionalPrice, S as ShippingDetails } from '../Common-BsfeCt6G.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import BaseModel, { BaseAttributes } from './Base.mjs';
|
|
2
|
-
import { d as LocalizedString, I as ISODateTimeUTC, R as RegionalPrice, C as CountryCode, a as PriceModel, L as LocaleCode, c as CurrencyCode } from '../Common-
|
|
2
|
+
import { d as LocalizedString, I as ISODateTimeUTC, R as RegionalPrice, C as CountryCode, a as PriceModel, L as LocaleCode, c as CurrencyCode } from '../Common-Du2s_43h.mjs';
|
|
3
3
|
import '../Auth/index.mjs';
|
|
4
4
|
import './Enum.mjs';
|
|
5
5
|
|
package/dist/Classes/Coupon.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import BaseModel, { BaseAttributes } from './Base.js';
|
|
2
|
-
import { d as LocalizedString, I as ISODateTimeUTC, R as RegionalPrice, C as CountryCode, a as PriceModel, L as LocaleCode, c as CurrencyCode } from '../Common-
|
|
2
|
+
import { d as LocalizedString, I as ISODateTimeUTC, R as RegionalPrice, C as CountryCode, a as PriceModel, L as LocaleCode, c as CurrencyCode } from '../Common-BsfeCt6G.js';
|
|
3
3
|
import '../Auth/index.js';
|
|
4
4
|
import './Enum.js';
|
|
5
5
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import AddressModel, { AddressData } from './Address.mjs';
|
|
2
2
|
import BaseModel, { BaseAttributes } from './Base.mjs';
|
|
3
3
|
import '../Auth/index.mjs';
|
|
4
|
-
import '../Common-
|
|
4
|
+
import '../Common-Du2s_43h.mjs';
|
|
5
5
|
import './Enum.mjs';
|
|
6
6
|
|
|
7
7
|
type CustomerAddressAttributes = BaseAttributes & {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import AddressModel, { AddressData } from './Address.js';
|
|
2
2
|
import BaseModel, { BaseAttributes } from './Base.js';
|
|
3
3
|
import '../Auth/index.js';
|
|
4
|
-
import '../Common-
|
|
4
|
+
import '../Common-BsfeCt6G.js';
|
|
5
5
|
import './Enum.js';
|
|
6
6
|
|
|
7
7
|
type CustomerAddressAttributes = BaseAttributes & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import BaseModel, { BaseAttributes, BaseData } from './Base.mjs';
|
|
2
|
-
import { C as CountryCode } from '../Common-
|
|
2
|
+
import { C as CountryCode } from '../Common-Du2s_43h.mjs';
|
|
3
3
|
import { SelectionAttributes } from './Product.mjs';
|
|
4
4
|
import '../Auth/index.mjs';
|
|
5
5
|
import './Enum.mjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import BaseModel, { BaseAttributes, BaseData } from './Base.js';
|
|
2
|
-
import { C as CountryCode } from '../Common-
|
|
2
|
+
import { C as CountryCode } from '../Common-BsfeCt6G.js';
|
|
3
3
|
import { SelectionAttributes } from './Product.js';
|
|
4
4
|
import '../Auth/index.js';
|
|
5
5
|
import './Enum.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TaxSystem, ChargeType, ChargeImpact } from './Enum.mjs';
|
|
2
|
-
import { P as PriceData, a as PriceModel, b as Prettify, C as CountryCode, c as CurrencyCode, L as LocaleCode } from '../Common-
|
|
2
|
+
import { P as PriceData, a as PriceModel, b as Prettify, C as CountryCode, c as CurrencyCode, L as LocaleCode } from '../Common-Du2s_43h.mjs';
|
|
3
3
|
import AddressModel, { AddressData } from './Address.mjs';
|
|
4
4
|
import { ShoppingContainerTotal, ShoppingContainerTotalModel } from './ShoppingContainer.mjs';
|
|
5
5
|
import BaseModel, { BaseAttributes, BaseData } from './Base.mjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TaxSystem, ChargeType, ChargeImpact } from './Enum.js';
|
|
2
|
-
import { P as PriceData, a as PriceModel, b as Prettify, C as CountryCode, c as CurrencyCode, L as LocaleCode } from '../Common-
|
|
2
|
+
import { P as PriceData, a as PriceModel, b as Prettify, C as CountryCode, c as CurrencyCode, L as LocaleCode } from '../Common-BsfeCt6G.js';
|
|
3
3
|
import AddressModel, { AddressData } from './Address.js';
|
|
4
4
|
import { ShoppingContainerTotal, ShoppingContainerTotalModel } from './ShoppingContainer.js';
|
|
5
5
|
import BaseModel, { BaseAttributes, BaseData } from './Base.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { P as PriceData, a as PriceModel, d as LocalizedString, e as LocalizedValue, L as LocaleCode, C as CountryCode, c as CurrencyCode } from '../Common-
|
|
1
|
+
import { P as PriceData, a as PriceModel, d as LocalizedString, e as LocalizedValue, L as LocaleCode, C as CountryCode, c as CurrencyCode } from '../Common-Du2s_43h.mjs';
|
|
2
2
|
import CouponModel from './Coupon.mjs';
|
|
3
3
|
import { TaxSystem, LineItemState } from './Enum.mjs';
|
|
4
4
|
import ImageInfoModel, { ImageInfoData } from './ImageInfo.mjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { P as PriceData, a as PriceModel, d as LocalizedString, e as LocalizedValue, L as LocaleCode, C as CountryCode, c as CurrencyCode } from '../Common-
|
|
1
|
+
import { P as PriceData, a as PriceModel, d as LocalizedString, e as LocalizedValue, L as LocaleCode, C as CountryCode, c as CurrencyCode } from '../Common-BsfeCt6G.js';
|
|
2
2
|
import CouponModel from './Coupon.js';
|
|
3
3
|
import { TaxSystem, LineItemState } from './Enum.js';
|
|
4
4
|
import ImageInfoModel, { ImageInfoData } from './ImageInfo.js';
|
package/dist/Classes/Order.d.mts
CHANGED
|
@@ -2,7 +2,7 @@ import AddressModel, { AddressData } from './Address.mjs';
|
|
|
2
2
|
import { LineItemState } from './Enum.mjs';
|
|
3
3
|
import { PaymentStatus } from './Payment.mjs';
|
|
4
4
|
import BaseShoppingContainerModel, { BaseShoppingContainerAttributes, ShoppingContainerTotal, BaseShoppingContainerData } from './ShoppingContainer.mjs';
|
|
5
|
-
import { b as Prettify } from '../Common-
|
|
5
|
+
import { b as Prettify } from '../Common-Du2s_43h.mjs';
|
|
6
6
|
import './Base.mjs';
|
|
7
7
|
import '../Auth/index.mjs';
|
|
8
8
|
import './LineItem.mjs';
|
package/dist/Classes/Order.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import AddressModel, { AddressData } from './Address.js';
|
|
|
2
2
|
import { LineItemState } from './Enum.js';
|
|
3
3
|
import { PaymentStatus } from './Payment.js';
|
|
4
4
|
import BaseShoppingContainerModel, { BaseShoppingContainerAttributes, ShoppingContainerTotal, BaseShoppingContainerData } from './ShoppingContainer.js';
|
|
5
|
-
import { b as Prettify } from '../Common-
|
|
5
|
+
import { b as Prettify } from '../Common-BsfeCt6G.js';
|
|
6
6
|
import './Base.js';
|
|
7
7
|
import '../Auth/index.js';
|
|
8
8
|
import './LineItem.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import BaseModel, { BaseAttributes, BaseData } from './Base.mjs';
|
|
2
|
-
import { c as CurrencyCode, I as ISODateTimeUTC } from '../Common-
|
|
2
|
+
import { c as CurrencyCode, I as ISODateTimeUTC } from '../Common-Du2s_43h.mjs';
|
|
3
3
|
import '../Auth/index.mjs';
|
|
4
4
|
import './Enum.mjs';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import BaseModel, { BaseAttributes, BaseData } from './Base.js';
|
|
2
|
-
import { c as CurrencyCode, I as ISODateTimeUTC } from '../Common-
|
|
2
|
+
import { c as CurrencyCode, I as ISODateTimeUTC } from '../Common-BsfeCt6G.js';
|
|
3
3
|
import '../Auth/index.js';
|
|
4
4
|
import './Enum.js';
|
|
5
5
|
|
package/dist/Classes/Price.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { g as PriceAttributes, P as PriceData, a as default } from '../Common-
|
|
1
|
+
export { g as PriceAttributes, P as PriceData, a as default } from '../Common-Du2s_43h.mjs';
|
|
2
2
|
import './Enum.mjs';
|
package/dist/Classes/Price.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { g as PriceAttributes, P as PriceData, a as default } from '../Common-
|
|
1
|
+
export { g as PriceAttributes, P as PriceData, a as default } from '../Common-BsfeCt6G.js';
|
|
2
2
|
import './Enum.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import BaseModel, { BaseAttributes } from './Base.mjs';
|
|
2
|
-
import { b as Prettify, f as Color, d as LocalizedString, C as CountryCode, e as LocalizedValue, L as LocaleCode } from '../Common-
|
|
2
|
+
import { b as Prettify, f as Color, d as LocalizedString, C as CountryCode, e as LocalizedValue, L as LocaleCode } from '../Common-Du2s_43h.mjs';
|
|
3
3
|
import { GenderCategory, ImageCategory } from './Enum.mjs';
|
|
4
4
|
import ImageInfoModel, { ImageInfoData } from './ImageInfo.mjs';
|
|
5
5
|
import { TieredPriceAttributes, TieredPriceModel } from './TieredPrice.mjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import BaseModel, { BaseAttributes } from './Base.js';
|
|
2
|
-
import { b as Prettify, f as Color, d as LocalizedString, C as CountryCode, e as LocalizedValue, L as LocaleCode } from '../Common-
|
|
2
|
+
import { b as Prettify, f as Color, d as LocalizedString, C as CountryCode, e as LocalizedValue, L as LocaleCode } from '../Common-BsfeCt6G.js';
|
|
3
3
|
import { GenderCategory, ImageCategory } from './Enum.js';
|
|
4
4
|
import ImageInfoModel, { ImageInfoData } from './ImageInfo.js';
|
|
5
5
|
import { TieredPriceAttributes, TieredPriceModel } from './TieredPrice.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import BaseModel, { BaseAttributes, BaseData } from './Base.mjs';
|
|
2
2
|
import AddressModel, { AddressData } from './Address.mjs';
|
|
3
3
|
import LineItemModel, { LineItemData } from './LineItem.mjs';
|
|
4
|
-
import { P as PriceData, a as PriceModel, S as ShippingDetails, C as CountryCode, c as CurrencyCode, L as LocaleCode } from '../Common-
|
|
4
|
+
import { P as PriceData, a as PriceModel, S as ShippingDetails, C as CountryCode, c as CurrencyCode, L as LocaleCode } from '../Common-Du2s_43h.mjs';
|
|
5
5
|
import CouponModel, { CouponData } from './Coupon.mjs';
|
|
6
6
|
import { TaxSystem } from './Enum.mjs';
|
|
7
7
|
import ChargeModel, { ChargeData } from './Charge.mjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import BaseModel, { BaseAttributes, BaseData } from './Base.js';
|
|
2
2
|
import AddressModel, { AddressData } from './Address.js';
|
|
3
3
|
import LineItemModel, { LineItemData } from './LineItem.js';
|
|
4
|
-
import { P as PriceData, a as PriceModel, S as ShippingDetails, C as CountryCode, c as CurrencyCode, L as LocaleCode } from '../Common-
|
|
4
|
+
import { P as PriceData, a as PriceModel, S as ShippingDetails, C as CountryCode, c as CurrencyCode, L as LocaleCode } from '../Common-BsfeCt6G.js';
|
|
5
5
|
import CouponModel, { CouponData } from './Coupon.js';
|
|
6
6
|
import { TaxSystem } from './Enum.js';
|
|
7
7
|
import ChargeModel, { ChargeData } from './Charge.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CustomFieldAttributes, CustomFieldModel } from './Base.mjs';
|
|
2
|
-
import { b as Prettify, C as CountryCode, P as PriceData, I as ISODateTimeUTC, a as PriceModel } from '../Common-
|
|
2
|
+
import { b as Prettify, C as CountryCode, P as PriceData, I as ISODateTimeUTC, a as PriceModel } from '../Common-Du2s_43h.mjs';
|
|
3
3
|
import { TaxSystem } from './Enum.mjs';
|
|
4
4
|
import '../Auth/index.mjs';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CustomFieldAttributes, CustomFieldModel } from './Base.js';
|
|
2
|
-
import { b as Prettify, C as CountryCode, P as PriceData, I as ISODateTimeUTC, a as PriceModel } from '../Common-
|
|
2
|
+
import { b as Prettify, C as CountryCode, P as PriceData, I as ISODateTimeUTC, a as PriceModel } from '../Common-BsfeCt6G.js';
|
|
3
3
|
import { TaxSystem } from './Enum.js';
|
|
4
4
|
import '../Auth/index.js';
|
|
5
5
|
|
package/dist/index.d.mts
CHANGED
|
@@ -2,7 +2,7 @@ import { GenderCategory, OperationalCountry, OperationalCountryCurrency, Operati
|
|
|
2
2
|
import { SelectionAttributes } from './Classes/Product.mjs';
|
|
3
3
|
import './Classes/Base.mjs';
|
|
4
4
|
import './Auth/index.mjs';
|
|
5
|
-
import './Common-
|
|
5
|
+
import './Common-Du2s_43h.mjs';
|
|
6
6
|
import './Classes/ImageInfo.mjs';
|
|
7
7
|
import './Classes/TieredPrice.mjs';
|
|
8
8
|
|
package/dist/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { GenderCategory, OperationalCountry, OperationalCountryCurrency, Operati
|
|
|
2
2
|
import { SelectionAttributes } from './Classes/Product.js';
|
|
3
3
|
import './Classes/Base.js';
|
|
4
4
|
import './Auth/index.js';
|
|
5
|
-
import './Common-
|
|
5
|
+
import './Common-BsfeCt6G.js';
|
|
6
6
|
import './Classes/ImageInfo.js';
|
|
7
7
|
import './Classes/TieredPrice.js';
|
|
8
8
|
|