@typewoo/sdk 3.7.5 → 4.0.0-alpha.0
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/lib/configs/sdk.config.d.ts +11 -1
- package/dist/lib/configs/sdk.config.d.ts.map +1 -1
- package/dist/lib/configs/sdk.config.js +9 -7
- package/dist/lib/configs/sdk.config.js.map +1 -1
- package/dist/lib/services/admin/coupon.service.d.ts +5 -5
- package/dist/lib/services/admin/coupon.service.d.ts.map +1 -1
- package/dist/lib/services/admin/coupon.service.js.map +1 -1
- package/dist/lib/services/admin/customer.service.d.ts +5 -5
- package/dist/lib/services/admin/customer.service.d.ts.map +1 -1
- package/dist/lib/services/admin/customer.service.js.map +1 -1
- package/dist/lib/services/admin/order.service.d.ts +6 -6
- package/dist/lib/services/admin/order.service.d.ts.map +1 -1
- package/dist/lib/services/admin/order.service.js.map +1 -1
- package/dist/lib/services/admin/payment-gateway.service.d.ts +2 -2
- package/dist/lib/services/admin/payment-gateway.service.d.ts.map +1 -1
- package/dist/lib/services/admin/payment-gateway.service.js.map +1 -1
- package/dist/lib/services/admin/product-attribute-term.service.d.ts +5 -5
- package/dist/lib/services/admin/product-attribute-term.service.d.ts.map +1 -1
- package/dist/lib/services/admin/product-attribute-term.service.js.map +1 -1
- package/dist/lib/services/admin/product-attribute.service.d.ts +5 -5
- package/dist/lib/services/admin/product-attribute.service.d.ts.map +1 -1
- package/dist/lib/services/admin/product-attribute.service.js.map +1 -1
- package/dist/lib/services/admin/product-brand.service.d.ts +5 -5
- package/dist/lib/services/admin/product-brand.service.d.ts.map +1 -1
- package/dist/lib/services/admin/product-brand.service.js.map +1 -1
- package/dist/lib/services/admin/product-category.service.d.ts +5 -5
- package/dist/lib/services/admin/product-category.service.d.ts.map +1 -1
- package/dist/lib/services/admin/product-category.service.js.map +1 -1
- package/dist/lib/services/admin/product-review.service.d.ts +5 -5
- package/dist/lib/services/admin/product-review.service.d.ts.map +1 -1
- package/dist/lib/services/admin/product-review.service.js.map +1 -1
- package/dist/lib/services/admin/product-tag.service.d.ts +5 -5
- package/dist/lib/services/admin/product-tag.service.d.ts.map +1 -1
- package/dist/lib/services/admin/product-tag.service.js.map +1 -1
- package/dist/lib/services/admin/product.service.d.ts +8 -8
- package/dist/lib/services/admin/product.service.d.ts.map +1 -1
- package/dist/lib/services/admin/product.service.js.map +1 -1
- package/dist/lib/services/admin/setting.service.d.ts +4 -4
- package/dist/lib/services/admin/setting.service.d.ts.map +1 -1
- package/dist/lib/services/admin/setting.service.js.map +1 -1
- package/dist/lib/services/admin/shipping-class.service.d.ts +5 -5
- package/dist/lib/services/admin/shipping-class.service.d.ts.map +1 -1
- package/dist/lib/services/admin/shipping-class.service.js.map +1 -1
- package/dist/lib/services/admin/shipping-zone.service.d.ts +5 -5
- package/dist/lib/services/admin/shipping-zone.service.d.ts.map +1 -1
- package/dist/lib/services/admin/shipping-zone.service.js.map +1 -1
- package/dist/lib/services/admin/tax.service.d.ts +6 -6
- package/dist/lib/services/admin/tax.service.d.ts.map +1 -1
- package/dist/lib/services/admin/tax.service.js.map +1 -1
- package/dist/lib/services/admin/webhook.service.d.ts +5 -5
- package/dist/lib/services/admin/webhook.service.d.ts.map +1 -1
- package/dist/lib/services/admin/webhook.service.js.map +1 -1
- package/dist/lib/services/store/product.service.d.ts.map +1 -1
- package/dist/lib/services/store/product.service.js +8 -6
- package/dist/lib/services/store/product.service.js.map +1 -1
- package/dist/lib/storage/auth.storage.d.ts +9 -6
- package/dist/lib/storage/auth.storage.d.ts.map +1 -1
- package/dist/lib/storage/auth.storage.js +16 -7
- package/dist/lib/storage/auth.storage.js.map +1 -1
- package/dist/lib/tests/helpers/integration-config.d.ts +8 -0
- package/dist/lib/tests/helpers/integration-config.d.ts.map +1 -0
- package/dist/lib/tests/helpers/integration-config.js +15 -0
- package/dist/lib/tests/helpers/integration-config.js.map +1 -0
- package/dist/lib/tests/helpers/make-test-deps.d.ts +372 -0
- package/dist/lib/tests/helpers/make-test-deps.d.ts.map +1 -0
- package/dist/lib/tests/helpers/make-test-deps.js +17 -0
- package/dist/lib/tests/helpers/make-test-deps.js.map +1 -0
- package/dist/lib/tests-v2/helpers/integration-config.d.ts +8 -0
- package/dist/lib/tests-v2/helpers/integration-config.d.ts.map +1 -0
- package/dist/lib/tests-v2/helpers/integration-config.js +15 -0
- package/dist/lib/tests-v2/helpers/integration-config.js.map +1 -0
- package/dist/lib/tests-v2/helpers/make-test-deps.d.ts +372 -0
- package/dist/lib/tests-v2/helpers/make-test-deps.d.ts.map +1 -0
- package/dist/lib/tests-v2/helpers/make-test-deps.js +17 -0
- package/dist/lib/tests-v2/helpers/make-test-deps.js.map +1 -0
- package/dist/lib/types/admin/attribute.types.d.ts +8 -125
- package/dist/lib/types/admin/attribute.types.d.ts.map +1 -1
- package/dist/lib/types/admin/attribute.types.js +8 -92
- package/dist/lib/types/admin/attribute.types.js.map +1 -1
- package/dist/lib/types/admin/attributes/attribute-term.create.schema.d.ts +14 -0
- package/dist/lib/types/admin/attributes/attribute-term.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/attributes/attribute-term.create.schema.js +25 -0
- package/dist/lib/types/admin/attributes/attribute-term.create.schema.js.map +1 -0
- package/dist/lib/types/admin/attributes/attribute-term.query.schema.d.ts +36 -0
- package/dist/lib/types/admin/attributes/attribute-term.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/attributes/attribute-term.query.schema.js +79 -0
- package/dist/lib/types/admin/attributes/attribute-term.query.schema.js.map +1 -0
- package/dist/lib/types/admin/attributes/attribute-term.schema.d.ts +25 -0
- package/dist/lib/types/admin/attributes/attribute-term.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/attributes/attribute-term.schema.js +29 -0
- package/dist/lib/types/admin/attributes/attribute-term.schema.js.map +1 -0
- package/dist/lib/types/admin/attributes/attribute-term.update.schema.d.ts +13 -0
- package/dist/lib/types/admin/attributes/attribute-term.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/attributes/attribute-term.update.schema.js +24 -0
- package/dist/lib/types/admin/attributes/attribute-term.update.schema.js.map +1 -0
- package/dist/lib/types/admin/attributes/attribute.create.schema.d.ts +21 -0
- package/dist/lib/types/admin/attributes/attribute.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/attributes/attribute.create.schema.js +28 -0
- package/dist/lib/types/admin/attributes/attribute.create.schema.js.map +1 -0
- package/dist/lib/types/admin/attributes/attribute.query.schema.d.ts +12 -0
- package/dist/lib/types/admin/attributes/attribute.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/attributes/attribute.query.schema.js +12 -0
- package/dist/lib/types/admin/attributes/attribute.query.schema.js.map +1 -0
- package/dist/lib/types/admin/attributes/attribute.schema.d.ts +29 -0
- package/dist/lib/types/admin/attributes/attribute.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/attributes/attribute.schema.js +34 -0
- package/dist/lib/types/admin/attributes/attribute.schema.js.map +1 -0
- package/dist/lib/types/admin/attributes/attribute.update.schema.d.ts +20 -0
- package/dist/lib/types/admin/attributes/attribute.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/attributes/attribute.update.schema.js +21 -0
- package/dist/lib/types/admin/attributes/attribute.update.schema.js.map +1 -0
- package/dist/lib/types/admin/attributes/index.d.ts +9 -0
- package/dist/lib/types/admin/attributes/index.d.ts.map +1 -0
- package/dist/lib/types/admin/attributes/index.js +64 -0
- package/dist/lib/types/admin/attributes/index.js.map +1 -0
- package/dist/lib/types/admin/common.types.d.ts +0 -71
- package/dist/lib/types/admin/common.types.d.ts.map +1 -1
- package/dist/lib/types/admin/common.types.js +1 -76
- package/dist/lib/types/admin/common.types.js.map +1 -1
- package/dist/lib/types/admin/coupon.types.d.ts +4 -245
- package/dist/lib/types/admin/coupon.types.d.ts.map +1 -1
- package/dist/lib/types/admin/coupon.types.js +4 -210
- package/dist/lib/types/admin/coupon.types.js.map +1 -1
- package/dist/lib/types/admin/coupons/coupon.batch.schema.d.ts +81 -0
- package/dist/lib/types/admin/coupons/coupon.batch.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.batch.schema.js +38 -0
- package/dist/lib/types/admin/coupons/coupon.batch.schema.js.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.create.schema.d.ts +41 -0
- package/dist/lib/types/admin/coupons/coupon.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.create.schema.js +92 -0
- package/dist/lib/types/admin/coupons/coupon.create.schema.js.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.d.ts +7 -0
- package/dist/lib/types/admin/coupons/coupon.d.ts.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.js +13 -0
- package/dist/lib/types/admin/coupons/coupon.js.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.query.schema.d.ts +36 -0
- package/dist/lib/types/admin/coupons/coupon.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.query.schema.js +75 -0
- package/dist/lib/types/admin/coupons/coupon.query.schema.js.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.schema.d.ts +52 -0
- package/dist/lib/types/admin/coupons/coupon.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.schema.js +119 -0
- package/dist/lib/types/admin/coupons/coupon.schema.js.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.update.schema.d.ts +39 -0
- package/dist/lib/types/admin/coupons/coupon.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.update.schema.js +87 -0
- package/dist/lib/types/admin/coupons/coupon.update.schema.js.map +1 -0
- package/dist/lib/types/admin/coupons/index.d.ts +6 -0
- package/dist/lib/types/admin/coupons/index.d.ts.map +1 -0
- package/dist/lib/types/admin/coupons/index.js +53 -0
- package/dist/lib/types/admin/coupons/index.js.map +1 -0
- package/dist/lib/types/admin/customer.types.d.ts +1 -165
- package/dist/lib/types/admin/customer.types.d.ts.map +1 -1
- package/dist/lib/types/admin/customer.types.js +1 -100
- package/dist/lib/types/admin/customer.types.js.map +1 -1
- package/dist/lib/types/admin/customers/customer.create.schema.d.ts +40 -0
- package/dist/lib/types/admin/customers/customer.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/customers/customer.create.schema.js +15 -0
- package/dist/lib/types/admin/customers/customer.create.schema.js.map +1 -0
- package/dist/lib/types/admin/customers/customer.d.ts +20 -0
- package/dist/lib/types/admin/customers/customer.d.ts.map +1 -0
- package/dist/lib/types/admin/customers/customer.js +30 -0
- package/dist/lib/types/admin/customers/customer.js.map +1 -0
- package/dist/lib/types/admin/customers/customer.query.schema.d.ts +36 -0
- package/dist/lib/types/admin/customers/customer.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/customers/customer.query.schema.js +65 -0
- package/dist/lib/types/admin/customers/customer.query.schema.js.map +1 -0
- package/dist/lib/types/admin/customers/customer.schema.d.ts +56 -0
- package/dist/lib/types/admin/customers/customer.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/customers/customer.schema.js +41 -0
- package/dist/lib/types/admin/customers/customer.schema.js.map +1 -0
- package/dist/lib/types/admin/customers/customer.update.schema.d.ts +41 -0
- package/dist/lib/types/admin/customers/customer.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/customers/customer.update.schema.js +16 -0
- package/dist/lib/types/admin/customers/customer.update.schema.js.map +1 -0
- package/dist/lib/types/admin/customers/index.d.ts +5 -0
- package/dist/lib/types/admin/customers/index.d.ts.map +1 -0
- package/dist/lib/types/admin/customers/index.js +36 -0
- package/dist/lib/types/admin/customers/index.js.map +1 -0
- package/dist/lib/types/admin/data/data.schema.d.ts +65 -0
- package/dist/lib/types/admin/data/data.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/data/data.schema.js +49 -0
- package/dist/lib/types/admin/data/data.schema.js.map +1 -0
- package/dist/lib/types/admin/data/index.d.ts +2 -0
- package/dist/lib/types/admin/data/index.d.ts.map +1 -0
- package/dist/lib/types/admin/data/index.js +2 -0
- package/dist/lib/types/admin/data/index.js.map +1 -0
- package/dist/lib/types/admin/data.types.d.ts +1 -64
- package/dist/lib/types/admin/data.types.d.ts.map +1 -1
- package/dist/lib/types/admin/data.types.js +1 -48
- package/dist/lib/types/admin/data.types.js.map +1 -1
- package/dist/lib/types/admin/index.d.ts +21 -19
- package/dist/lib/types/admin/index.d.ts.map +1 -1
- package/dist/lib/types/admin/index.js +20 -18
- package/dist/lib/types/admin/index.js.map +1 -1
- package/dist/lib/types/admin/order.types.d.ts +1 -709
- package/dist/lib/types/admin/order.types.d.ts.map +1 -1
- package/dist/lib/types/admin/order.types.js +1 -364
- package/dist/lib/types/admin/order.types.js.map +1 -1
- package/dist/lib/types/admin/orders/index.d.ts +7 -0
- package/dist/lib/types/admin/orders/index.d.ts.map +1 -0
- package/dist/lib/types/admin/orders/index.js +55 -0
- package/dist/lib/types/admin/orders/index.js.map +1 -0
- package/dist/lib/types/admin/orders/order-actions.schema.d.ts +99 -0
- package/dist/lib/types/admin/orders/order-actions.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/orders/order-actions.schema.js +92 -0
- package/dist/lib/types/admin/orders/order-actions.schema.js.map +1 -0
- package/dist/lib/types/admin/orders/order-note.schema.d.ts +37 -0
- package/dist/lib/types/admin/orders/order-note.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/orders/order-note.schema.js +51 -0
- package/dist/lib/types/admin/orders/order-note.schema.js.map +1 -0
- package/dist/lib/types/admin/orders/order.create.schema.d.ts +301 -0
- package/dist/lib/types/admin/orders/order.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/orders/order.create.schema.js +78 -0
- package/dist/lib/types/admin/orders/order.create.schema.js.map +1 -0
- package/dist/lib/types/admin/orders/order.d.ts +21 -0
- package/dist/lib/types/admin/orders/order.d.ts.map +1 -0
- package/dist/lib/types/admin/orders/order.js +197 -0
- package/dist/lib/types/admin/orders/order.js.map +1 -0
- package/dist/lib/types/admin/orders/order.query.schema.d.ts +57 -0
- package/dist/lib/types/admin/orders/order.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/orders/order.query.schema.js +129 -0
- package/dist/lib/types/admin/orders/order.query.schema.js.map +1 -0
- package/dist/lib/types/admin/orders/order.schema.d.ts +560 -0
- package/dist/lib/types/admin/orders/order.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/orders/order.schema.js +246 -0
- package/dist/lib/types/admin/orders/order.schema.js.map +1 -0
- package/dist/lib/types/admin/orders/order.update.schema.d.ts +301 -0
- package/dist/lib/types/admin/orders/order.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/orders/order.update.schema.js +73 -0
- package/dist/lib/types/admin/orders/order.update.schema.js.map +1 -0
- package/dist/lib/types/admin/payment-gateway.types.d.ts +1 -43
- package/dist/lib/types/admin/payment-gateway.types.d.ts.map +1 -1
- package/dist/lib/types/admin/payment-gateway.types.js +1 -33
- package/dist/lib/types/admin/payment-gateway.types.js.map +1 -1
- package/dist/lib/types/admin/payment-gateways/index.d.ts +4 -0
- package/dist/lib/types/admin/payment-gateways/index.d.ts.map +1 -0
- package/dist/lib/types/admin/payment-gateways/index.js +25 -0
- package/dist/lib/types/admin/payment-gateways/index.js.map +1 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.query.schema.d.ts +9 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.query.schema.js +9 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.query.schema.js.map +1 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.schema.d.ts +43 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.schema.js +69 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.schema.js.map +1 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.update.schema.d.ts +13 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.update.schema.js +12 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.update.schema.js.map +1 -0
- package/dist/lib/types/admin/product-brand.types.d.ts +1 -94
- package/dist/lib/types/admin/product-brand.types.d.ts.map +1 -1
- package/dist/lib/types/admin/product-brand.types.js +1 -54
- package/dist/lib/types/admin/product-brand.types.js.map +1 -1
- package/dist/lib/types/admin/product-brands/brand.create.schema.d.ts +29 -0
- package/dist/lib/types/admin/product-brands/brand.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-brands/brand.create.schema.js +31 -0
- package/dist/lib/types/admin/product-brands/brand.create.schema.js.map +1 -0
- package/dist/lib/types/admin/product-brands/brand.d.ts +23 -0
- package/dist/lib/types/admin/product-brands/brand.d.ts.map +1 -0
- package/dist/lib/types/admin/product-brands/brand.js +51 -0
- package/dist/lib/types/admin/product-brands/brand.js.map +1 -0
- package/dist/lib/types/admin/product-brands/brand.query.schema.d.ts +32 -0
- package/dist/lib/types/admin/product-brands/brand.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-brands/brand.query.schema.js +72 -0
- package/dist/lib/types/admin/product-brands/brand.query.schema.js.map +1 -0
- package/dist/lib/types/admin/product-brands/brand.schema.d.ts +39 -0
- package/dist/lib/types/admin/product-brands/brand.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-brands/brand.schema.js +35 -0
- package/dist/lib/types/admin/product-brands/brand.schema.js.map +1 -0
- package/dist/lib/types/admin/product-brands/brand.update.schema.d.ts +30 -0
- package/dist/lib/types/admin/product-brands/brand.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-brands/brand.update.schema.js +31 -0
- package/dist/lib/types/admin/product-brands/brand.update.schema.js.map +1 -0
- package/dist/lib/types/admin/product-brands/index.d.ts +5 -0
- package/dist/lib/types/admin/product-brands/index.d.ts.map +1 -0
- package/dist/lib/types/admin/product-brands/index.js +36 -0
- package/dist/lib/types/admin/product-brands/index.js.map +1 -0
- package/dist/lib/types/admin/product-categories/index.d.ts +6 -0
- package/dist/lib/types/admin/product-categories/index.d.ts.map +1 -0
- package/dist/lib/types/admin/product-categories/index.js +37 -0
- package/dist/lib/types/admin/product-categories/index.js.map +1 -0
- package/dist/lib/types/admin/product-categories/product-category.create.schema.d.ts +25 -0
- package/dist/lib/types/admin/product-categories/product-category.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-categories/product-category.create.schema.js +22 -0
- package/dist/lib/types/admin/product-categories/product-category.create.schema.js.map +1 -0
- package/dist/lib/types/admin/product-categories/product-category.d.ts +30 -0
- package/dist/lib/types/admin/product-categories/product-category.d.ts.map +1 -0
- package/dist/lib/types/admin/product-categories/product-category.js +57 -0
- package/dist/lib/types/admin/product-categories/product-category.js.map +1 -0
- package/dist/lib/types/admin/product-categories/product-category.query.schema.d.ts +32 -0
- package/dist/lib/types/admin/product-categories/product-category.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-categories/product-category.query.schema.js +72 -0
- package/dist/lib/types/admin/product-categories/product-category.query.schema.js.map +1 -0
- package/dist/lib/types/admin/product-categories/product-category.schema.d.ts +39 -0
- package/dist/lib/types/admin/product-categories/product-category.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-categories/product-category.schema.js +35 -0
- package/dist/lib/types/admin/product-categories/product-category.schema.js.map +1 -0
- package/dist/lib/types/admin/product-categories/product-category.update.schema.d.ts +26 -0
- package/dist/lib/types/admin/product-categories/product-category.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-categories/product-category.update.schema.js +21 -0
- package/dist/lib/types/admin/product-categories/product-category.update.schema.js.map +1 -0
- package/dist/lib/types/admin/product-review.types.d.ts +1 -87
- package/dist/lib/types/admin/product-review.types.d.ts.map +1 -1
- package/dist/lib/types/admin/product-review.types.js +1 -54
- package/dist/lib/types/admin/product-review.types.js.map +1 -1
- package/dist/lib/types/admin/product-reviews/index.d.ts +5 -0
- package/dist/lib/types/admin/product-reviews/index.d.ts.map +1 -0
- package/dist/lib/types/admin/product-reviews/index.js +33 -0
- package/dist/lib/types/admin/product-reviews/index.js.map +1 -0
- package/dist/lib/types/admin/product-reviews/product-review.create.schema.d.ts +24 -0
- package/dist/lib/types/admin/product-reviews/product-review.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-reviews/product-review.create.schema.js +20 -0
- package/dist/lib/types/admin/product-reviews/product-review.create.schema.js.map +1 -0
- package/dist/lib/types/admin/product-reviews/product-review.query.schema.d.ts +39 -0
- package/dist/lib/types/admin/product-reviews/product-review.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-reviews/product-review.query.schema.js +77 -0
- package/dist/lib/types/admin/product-reviews/product-review.query.schema.js.map +1 -0
- package/dist/lib/types/admin/product-reviews/product-review.schema.d.ts +40 -0
- package/dist/lib/types/admin/product-reviews/product-review.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-reviews/product-review.schema.js +54 -0
- package/dist/lib/types/admin/product-reviews/product-review.schema.js.map +1 -0
- package/dist/lib/types/admin/product-reviews/product-review.update.schema.d.ts +23 -0
- package/dist/lib/types/admin/product-reviews/product-review.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-reviews/product-review.update.schema.js +21 -0
- package/dist/lib/types/admin/product-reviews/product-review.update.schema.js.map +1 -0
- package/dist/lib/types/admin/product-tags/index.d.ts +5 -0
- package/dist/lib/types/admin/product-tags/index.d.ts.map +1 -0
- package/dist/lib/types/admin/product-tags/index.js +33 -0
- package/dist/lib/types/admin/product-tags/index.js.map +1 -0
- package/dist/lib/types/admin/product-tags/product-tag.create.schema.d.ts +8 -0
- package/dist/lib/types/admin/product-tags/product-tag.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-tags/product-tag.create.schema.js +13 -0
- package/dist/lib/types/admin/product-tags/product-tag.create.schema.js.map +1 -0
- package/dist/lib/types/admin/product-tags/product-tag.query.schema.d.ts +32 -0
- package/dist/lib/types/admin/product-tags/product-tag.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-tags/product-tag.query.schema.js +72 -0
- package/dist/lib/types/admin/product-tags/product-tag.query.schema.js.map +1 -0
- package/dist/lib/types/admin/product-tags/product-tag.schema.d.ts +18 -0
- package/dist/lib/types/admin/product-tags/product-tag.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-tags/product-tag.schema.js +21 -0
- package/dist/lib/types/admin/product-tags/product-tag.schema.js.map +1 -0
- package/dist/lib/types/admin/product-tags/product-tag.update.schema.d.ts +9 -0
- package/dist/lib/types/admin/product-tags/product-tag.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-tags/product-tag.update.schema.js +14 -0
- package/dist/lib/types/admin/product-tags/product-tag.update.schema.js.map +1 -0
- package/dist/lib/types/admin/product.types.d.ts +1 -509
- package/dist/lib/types/admin/product.types.d.ts.map +1 -1
- package/dist/lib/types/admin/product.types.js +1 -287
- package/dist/lib/types/admin/product.types.js.map +1 -1
- package/dist/lib/types/admin/products/index.d.ts +5 -0
- package/dist/lib/types/admin/products/index.d.ts.map +1 -0
- package/dist/lib/types/admin/products/index.js +43 -0
- package/dist/lib/types/admin/products/index.js.map +1 -0
- package/dist/lib/types/admin/products/product.create.schema.d.ts +127 -0
- package/dist/lib/types/admin/products/product.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/products/product.create.schema.js +187 -0
- package/dist/lib/types/admin/products/product.create.schema.js.map +1 -0
- package/dist/lib/types/admin/products/product.d.ts +22 -0
- package/dist/lib/types/admin/products/product.d.ts.map +1 -0
- package/dist/lib/types/admin/products/product.js +28 -0
- package/dist/lib/types/admin/products/product.js.map +1 -0
- package/dist/lib/types/admin/products/product.query.schema.d.ts +136 -0
- package/dist/lib/types/admin/products/product.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/products/product.query.schema.js +243 -0
- package/dist/lib/types/admin/products/product.query.schema.js.map +1 -0
- package/dist/lib/types/admin/products/product.schema.d.ts +318 -0
- package/dist/lib/types/admin/products/product.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/products/product.schema.js +367 -0
- package/dist/lib/types/admin/products/product.schema.js.map +1 -0
- package/dist/lib/types/admin/products/product.update.schema.d.ts +128 -0
- package/dist/lib/types/admin/products/product.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/products/product.update.schema.js +169 -0
- package/dist/lib/types/admin/products/product.update.schema.js.map +1 -0
- package/dist/lib/types/admin/refund.types.d.ts +1 -236
- package/dist/lib/types/admin/refund.types.d.ts.map +1 -1
- package/dist/lib/types/admin/refund.types.js +1 -117
- package/dist/lib/types/admin/refund.types.js.map +1 -1
- package/dist/lib/types/admin/refunds/index.d.ts +5 -0
- package/dist/lib/types/admin/refunds/index.d.ts.map +1 -0
- package/dist/lib/types/admin/refunds/index.js +26 -0
- package/dist/lib/types/admin/refunds/index.js.map +1 -0
- package/dist/lib/types/admin/refunds/refund.create.schema.d.ts +19 -0
- package/dist/lib/types/admin/refunds/refund.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/refunds/refund.create.schema.js +38 -0
- package/dist/lib/types/admin/refunds/refund.create.schema.js.map +1 -0
- package/dist/lib/types/admin/refunds/refund.d.ts +7 -0
- package/dist/lib/types/admin/refunds/refund.d.ts.map +1 -0
- package/dist/lib/types/admin/refunds/refund.js +13 -0
- package/dist/lib/types/admin/refunds/refund.js.map +1 -0
- package/dist/lib/types/admin/refunds/refund.query.schema.d.ts +39 -0
- package/dist/lib/types/admin/refunds/refund.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/refunds/refund.query.schema.js +99 -0
- package/dist/lib/types/admin/refunds/refund.query.schema.js.map +1 -0
- package/dist/lib/types/admin/refunds/refund.schema.d.ts +188 -0
- package/dist/lib/types/admin/refunds/refund.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/refunds/refund.schema.js +108 -0
- package/dist/lib/types/admin/refunds/refund.schema.js.map +1 -0
- package/dist/lib/types/admin/report.types.d.ts +1 -178
- package/dist/lib/types/admin/report.types.d.ts.map +1 -1
- package/dist/lib/types/admin/report.types.js +1 -95
- package/dist/lib/types/admin/report.types.js.map +1 -1
- package/dist/lib/types/admin/reports/index.d.ts +3 -0
- package/dist/lib/types/admin/reports/index.d.ts.map +1 -0
- package/dist/lib/types/admin/reports/index.js +3 -0
- package/dist/lib/types/admin/reports/index.js.map +1 -0
- package/dist/lib/types/admin/reports/report.query.schema.d.ts +107 -0
- package/dist/lib/types/admin/reports/report.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/reports/report.query.schema.js +39 -0
- package/dist/lib/types/admin/reports/report.query.schema.js.map +1 -0
- package/dist/lib/types/admin/reports/report.schema.d.ts +74 -0
- package/dist/lib/types/admin/reports/report.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/reports/report.schema.js +59 -0
- package/dist/lib/types/admin/reports/report.schema.js.map +1 -0
- package/dist/lib/types/admin/setting.types.d.ts +1 -49
- package/dist/lib/types/admin/setting.types.d.ts.map +1 -1
- package/dist/lib/types/admin/setting.types.js +1 -40
- package/dist/lib/types/admin/setting.types.js.map +1 -1
- package/dist/lib/types/admin/settings/index.d.ts +4 -0
- package/dist/lib/types/admin/settings/index.d.ts.map +1 -0
- package/dist/lib/types/admin/settings/index.js +24 -0
- package/dist/lib/types/admin/settings/index.js.map +1 -0
- package/dist/lib/types/admin/settings/setting-group.schema.d.ts +15 -0
- package/dist/lib/types/admin/settings/setting-group.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/settings/setting-group.schema.js +26 -0
- package/dist/lib/types/admin/settings/setting-group.schema.js.map +1 -0
- package/dist/lib/types/admin/settings/setting.schema.d.ts +35 -0
- package/dist/lib/types/admin/settings/setting.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/settings/setting.schema.js +53 -0
- package/dist/lib/types/admin/settings/setting.schema.js.map +1 -0
- package/dist/lib/types/admin/settings/setting.update.schema.d.ts +12 -0
- package/dist/lib/types/admin/settings/setting.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/settings/setting.update.schema.js +14 -0
- package/dist/lib/types/admin/settings/setting.update.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-classes/index.d.ts +5 -0
- package/dist/lib/types/admin/shipping-classes/index.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-classes/index.js +33 -0
- package/dist/lib/types/admin/shipping-classes/index.js.map +1 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.create.schema.d.ts +8 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.create.schema.js +13 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.create.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.query.schema.d.ts +32 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.query.schema.js +72 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.query.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.schema.d.ts +18 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.schema.js +21 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.update.schema.d.ts +9 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.update.schema.js +14 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.update.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-method.types.d.ts +1 -21
- package/dist/lib/types/admin/shipping-method.types.d.ts.map +1 -1
- package/dist/lib/types/admin/shipping-method.types.js +1 -13
- package/dist/lib/types/admin/shipping-method.types.js.map +1 -1
- package/dist/lib/types/admin/shipping-methods/index.d.ts +3 -0
- package/dist/lib/types/admin/shipping-methods/index.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-methods/index.js +17 -0
- package/dist/lib/types/admin/shipping-methods/index.js.map +1 -0
- package/dist/lib/types/admin/shipping-methods/shipping-method.query.schema.d.ts +8 -0
- package/dist/lib/types/admin/shipping-methods/shipping-method.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-methods/shipping-method.query.schema.js +9 -0
- package/dist/lib/types/admin/shipping-methods/shipping-method.query.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-methods/shipping-method.schema.d.ts +16 -0
- package/dist/lib/types/admin/shipping-methods/shipping-method.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-methods/shipping-method.schema.js +11 -0
- package/dist/lib/types/admin/shipping-methods/shipping-method.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-zone.types.d.ts +1 -102
- package/dist/lib/types/admin/shipping-zone.types.d.ts.map +1 -1
- package/dist/lib/types/admin/shipping-zone.types.js +1 -62
- package/dist/lib/types/admin/shipping-zone.types.js.map +1 -1
- package/dist/lib/types/admin/shipping-zones/index.d.ts +10 -0
- package/dist/lib/types/admin/shipping-zones/index.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-zones/index.js +65 -0
- package/dist/lib/types/admin/shipping-zones/index.js.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-location.schema.d.ts +30 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-location.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-location.schema.js +14 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-location.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.create.schema.d.ts +37 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.create.schema.js +57 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.create.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.query.schema.d.ts +6 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.query.schema.js +5 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.query.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.schema.d.ts +48 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.schema.js +62 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.update.schema.d.ts +35 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.update.schema.js +55 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.update.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.create.schema.d.ts +11 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.create.schema.js +10 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.create.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.query.schema.d.ts +4 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.query.schema.js +3 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.query.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.schema.d.ts +19 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.schema.js +12 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.update.schema.d.ts +11 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.update.schema.js +10 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.update.schema.js.map +1 -0
- package/dist/lib/types/admin/system-status/index.d.ts +2 -0
- package/dist/lib/types/admin/system-status/index.d.ts.map +1 -0
- package/dist/lib/types/admin/system-status/index.js +2 -0
- package/dist/lib/types/admin/system-status/index.js.map +1 -0
- package/dist/lib/types/admin/system-status/system-status.schema.d.ts +139 -0
- package/dist/lib/types/admin/system-status/system-status.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/system-status/system-status.schema.js +133 -0
- package/dist/lib/types/admin/system-status/system-status.schema.js.map +1 -0
- package/dist/lib/types/admin/system-status.types.d.ts +1 -138
- package/dist/lib/types/admin/system-status.types.d.ts.map +1 -1
- package/dist/lib/types/admin/system-status.types.js +1 -132
- package/dist/lib/types/admin/system-status.types.js.map +1 -1
- package/dist/lib/types/admin/tax.types.d.ts +7 -98
- package/dist/lib/types/admin/tax.types.d.ts.map +1 -1
- package/dist/lib/types/admin/tax.types.js +7 -59
- package/dist/lib/types/admin/tax.types.js.map +1 -1
- package/dist/lib/types/admin/taxes/index.d.ts +8 -0
- package/dist/lib/types/admin/taxes/index.d.ts.map +1 -0
- package/dist/lib/types/admin/taxes/index.js +56 -0
- package/dist/lib/types/admin/taxes/index.js.map +1 -0
- package/dist/lib/types/admin/taxes/tax-class.create.schema.d.ts +10 -0
- package/dist/lib/types/admin/taxes/tax-class.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/taxes/tax-class.create.schema.js +9 -0
- package/dist/lib/types/admin/taxes/tax-class.create.schema.js.map +1 -0
- package/dist/lib/types/admin/taxes/tax-class.query.schema.d.ts +9 -0
- package/dist/lib/types/admin/taxes/tax-class.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/taxes/tax-class.query.schema.js +9 -0
- package/dist/lib/types/admin/taxes/tax-class.query.schema.js.map +1 -0
- package/dist/lib/types/admin/taxes/tax-class.schema.d.ts +15 -0
- package/dist/lib/types/admin/taxes/tax-class.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/taxes/tax-class.schema.js +12 -0
- package/dist/lib/types/admin/taxes/tax-class.schema.js.map +1 -0
- package/dist/lib/types/admin/taxes/tax.create.schema.d.ts +22 -0
- package/dist/lib/types/admin/taxes/tax.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/taxes/tax.create.schema.js +44 -0
- package/dist/lib/types/admin/taxes/tax.create.schema.js.map +1 -0
- package/dist/lib/types/admin/taxes/tax.query.schema.d.ts +26 -0
- package/dist/lib/types/admin/taxes/tax.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/taxes/tax.query.schema.js +37 -0
- package/dist/lib/types/admin/taxes/tax.query.schema.js.map +1 -0
- package/dist/lib/types/admin/taxes/tax.schema.d.ts +31 -0
- package/dist/lib/types/admin/taxes/tax.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/taxes/tax.schema.js +49 -0
- package/dist/lib/types/admin/taxes/tax.schema.js.map +1 -0
- package/dist/lib/types/admin/taxes/tax.update.schema.d.ts +23 -0
- package/dist/lib/types/admin/taxes/tax.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/taxes/tax.update.schema.js +42 -0
- package/dist/lib/types/admin/taxes/tax.update.schema.js.map +1 -0
- package/dist/lib/types/admin/taxonomy.types.d.ts +3 -233
- package/dist/lib/types/admin/taxonomy.types.d.ts.map +1 -1
- package/dist/lib/types/admin/taxonomy.types.js +3 -176
- package/dist/lib/types/admin/taxonomy.types.js.map +1 -1
- package/dist/lib/types/admin/webhook.types.d.ts +1 -71
- package/dist/lib/types/admin/webhook.types.d.ts.map +1 -1
- package/dist/lib/types/admin/webhook.types.js +1 -41
- package/dist/lib/types/admin/webhook.types.js.map +1 -1
- package/dist/lib/types/admin/webhooks/index.d.ts +5 -0
- package/dist/lib/types/admin/webhooks/index.d.ts.map +1 -0
- package/dist/lib/types/admin/webhooks/index.js +36 -0
- package/dist/lib/types/admin/webhooks/index.js.map +1 -0
- package/dist/lib/types/admin/webhooks/webhook.create.schema.d.ts +14 -0
- package/dist/lib/types/admin/webhooks/webhook.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/webhooks/webhook.create.schema.js +16 -0
- package/dist/lib/types/admin/webhooks/webhook.create.schema.js.map +1 -0
- package/dist/lib/types/admin/webhooks/webhook.query.schema.d.ts +32 -0
- package/dist/lib/types/admin/webhooks/webhook.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/webhooks/webhook.query.schema.js +60 -0
- package/dist/lib/types/admin/webhooks/webhook.query.schema.js.map +1 -0
- package/dist/lib/types/admin/webhooks/webhook.schema.d.ts +30 -0
- package/dist/lib/types/admin/webhooks/webhook.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/webhooks/webhook.schema.js +42 -0
- package/dist/lib/types/admin/webhooks/webhook.schema.js.map +1 -0
- package/dist/lib/types/admin/webhooks/webhook.update.schema.d.ts +14 -0
- package/dist/lib/types/admin/webhooks/webhook.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/webhooks/webhook.update.schema.js +15 -0
- package/dist/lib/types/admin/webhooks/webhook.update.schema.js.map +1 -0
- package/dist/lib/types/analytics/categories/categories.query.schema.d.ts +113 -0
- package/dist/lib/types/analytics/categories/categories.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/categories/categories.query.schema.js +175 -0
- package/dist/lib/types/analytics/categories/categories.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/categories/categories.schema.d.ts +31 -0
- package/dist/lib/types/analytics/categories/categories.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/categories/categories.schema.js +28 -0
- package/dist/lib/types/analytics/categories/categories.schema.js.map +1 -0
- package/dist/lib/types/analytics/categories/index.d.ts +3 -0
- package/dist/lib/types/analytics/categories/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/categories/index.js +17 -0
- package/dist/lib/types/analytics/categories/index.js.map +1 -0
- package/dist/lib/types/analytics/categories.types.d.ts +75 -17
- package/dist/lib/types/analytics/categories.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/categories.types.js +175 -15
- package/dist/lib/types/analytics/categories.types.js.map +1 -1
- package/dist/lib/types/analytics/common.types.d.ts +5 -69
- package/dist/lib/types/analytics/common.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/common.types.js +1 -51
- package/dist/lib/types/analytics/common.types.js.map +1 -1
- package/dist/lib/types/analytics/coupons/coupons.query.schema.d.ts +70 -0
- package/dist/lib/types/analytics/coupons/coupons.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/coupons/coupons.query.schema.js +131 -0
- package/dist/lib/types/analytics/coupons/coupons.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/coupons/coupons.schema.d.ts +70 -0
- package/dist/lib/types/analytics/coupons/coupons.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/coupons/coupons.schema.js +48 -0
- package/dist/lib/types/analytics/coupons/coupons.schema.js.map +1 -0
- package/dist/lib/types/analytics/coupons/index.d.ts +3 -0
- package/dist/lib/types/analytics/coupons/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/coupons/index.js +28 -0
- package/dist/lib/types/analytics/coupons/index.js.map +1 -0
- package/dist/lib/types/analytics/coupons.types.d.ts +52 -25
- package/dist/lib/types/analytics/coupons.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/coupons.types.js +132 -9
- package/dist/lib/types/analytics/coupons.types.js.map +1 -1
- package/dist/lib/types/analytics/customers/customers.query.schema.d.ts +142 -0
- package/dist/lib/types/analytics/customers/customers.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/customers/customers.query.schema.js +353 -0
- package/dist/lib/types/analytics/customers/customers.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/customers/customers.schema.d.ts +45 -0
- package/dist/lib/types/analytics/customers/customers.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/customers/customers.schema.js +37 -0
- package/dist/lib/types/analytics/customers/customers.schema.js.map +1 -0
- package/dist/lib/types/analytics/customers/index.d.ts +3 -0
- package/dist/lib/types/analytics/customers/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/customers/index.js +28 -0
- package/dist/lib/types/analytics/customers/index.js.map +1 -0
- package/dist/lib/types/analytics/customers.types.d.ts +114 -45
- package/dist/lib/types/analytics/customers.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/customers.types.js +402 -35
- package/dist/lib/types/analytics/customers.types.js.map +1 -1
- package/dist/lib/types/analytics/downloads/downloads.query.schema.d.ts +81 -0
- package/dist/lib/types/analytics/downloads/downloads.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/downloads/downloads.query.schema.js +197 -0
- package/dist/lib/types/analytics/downloads/downloads.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/downloads/downloads.schema.d.ts +54 -0
- package/dist/lib/types/analytics/downloads/downloads.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/downloads/downloads.schema.js +42 -0
- package/dist/lib/types/analytics/downloads/downloads.schema.js.map +1 -0
- package/dist/lib/types/analytics/downloads/index.d.ts +3 -0
- package/dist/lib/types/analytics/downloads/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/downloads/index.js +28 -0
- package/dist/lib/types/analytics/downloads/index.js.map +1 -0
- package/dist/lib/types/analytics/downloads.types.d.ts +53 -19
- package/dist/lib/types/analytics/downloads.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/downloads.types.js +209 -29
- package/dist/lib/types/analytics/downloads.types.js.map +1 -1
- package/dist/lib/types/analytics/index.d.ts +12 -12
- package/dist/lib/types/analytics/index.d.ts.map +1 -1
- package/dist/lib/types/analytics/index.js +12 -12
- package/dist/lib/types/analytics/index.js.map +1 -1
- package/dist/lib/types/analytics/leaderboards/index.d.ts +4 -0
- package/dist/lib/types/analytics/leaderboards/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/leaderboards/index.js +24 -0
- package/dist/lib/types/analytics/leaderboards/index.js.map +1 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.allowed.schema.d.ts +13 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.allowed.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.allowed.schema.js +11 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.allowed.schema.js.map +1 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.query.schema.d.ts +13 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.query.schema.js +29 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.schema.d.ts +34 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.schema.js +27 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.schema.js.map +1 -0
- package/dist/lib/types/analytics/leaderboards.types.d.ts +3 -10
- package/dist/lib/types/analytics/leaderboards.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/leaderboards.types.js +68 -11
- package/dist/lib/types/analytics/leaderboards.types.js.map +1 -1
- package/dist/lib/types/analytics/orders/index.d.ts +3 -0
- package/dist/lib/types/analytics/orders/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/orders/index.js +28 -0
- package/dist/lib/types/analytics/orders/index.js.map +1 -0
- package/dist/lib/types/analytics/orders/orders.query.schema.d.ts +168 -0
- package/dist/lib/types/analytics/orders/orders.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/orders/orders.query.schema.js +320 -0
- package/dist/lib/types/analytics/orders/orders.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/orders/orders.schema.d.ts +110 -0
- package/dist/lib/types/analytics/orders/orders.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/orders/orders.schema.js +87 -0
- package/dist/lib/types/analytics/orders/orders.schema.js.map +1 -0
- package/dist/lib/types/analytics/orders.types.d.ts +142 -70
- package/dist/lib/types/analytics/orders.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/orders.types.js +339 -44
- package/dist/lib/types/analytics/orders.types.js.map +1 -1
- package/dist/lib/types/analytics/performance/index.d.ts +4 -0
- package/dist/lib/types/analytics/performance/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/performance/index.js +24 -0
- package/dist/lib/types/analytics/performance/index.js.map +1 -0
- package/dist/lib/types/analytics/performance/performance.allowed.schema.d.ts +27 -0
- package/dist/lib/types/analytics/performance/performance.allowed.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/performance/performance.allowed.schema.js +28 -0
- package/dist/lib/types/analytics/performance/performance.allowed.schema.js.map +1 -0
- package/dist/lib/types/analytics/performance/performance.query.schema.d.ts +15 -0
- package/dist/lib/types/analytics/performance/performance.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/performance/performance.query.schema.js +25 -0
- package/dist/lib/types/analytics/performance/performance.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/performance/performance.schema.d.ts +32 -0
- package/dist/lib/types/analytics/performance/performance.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/performance/performance.schema.js +36 -0
- package/dist/lib/types/analytics/performance/performance.schema.js.map +1 -0
- package/dist/lib/types/analytics/performance.types.d.ts +46 -22
- package/dist/lib/types/analytics/performance.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/performance.types.js +107 -15
- package/dist/lib/types/analytics/performance.types.js.map +1 -1
- package/dist/lib/types/analytics/products/index.d.ts +3 -0
- package/dist/lib/types/analytics/products/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/products/index.js +28 -0
- package/dist/lib/types/analytics/products/index.js.map +1 -0
- package/dist/lib/types/analytics/products/products.query.schema.d.ts +83 -0
- package/dist/lib/types/analytics/products/products.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/products/products.query.schema.js +166 -0
- package/dist/lib/types/analytics/products/products.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/products/products.schema.d.ts +76 -0
- package/dist/lib/types/analytics/products/products.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/products/products.schema.js +54 -0
- package/dist/lib/types/analytics/products/products.schema.js.map +1 -0
- package/dist/lib/types/analytics/products.types.d.ts +62 -36
- package/dist/lib/types/analytics/products.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/products.types.js +168 -15
- package/dist/lib/types/analytics/products.types.js.map +1 -1
- package/dist/lib/types/analytics/revenue/index.d.ts +3 -0
- package/dist/lib/types/analytics/revenue/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/revenue/index.js +17 -0
- package/dist/lib/types/analytics/revenue/index.js.map +1 -0
- package/dist/lib/types/analytics/revenue/revenue.query.schema.d.ts +53 -0
- package/dist/lib/types/analytics/revenue/revenue.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/revenue/revenue.query.schema.js +85 -0
- package/dist/lib/types/analytics/revenue/revenue.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/revenue/revenue.schema.d.ts +80 -0
- package/dist/lib/types/analytics/revenue/revenue.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/revenue/revenue.schema.js +36 -0
- package/dist/lib/types/analytics/revenue/revenue.schema.js.map +1 -0
- package/dist/lib/types/analytics/revenue.types.d.ts +50 -12
- package/dist/lib/types/analytics/revenue.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/revenue.types.js +83 -4
- package/dist/lib/types/analytics/revenue.types.js.map +1 -1
- package/dist/lib/types/analytics/stock/index.d.ts +4 -0
- package/dist/lib/types/analytics/stock/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/stock/index.js +30 -0
- package/dist/lib/types/analytics/stock/index.js.map +1 -0
- package/dist/lib/types/analytics/stock/stock.query.schema.d.ts +39 -0
- package/dist/lib/types/analytics/stock/stock.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/stock/stock.query.schema.js +69 -0
- package/dist/lib/types/analytics/stock/stock.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/stock/stock.schema.d.ts +42 -0
- package/dist/lib/types/analytics/stock/stock.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/stock/stock.schema.js +32 -0
- package/dist/lib/types/analytics/stock/stock.schema.js.map +1 -0
- package/dist/lib/types/analytics/stock/stock.stats.query.schema.d.ts +12 -0
- package/dist/lib/types/analytics/stock/stock.stats.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/stock/stock.stats.query.schema.js +12 -0
- package/dist/lib/types/analytics/stock/stock.stats.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/stock.types.d.ts +35 -27
- package/dist/lib/types/analytics/stock.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/stock.types.js +109 -15
- package/dist/lib/types/analytics/stock.types.js.map +1 -1
- package/dist/lib/types/analytics/taxes/index.d.ts +3 -0
- package/dist/lib/types/analytics/taxes/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/taxes/index.js +28 -0
- package/dist/lib/types/analytics/taxes/index.js.map +1 -0
- package/dist/lib/types/analytics/taxes/taxes.query.schema.d.ts +71 -0
- package/dist/lib/types/analytics/taxes/taxes.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/taxes/taxes.query.schema.js +146 -0
- package/dist/lib/types/analytics/taxes/taxes.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/taxes/taxes.schema.d.ts +83 -0
- package/dist/lib/types/analytics/taxes/taxes.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/taxes/taxes.schema.js +55 -0
- package/dist/lib/types/analytics/taxes/taxes.schema.js.map +1 -0
- package/dist/lib/types/analytics/taxes.types.d.ts +54 -24
- package/dist/lib/types/analytics/taxes.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/taxes.types.js +153 -17
- package/dist/lib/types/analytics/taxes.types.js.map +1 -1
- package/dist/lib/types/analytics/variations/index.d.ts +3 -0
- package/dist/lib/types/analytics/variations/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/variations/index.js +28 -0
- package/dist/lib/types/analytics/variations/index.js.map +1 -0
- package/dist/lib/types/analytics/variations/variations.query.schema.d.ts +95 -0
- package/dist/lib/types/analytics/variations/variations.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/variations/variations.query.schema.js +211 -0
- package/dist/lib/types/analytics/variations/variations.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/variations/variations.schema.d.ts +79 -0
- package/dist/lib/types/analytics/variations/variations.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/variations/variations.schema.js +59 -0
- package/dist/lib/types/analytics/variations/variations.schema.js.map +1 -0
- package/dist/lib/types/analytics/variations.types.d.ts +73 -38
- package/dist/lib/types/analytics/variations.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/variations.types.js +214 -16
- package/dist/lib/types/analytics/variations.types.js.map +1 -1
- package/dist/lib/types/schema-registry.d.ts +46 -0
- package/dist/lib/types/schema-registry.d.ts.map +1 -0
- package/dist/lib/types/schema-registry.js +21 -0
- package/dist/lib/types/schema-registry.js.map +1 -0
- package/dist/lib/types/sdk.state.d.ts +156 -25
- package/dist/lib/types/sdk.state.d.ts.map +1 -1
- package/dist/lib/types/store/batch/batch.create.schema.d.ts +65 -0
- package/dist/lib/types/store/batch/batch.create.schema.d.ts.map +1 -0
- package/dist/lib/types/store/batch/batch.create.schema.js +38 -0
- package/dist/lib/types/store/batch/batch.create.schema.js.map +1 -0
- package/dist/lib/types/store/batch/batch.request.d.ts +2 -2
- package/dist/lib/types/store/batch/batch.request.d.ts.map +1 -1
- package/dist/lib/types/store/batch/batch.request.js +4 -1
- package/dist/lib/types/store/batch/batch.request.js.map +1 -1
- package/dist/lib/types/store/batch/batch.schema.d.ts +37 -0
- package/dist/lib/types/store/batch/batch.schema.d.ts.map +1 -0
- package/dist/lib/types/store/batch/batch.schema.js +22 -0
- package/dist/lib/types/store/batch/batch.schema.js.map +1 -0
- package/dist/lib/types/store/batch/index.d.ts +2 -2
- package/dist/lib/types/store/batch/index.d.ts.map +1 -1
- package/dist/lib/types/store/batch/index.js +16 -2
- package/dist/lib/types/store/batch/index.js.map +1 -1
- package/dist/lib/types/store/cart/cart.billing.response.d.ts.map +1 -1
- package/dist/lib/types/store/cart/cart.billing.response.js +15 -11
- package/dist/lib/types/store/cart/cart.billing.response.js.map +1 -1
- package/dist/lib/types/store/cart/cart.billing.schema.d.ts +16 -0
- package/dist/lib/types/store/cart/cart.billing.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart/cart.billing.schema.js +19 -0
- package/dist/lib/types/store/cart/cart.billing.schema.js.map +1 -0
- package/dist/lib/types/store/cart/cart.customer.request.d.ts +25 -25
- package/dist/lib/types/store/cart/cart.customer.request.d.ts.map +1 -1
- package/dist/lib/types/store/cart/cart.customer.request.js +43 -25
- package/dist/lib/types/store/cart/cart.customer.request.js.map +1 -1
- package/dist/lib/types/store/cart/cart.customer.update.schema.d.ts +30 -0
- package/dist/lib/types/store/cart/cart.customer.update.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart/cart.customer.update.schema.js +47 -0
- package/dist/lib/types/store/cart/cart.customer.update.schema.js.map +1 -0
- package/dist/lib/types/store/cart/cart.error.schema.d.ts +7 -0
- package/dist/lib/types/store/cart/cart.error.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart/cart.error.schema.js +6 -0
- package/dist/lib/types/store/cart/cart.error.schema.js.map +1 -0
- package/dist/lib/types/store/cart/cart.fee.schema.d.ts +30 -0
- package/dist/lib/types/store/cart/cart.fee.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart/cart.fee.schema.js +32 -0
- package/dist/lib/types/store/cart/cart.fee.schema.js.map +1 -0
- package/dist/lib/types/store/cart/cart.response.d.ts +184 -25
- package/dist/lib/types/store/cart/cart.response.d.ts.map +1 -1
- package/dist/lib/types/store/cart/cart.response.js +68 -17
- package/dist/lib/types/store/cart/cart.response.js.map +1 -1
- package/dist/lib/types/store/cart/cart.schema.d.ts +323 -0
- package/dist/lib/types/store/cart/cart.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart/cart.schema.js +50 -0
- package/dist/lib/types/store/cart/cart.schema.js.map +1 -0
- package/dist/lib/types/store/cart/cart.shipping.rate.schema.d.ts +42 -0
- package/dist/lib/types/store/cart/cart.shipping.rate.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart/cart.shipping.rate.schema.js +41 -0
- package/dist/lib/types/store/cart/cart.shipping.rate.schema.js.map +1 -0
- package/dist/lib/types/store/cart/cart.shipping.response.d.ts.map +1 -1
- package/dist/lib/types/store/cart/cart.shipping.response.js +14 -10
- package/dist/lib/types/store/cart/cart.shipping.response.js.map +1 -1
- package/dist/lib/types/store/cart/cart.shipping.schema.d.ts +15 -0
- package/dist/lib/types/store/cart/cart.shipping.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart/cart.shipping.schema.js +18 -0
- package/dist/lib/types/store/cart/cart.shipping.schema.js.map +1 -0
- package/dist/lib/types/store/cart/cart.total.response.d.ts +2 -2
- package/dist/lib/types/store/cart/cart.total.response.d.ts.map +1 -1
- package/dist/lib/types/store/cart/cart.total.response.js +43 -19
- package/dist/lib/types/store/cart/cart.total.response.js.map +1 -1
- package/dist/lib/types/store/cart/cart.total.schema.d.ts +27 -0
- package/dist/lib/types/store/cart/cart.total.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart/cart.total.schema.js +50 -0
- package/dist/lib/types/store/cart/cart.total.schema.js.map +1 -0
- package/dist/lib/types/store/cart/index.d.ts +8 -6
- package/dist/lib/types/store/cart/index.d.ts.map +1 -1
- package/dist/lib/types/store/cart/index.js +22 -6
- package/dist/lib/types/store/cart/index.js.map +1 -1
- package/dist/lib/types/store/cart-coupon/cart.coupon.response.d.ts +2 -2
- package/dist/lib/types/store/cart-coupon/cart.coupon.response.d.ts.map +1 -1
- package/dist/lib/types/store/cart-coupon/cart.coupon.response.js +6 -3
- package/dist/lib/types/store/cart-coupon/cart.coupon.response.js.map +1 -1
- package/dist/lib/types/store/cart-coupon/cart.coupon.schema.d.ts +18 -0
- package/dist/lib/types/store/cart-coupon/cart.coupon.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-coupon/cart.coupon.schema.js +11 -0
- package/dist/lib/types/store/cart-coupon/cart.coupon.schema.js.map +1 -0
- package/dist/lib/types/store/cart-coupon/cart.coupon.total.response.d.ts.map +1 -1
- package/dist/lib/types/store/cart-coupon/cart.coupon.total.response.js +25 -9
- package/dist/lib/types/store/cart-coupon/cart.coupon.total.response.js.map +1 -1
- package/dist/lib/types/store/cart-coupon/cart.coupon.total.schema.d.ts +14 -0
- package/dist/lib/types/store/cart-coupon/cart.coupon.total.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-coupon/cart.coupon.total.schema.js +29 -0
- package/dist/lib/types/store/cart-coupon/cart.coupon.total.schema.js.map +1 -0
- package/dist/lib/types/store/cart-coupon/index.d.ts +2 -2
- package/dist/lib/types/store/cart-coupon/index.d.ts.map +1 -1
- package/dist/lib/types/store/cart-coupon/index.js +9 -2
- package/dist/lib/types/store/cart-coupon/index.js.map +1 -1
- package/dist/lib/types/store/cart-extensions/cart.extensions.create.schema.d.ts +16 -0
- package/dist/lib/types/store/cart-extensions/cart.extensions.create.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-extensions/cart.extensions.create.schema.js +21 -0
- package/dist/lib/types/store/cart-extensions/cart.extensions.create.schema.js.map +1 -0
- package/dist/lib/types/store/cart-extensions/cart.extensions.request.d.ts +2 -2
- package/dist/lib/types/store/cart-extensions/cart.extensions.request.d.ts.map +1 -1
- package/dist/lib/types/store/cart-extensions/cart.extensions.request.js +8 -2
- package/dist/lib/types/store/cart-extensions/cart.extensions.request.js.map +1 -1
- package/dist/lib/types/store/cart-extensions/cart.extensions.schema.d.ts +24 -0
- package/dist/lib/types/store/cart-extensions/cart.extensions.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-extensions/cart.extensions.schema.js +23 -0
- package/dist/lib/types/store/cart-extensions/cart.extensions.schema.js.map +1 -0
- package/dist/lib/types/store/cart-extensions/index.d.ts +2 -2
- package/dist/lib/types/store/cart-extensions/index.d.ts.map +1 -1
- package/dist/lib/types/store/cart-extensions/index.js +10 -2
- package/dist/lib/types/store/cart-extensions/index.js.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.add.request.d.ts +1 -1
- package/dist/lib/types/store/cart-item/cart.item.add.request.d.ts.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.add.request.js +9 -3
- package/dist/lib/types/store/cart-item/cart.item.add.request.js.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.add.schema.d.ts +17 -0
- package/dist/lib/types/store/cart-item/cart.item.add.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.add.schema.js +22 -0
- package/dist/lib/types/store/cart-item/cart.item.add.schema.js.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.edit.request.d.ts +2 -2
- package/dist/lib/types/store/cart-item/cart.item.edit.request.d.ts.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.edit.request.js +8 -2
- package/dist/lib/types/store/cart-item/cart.item.edit.request.js.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.price.response.d.ts +10 -7
- package/dist/lib/types/store/cart-item/cart.item.price.response.d.ts.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.price.response.js +48 -17
- package/dist/lib/types/store/cart-item/cart.item.price.response.js.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.price.schema.d.ts +25 -0
- package/dist/lib/types/store/cart-item/cart.item.price.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.price.schema.js +52 -0
- package/dist/lib/types/store/cart-item/cart.item.price.schema.js.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.quantity.limits.response.d.ts +2 -2
- package/dist/lib/types/store/cart-item/cart.item.quantity.limits.response.d.ts.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.quantity.limits.response.js +14 -4
- package/dist/lib/types/store/cart-item/cart.item.quantity.limits.response.js.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.quantity.limits.schema.d.ts +9 -0
- package/dist/lib/types/store/cart-item/cart.item.quantity.limits.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.quantity.limits.schema.js +18 -0
- package/dist/lib/types/store/cart-item/cart.item.quantity.limits.schema.js.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.response.d.ts +27 -18
- package/dist/lib/types/store/cart-item/cart.item.response.d.ts.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.response.js +42 -21
- package/dist/lib/types/store/cart-item/cart.item.response.js.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.schema.d.ts +82 -0
- package/dist/lib/types/store/cart-item/cart.item.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.schema.js +51 -0
- package/dist/lib/types/store/cart-item/cart.item.schema.js.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.total.response.d.ts.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.total.response.js +29 -11
- package/dist/lib/types/store/cart-item/cart.item.total.response.js.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.total.schema.d.ts +16 -0
- package/dist/lib/types/store/cart-item/cart.item.total.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.total.schema.js +33 -0
- package/dist/lib/types/store/cart-item/cart.item.total.schema.js.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.update.schema.d.ts +13 -0
- package/dist/lib/types/store/cart-item/cart.item.update.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.update.schema.js +18 -0
- package/dist/lib/types/store/cart-item/cart.item.update.schema.js.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.variation.schema.d.ts +8 -0
- package/dist/lib/types/store/cart-item/cart.item.variation.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.variation.schema.js +7 -0
- package/dist/lib/types/store/cart-item/cart.item.variation.schema.js.map +1 -0
- package/dist/lib/types/store/cart-item/index.d.ts +7 -7
- package/dist/lib/types/store/cart-item/index.d.ts.map +1 -1
- package/dist/lib/types/store/cart-item/index.js +28 -7
- package/dist/lib/types/store/cart-item/index.js.map +1 -1
- package/dist/lib/types/store/checkout/checkout.billing.response.d.ts +11 -11
- package/dist/lib/types/store/checkout/checkout.billing.response.d.ts.map +1 -1
- package/dist/lib/types/store/checkout/checkout.billing.response.js +17 -11
- package/dist/lib/types/store/checkout/checkout.billing.response.js.map +1 -1
- package/dist/lib/types/store/checkout/checkout.billing.schema.d.ts +16 -0
- package/dist/lib/types/store/checkout/checkout.billing.schema.d.ts.map +1 -0
- package/dist/lib/types/store/checkout/checkout.billing.schema.js +21 -0
- package/dist/lib/types/store/checkout/checkout.billing.schema.js.map +1 -0
- package/dist/lib/types/store/checkout/checkout.create.request.d.ts +54 -38
- package/dist/lib/types/store/checkout/checkout.create.request.d.ts.map +1 -1
- package/dist/lib/types/store/checkout/checkout.create.request.js +108 -17
- package/dist/lib/types/store/checkout/checkout.create.request.js.map +1 -1
- package/dist/lib/types/store/checkout/checkout.create.schema.d.ts +72 -0
- package/dist/lib/types/store/checkout/checkout.create.schema.d.ts.map +1 -0
- package/dist/lib/types/store/checkout/checkout.create.schema.js +127 -0
- package/dist/lib/types/store/checkout/checkout.create.schema.js.map +1 -0
- package/dist/lib/types/store/checkout/checkout.response.d.ts +60 -35
- package/dist/lib/types/store/checkout/checkout.response.d.ts.map +1 -1
- package/dist/lib/types/store/checkout/checkout.response.js +140 -16
- package/dist/lib/types/store/checkout/checkout.response.js.map +1 -1
- package/dist/lib/types/store/checkout/checkout.schema.d.ts +69 -0
- package/dist/lib/types/store/checkout/checkout.schema.d.ts.map +1 -0
- package/dist/lib/types/store/checkout/checkout.schema.js +146 -0
- package/dist/lib/types/store/checkout/checkout.schema.js.map +1 -0
- package/dist/lib/types/store/checkout/checkout.shipping.d.ts +10 -10
- package/dist/lib/types/store/checkout/checkout.shipping.d.ts.map +1 -1
- package/dist/lib/types/store/checkout/checkout.shipping.js +16 -10
- package/dist/lib/types/store/checkout/checkout.shipping.js.map +1 -1
- package/dist/lib/types/store/checkout/checkout.shipping.schema.d.ts +15 -0
- package/dist/lib/types/store/checkout/checkout.shipping.schema.d.ts.map +1 -0
- package/dist/lib/types/store/checkout/checkout.shipping.schema.js +20 -0
- package/dist/lib/types/store/checkout/checkout.shipping.schema.js.map +1 -0
- package/dist/lib/types/store/checkout/checkout.update.schema.d.ts +17 -0
- package/dist/lib/types/store/checkout/checkout.update.schema.d.ts.map +1 -0
- package/dist/lib/types/store/checkout/checkout.update.schema.js +16 -0
- package/dist/lib/types/store/checkout/checkout.update.schema.js.map +1 -0
- package/dist/lib/types/store/checkout/index.d.ts +5 -5
- package/dist/lib/types/store/checkout/index.d.ts.map +1 -1
- package/dist/lib/types/store/checkout/index.js +26 -5
- package/dist/lib/types/store/checkout/index.js.map +1 -1
- package/dist/lib/types/store/error.schema.d.ts +10 -0
- package/dist/lib/types/store/error.schema.d.ts.map +1 -0
- package/dist/lib/types/store/error.schema.js +9 -0
- package/dist/lib/types/store/error.schema.js.map +1 -0
- package/dist/lib/types/store/image.response.d.ts +9 -7
- package/dist/lib/types/store/image.response.d.ts.map +1 -1
- package/dist/lib/types/store/image.response.js +21 -7
- package/dist/lib/types/store/image.response.js.map +1 -1
- package/dist/lib/types/store/image.schema.d.ts +14 -0
- package/dist/lib/types/store/image.schema.d.ts.map +1 -0
- package/dist/lib/types/store/image.schema.js +25 -0
- package/dist/lib/types/store/image.schema.js.map +1 -0
- package/dist/lib/types/store/index.d.ts +2 -2
- package/dist/lib/types/store/index.d.ts.map +1 -1
- package/dist/lib/types/store/index.js +2 -2
- package/dist/lib/types/store/index.js.map +1 -1
- package/dist/lib/types/store/order/index.d.ts +6 -6
- package/dist/lib/types/store/order/index.d.ts.map +1 -1
- package/dist/lib/types/store/order/index.js +23 -6
- package/dist/lib/types/store/order/index.js.map +1 -1
- package/dist/lib/types/store/order/order.billing.response.d.ts.map +1 -1
- package/dist/lib/types/store/order/order.billing.response.js +15 -11
- package/dist/lib/types/store/order/order.billing.response.js.map +1 -1
- package/dist/lib/types/store/order/order.billing.schema.d.ts +16 -0
- package/dist/lib/types/store/order/order.billing.schema.d.ts.map +1 -0
- package/dist/lib/types/store/order/order.billing.schema.js +19 -0
- package/dist/lib/types/store/order/order.billing.schema.js.map +1 -0
- package/dist/lib/types/store/order/order.coupon.response.d.ts.map +1 -1
- package/dist/lib/types/store/order/order.coupon.response.js +25 -9
- package/dist/lib/types/store/order/order.coupon.response.js.map +1 -1
- package/dist/lib/types/store/order/order.coupon.schema.d.ts +17 -0
- package/dist/lib/types/store/order/order.coupon.schema.d.ts.map +1 -0
- package/dist/lib/types/store/order/order.coupon.schema.js +32 -0
- package/dist/lib/types/store/order/order.coupon.schema.js.map +1 -0
- package/dist/lib/types/store/order/order.query.schema.d.ts +55 -0
- package/dist/lib/types/store/order/order.query.schema.d.ts.map +1 -0
- package/dist/lib/types/store/order/order.query.schema.js +35 -0
- package/dist/lib/types/store/order/order.query.schema.js.map +1 -0
- package/dist/lib/types/store/order/order.response.d.ts +38 -22
- package/dist/lib/types/store/order/order.response.d.ts.map +1 -1
- package/dist/lib/types/store/order/order.response.js +24 -11
- package/dist/lib/types/store/order/order.response.js.map +1 -1
- package/dist/lib/types/store/order/order.schema.d.ts +157 -0
- package/dist/lib/types/store/order/order.schema.d.ts.map +1 -0
- package/dist/lib/types/store/order/order.schema.js +34 -0
- package/dist/lib/types/store/order/order.schema.js.map +1 -0
- package/dist/lib/types/store/order/order.shipping.response.d.ts.map +1 -1
- package/dist/lib/types/store/order/order.shipping.response.js +14 -10
- package/dist/lib/types/store/order/order.shipping.response.js.map +1 -1
- package/dist/lib/types/store/order/order.shipping.schema.d.ts +15 -0
- package/dist/lib/types/store/order/order.shipping.schema.d.ts.map +1 -0
- package/dist/lib/types/store/order/order.shipping.schema.js +18 -0
- package/dist/lib/types/store/order/order.shipping.schema.js.map +1 -0
- package/dist/lib/types/store/order/order.total.response.d.ts +9 -2
- package/dist/lib/types/store/order/order.total.response.d.ts.map +1 -1
- package/dist/lib/types/store/order/order.total.response.js +48 -13
- package/dist/lib/types/store/order/order.total.response.js.map +1 -1
- package/dist/lib/types/store/order/order.total.schema.d.ts +25 -0
- package/dist/lib/types/store/order/order.total.schema.d.ts.map +1 -0
- package/dist/lib/types/store/order/order.total.schema.js +52 -0
- package/dist/lib/types/store/order/order.total.schema.js.map +1 -0
- package/dist/lib/types/store/paginated.d.ts +2 -2
- package/dist/lib/types/store/paginated.d.ts.map +1 -1
- package/dist/lib/types/store/paginated.js +14 -3
- package/dist/lib/types/store/paginated.js.map +1 -1
- package/dist/lib/types/store/product/index.d.ts +4 -3
- package/dist/lib/types/store/product/index.d.ts.map +1 -1
- package/dist/lib/types/store/product/index.js +18 -3
- package/dist/lib/types/store/product/index.js.map +1 -1
- package/dist/lib/types/store/product/product.embedded.schema.d.ts +22 -0
- package/dist/lib/types/store/product/product.embedded.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product/product.embedded.schema.js +20 -0
- package/dist/lib/types/store/product/product.embedded.schema.js.map +1 -0
- package/dist/lib/types/store/product/product.price.response.d.ts.map +1 -1
- package/dist/lib/types/store/product/product.price.response.js +29 -13
- package/dist/lib/types/store/product/product.price.response.js.map +1 -1
- package/dist/lib/types/store/product/product.price.schema.d.ts +24 -0
- package/dist/lib/types/store/product/product.price.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product/product.price.schema.js +35 -0
- package/dist/lib/types/store/product/product.price.schema.js.map +1 -0
- package/dist/lib/types/store/product/product.query.schema.d.ts +99 -0
- package/dist/lib/types/store/product/product.query.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product/product.query.schema.js +258 -0
- package/dist/lib/types/store/product/product.query.schema.js.map +1 -0
- package/dist/lib/types/store/product/product.request.d.ts +44 -39
- package/dist/lib/types/store/product/product.request.d.ts.map +1 -1
- package/dist/lib/types/store/product/product.request.js +130 -39
- package/dist/lib/types/store/product/product.request.js.map +1 -1
- package/dist/lib/types/store/product/product.response.d.ts +40 -29
- package/dist/lib/types/store/product/product.response.d.ts.map +1 -1
- package/dist/lib/types/store/product/product.response.js +115 -45
- package/dist/lib/types/store/product/product.response.js.map +1 -1
- package/dist/lib/types/store/product/product.schema.d.ts +112 -0
- package/dist/lib/types/store/product/product.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product/product.schema.js +134 -0
- package/dist/lib/types/store/product/product.schema.js.map +1 -0
- package/dist/lib/types/store/product-attribute/index.d.ts +1 -1
- package/dist/lib/types/store/product-attribute/index.d.ts.map +1 -1
- package/dist/lib/types/store/product-attribute/index.js +8 -1
- package/dist/lib/types/store/product-attribute/index.js.map +1 -1
- package/dist/lib/types/store/product-attribute/product.attribute.response.d.ts +1 -0
- package/dist/lib/types/store/product-attribute/product.attribute.response.d.ts.map +1 -1
- package/dist/lib/types/store/product-attribute/product.attribute.response.js +14 -6
- package/dist/lib/types/store/product-attribute/product.attribute.response.js.map +1 -1
- package/dist/lib/types/store/product-attribute/product.attribute.schema.d.ts +12 -0
- package/dist/lib/types/store/product-attribute/product.attribute.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-attribute/product.attribute.schema.js +18 -0
- package/dist/lib/types/store/product-attribute/product.attribute.schema.js.map +1 -0
- package/dist/lib/types/store/product-attribute-term/index.d.ts +2 -2
- package/dist/lib/types/store/product-attribute-term/index.d.ts.map +1 -1
- package/dist/lib/types/store/product-attribute-term/index.js +16 -2
- package/dist/lib/types/store/product-attribute-term/index.js.map +1 -1
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.query.schema.d.ts +43 -0
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.query.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.query.schema.js +69 -0
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.query.schema.js.map +1 -0
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.request.d.ts +20 -6
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.request.d.ts.map +1 -1
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.request.js +55 -4
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.request.js.map +1 -1
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.response.d.ts +2 -0
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.response.d.ts.map +1 -1
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.response.js +8 -4
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.response.js.map +1 -1
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.schema.d.ts +11 -0
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.schema.js +12 -0
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.schema.js.map +1 -0
- package/dist/lib/types/store/product-brand/index.d.ts +1 -1
- package/dist/lib/types/store/product-brand/index.d.ts.map +1 -1
- package/dist/lib/types/store/product-brand/index.js +8 -1
- package/dist/lib/types/store/product-brand/index.js.map +1 -1
- package/dist/lib/types/store/product-brand/product.brand.response.d.ts +11 -9
- package/dist/lib/types/store/product-brand/product.brand.response.d.ts.map +1 -1
- package/dist/lib/types/store/product-brand/product.brand.response.js +13 -9
- package/dist/lib/types/store/product-brand/product.brand.response.js.map +1 -1
- package/dist/lib/types/store/product-brand/product.brand.schema.d.ts +24 -0
- package/dist/lib/types/store/product-brand/product.brand.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-brand/product.brand.schema.js +18 -0
- package/dist/lib/types/store/product-brand/product.brand.schema.js.map +1 -0
- package/dist/lib/types/store/product-category/index.d.ts +2 -2
- package/dist/lib/types/store/product-category/index.d.ts.map +1 -1
- package/dist/lib/types/store/product-category/index.js +19 -2
- package/dist/lib/types/store/product-category/index.js.map +1 -1
- package/dist/lib/types/store/product-category/product.category.query.schema.d.ts +26 -0
- package/dist/lib/types/store/product-category/product.category.query.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-category/product.category.query.schema.js +49 -0
- package/dist/lib/types/store/product-category/product.category.query.schema.js.map +1 -0
- package/dist/lib/types/store/product-category/product.category.request.d.ts +20 -2
- package/dist/lib/types/store/product-category/product.category.request.d.ts.map +1 -1
- package/dist/lib/types/store/product-category/product.category.request.js +47 -1
- package/dist/lib/types/store/product-category/product.category.request.js.map +1 -1
- package/dist/lib/types/store/product-category/product.category.response.d.ts +11 -9
- package/dist/lib/types/store/product-category/product.category.response.d.ts.map +1 -1
- package/dist/lib/types/store/product-category/product.category.response.js +13 -9
- package/dist/lib/types/store/product-category/product.category.response.js.map +1 -1
- package/dist/lib/types/store/product-category/product.category.schema.d.ts +24 -0
- package/dist/lib/types/store/product-category/product.category.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-category/product.category.schema.js +18 -0
- package/dist/lib/types/store/product-category/product.category.schema.js.map +1 -0
- package/dist/lib/types/store/product-collection-data/index.d.ts +6 -6
- package/dist/lib/types/store/product-collection-data/index.d.ts.map +1 -1
- package/dist/lib/types/store/product-collection-data/index.js +20 -6
- package/dist/lib/types/store/product-collection-data/index.js.map +1 -1
- package/dist/lib/types/store/product-collection-data/product.collection.data.attribute.counts.schema.d.ts +7 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.attribute.counts.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.attribute.counts.schema.js +6 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.attribute.counts.schema.js.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.price.range.response.d.ts.map +1 -1
- package/dist/lib/types/store/product-collection-data/product.collection.data.price.range.response.js +23 -9
- package/dist/lib/types/store/product-collection-data/product.collection.data.price.range.response.js.map +1 -1
- package/dist/lib/types/store/product-collection-data/product.collection.data.price.range.schema.d.ts +14 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.price.range.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.price.range.schema.js +27 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.price.range.schema.js.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.query.schema.d.ts +35 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.query.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.query.schema.js +36 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.query.schema.js.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.rating.counts.schema.d.ts +7 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.rating.counts.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.rating.counts.schema.js +6 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.rating.counts.schema.js.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.response.d.ts +9 -8
- package/dist/lib/types/store/product-collection-data/product.collection.data.response.d.ts.map +1 -1
- package/dist/lib/types/store/product-collection-data/product.collection.data.response.js +20 -4
- package/dist/lib/types/store/product-collection-data/product.collection.data.response.js.map +1 -1
- package/dist/lib/types/store/product-collection-data/product.collection.data.schema.d.ts +29 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.schema.js +28 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.schema.js.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.taxonomy.counts.schema.d.ts +7 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.taxonomy.counts.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.taxonomy.counts.schema.js +6 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.taxonomy.counts.schema.js.map +1 -0
- package/dist/lib/types/store/product-review/index.d.ts +2 -2
- package/dist/lib/types/store/product-review/index.d.ts.map +1 -1
- package/dist/lib/types/store/product-review/index.js +19 -2
- package/dist/lib/types/store/product-review/index.js.map +1 -1
- package/dist/lib/types/store/product-review/product.review.query.schema.d.ts +25 -0
- package/dist/lib/types/store/product-review/product.review.query.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-review/product.review.query.schema.js +41 -0
- package/dist/lib/types/store/product-review/product.review.query.schema.js.map +1 -0
- package/dist/lib/types/store/product-review/product.review.request.d.ts +11 -7
- package/dist/lib/types/store/product-review/product.review.request.d.ts.map +1 -1
- package/dist/lib/types/store/product-review/product.review.request.js +23 -4
- package/dist/lib/types/store/product-review/product.review.request.js.map +1 -1
- package/dist/lib/types/store/product-review/product.review.response.d.ts +14 -8
- package/dist/lib/types/store/product-review/product.review.response.d.ts.map +1 -1
- package/dist/lib/types/store/product-review/product.review.response.js +42 -13
- package/dist/lib/types/store/product-review/product.review.response.js.map +1 -1
- package/dist/lib/types/store/product-review/product.review.schema.d.ts +32 -0
- package/dist/lib/types/store/product-review/product.review.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-review/product.review.schema.js +47 -0
- package/dist/lib/types/store/product-review/product.review.schema.js.map +1 -0
- package/dist/lib/types/store/product-tag/index.d.ts +2 -2
- package/dist/lib/types/store/product-tag/index.d.ts.map +1 -1
- package/dist/lib/types/store/product-tag/index.js +16 -2
- package/dist/lib/types/store/product-tag/index.js.map +1 -1
- package/dist/lib/types/store/product-tag/product.tag.query.schema.d.ts +25 -0
- package/dist/lib/types/store/product-tag/product.tag.query.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-tag/product.tag.query.schema.js +49 -0
- package/dist/lib/types/store/product-tag/product.tag.query.schema.js.map +1 -0
- package/dist/lib/types/store/product-tag/product.tag.request.d.ts +19 -2
- package/dist/lib/types/store/product-tag/product.tag.request.d.ts.map +1 -1
- package/dist/lib/types/store/product-tag/product.tag.request.js +47 -1
- package/dist/lib/types/store/product-tag/product.tag.request.js.map +1 -1
- package/dist/lib/types/store/product-tag/product.tag.response.d.ts.map +1 -1
- package/dist/lib/types/store/product-tag/product.tag.response.js +8 -6
- package/dist/lib/types/store/product-tag/product.tag.response.js.map +1 -1
- package/dist/lib/types/store/product-tag/product.tag.schema.d.ts +11 -0
- package/dist/lib/types/store/product-tag/product.tag.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-tag/product.tag.schema.js +12 -0
- package/dist/lib/types/store/product-tag/product.tag.schema.js.map +1 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webhook.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/admin/webhook.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAIjD,OAAO,EAAuB,SAAS,EAAE,MAAM,oBAAoB,CAAC;AACpE,OAAO,EACL,uBAAuB,EACvB,YAAY,EACZ,
|
|
1
|
+
{"version":3,"file":"webhook.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/admin/webhook.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAIjD,OAAO,EAAuB,SAAS,EAAE,MAAM,oBAAoB,CAAC;AACpE,OAAO,EACL,uBAAuB,EACvB,YAAY,EACZ,yBAAyB,EACzB,yBAAyB,EAC1B,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;AAEzE;;;;GAIG;AACH,qBAAa,mBAAoB,SAAQ,WAAW;IAClD,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAA4B;IAErD;;OAEG;IACH,IAAI,CACF,MAAM,CAAC,EAAE,uBAAuB,EAChC,OAAO,CAAC,EAAE,cAAc,GACvB,gBAAgB,CAAC,YAAY,EAAE,EAAE,uBAAuB,CAAC;IAqB5D;;OAEG;IACG,GAAG,CACP,EAAE,EAAE,MAAM,EACV,MAAM,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,EACtC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,SAAS,CAAC,YAAY,CAAC,CAAC;IAQnC;;OAEG;IACG,MAAM,CACV,OAAO,EAAE,yBAAyB,EAClC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,SAAS,CAAC,YAAY,CAAC,CAAC;IAUnC;;OAEG;IACG,MAAM,CACV,EAAE,EAAE,MAAM,EACV,OAAO,EAAE,yBAAyB,EAClC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,SAAS,CAAC,YAAY,CAAC,CAAC;IAUnC;;OAEG;IACG,MAAM,CACV,EAAE,EAAE,MAAM,EACV,KAAK,UAAO,EACZ,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,SAAS,CAAC,YAAY,CAAC,CAAC;IAQnC;;OAEG;IACG,KAAK,CACT,UAAU,EAAE;QACV,MAAM,CAAC,EAAE,yBAAyB,EAAE,CAAC;QACrC,MAAM,CAAC,EAAE,KAAK,CAAC,yBAAyB,GAAG;YAAE,EAAE,EAAE,MAAM,CAAA;SAAE,CAAC,CAAC;QAC3D,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;KACnB,EACD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CACR,SAAS,CAAC;QACR,MAAM,EAAE,YAAY,EAAE,CAAC;QACvB,MAAM,EAAE,YAAY,EAAE,CAAC;QACvB,MAAM,EAAE,YAAY,EAAE,CAAC;KACxB,CAAC,CACH;CAaF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webhook.service.js","sourceRoot":"","sources":["../../../../src/lib/services/admin/webhook.service.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AACpE,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,KAAK,EAAE,MAAM,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"webhook.service.js","sourceRoot":"","sources":["../../../../src/lib/services/admin/webhook.service.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"product.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/store/product.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EAClB,MAAM,2BAA2B,CAAC;AAEnC,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEjD,OAAO,EAAuB,SAAS,EAAE,MAAM,oBAAoB,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvE,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;AAEzE;;;;GAIG;AACH,qBAAa,cAAe,SAAQ,WAAW;IAC7C,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAkC;IAE3D;;;;OAIG;IACH,IAAI,CACF,MAAM,CAAC,EAAE,cAAc,EACvB,OAAO,CAAC,EAAE,cAAc,GACvB,gBAAgB,CAAC,eAAe,EAAE,EAAE,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"product.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/store/product.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EAClB,MAAM,2BAA2B,CAAC;AAEnC,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEjD,OAAO,EAAuB,SAAS,EAAE,MAAM,oBAAoB,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvE,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;AAEzE;;;;GAIG;AACH,qBAAa,cAAe,SAAQ,WAAW;IAC7C,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAkC;IAE3D;;;;OAIG;IACH,IAAI,CACF,MAAM,CAAC,EAAE,cAAc,EACvB,OAAO,CAAC,EAAE,cAAc,GACvB,gBAAgB,CAAC,eAAe,EAAE,EAAE,cAAc,CAAC;IAiDtD;;;;OAIG;IACG,MAAM,CACV,MAAM,EAAE,iBAAiB,CAAC;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,EACvD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,SAAS,CAAC,eAAe,CAAC,CAAC;CAKvC"}
|
|
@@ -24,21 +24,23 @@ export class ProductService extends BaseService {
|
|
|
24
24
|
var _a, _b;
|
|
25
25
|
let unstable_tax = undefined;
|
|
26
26
|
let unstable_tax_operator = undefined;
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
const unstableParams = pageParams;
|
|
28
|
+
/* v8 ignore next 22 -- experimental _unstable_tax_ parameter is not part of the public API */
|
|
29
|
+
if (unstableParams && unstableParams['_unstable_tax_']) {
|
|
30
|
+
(_a = unstableParams['_unstable_tax_']) === null || _a === void 0 ? void 0 : _a.forEach((item) => {
|
|
29
31
|
Object.keys(item).forEach((key) => {
|
|
30
32
|
unstable_tax += `_unstable_tax_${key}=${item[key]}`;
|
|
31
33
|
});
|
|
32
34
|
});
|
|
33
|
-
|
|
35
|
+
unstableParams['_unstable_tax_'] = [];
|
|
34
36
|
}
|
|
35
|
-
if (
|
|
36
|
-
(_b =
|
|
37
|
+
if (unstableParams && unstableParams['_unstable_tax_operator']) {
|
|
38
|
+
(_b = unstableParams['_unstable_tax_operator']) === null || _b === void 0 ? void 0 : _b.forEach((item) => {
|
|
37
39
|
Object.keys(item).forEach((key) => {
|
|
38
40
|
unstable_tax_operator += `_unstable_tax_${key}_operator=${item[key]}`;
|
|
39
41
|
});
|
|
40
42
|
});
|
|
41
|
-
|
|
43
|
+
unstableParams['_unstable_tax_operator'] = [];
|
|
42
44
|
}
|
|
43
45
|
const query = qs.stringify(Object.assign(Object.assign({}, pageParams), { unstable_tax, unstable_tax_operator }), { encode: false });
|
|
44
46
|
const url = `/${this.endpoint}?${query}`;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"product.service.js","sourceRoot":"","sources":["../../../../src/lib/services/store/product.service.ts"],"names":[],"mappings":";AAAA,OAAO,EACL,iBAAiB,GAElB,MAAM,2BAA2B,CAAC;AACnC,OAAO,KAAK,EAAE,MAAM,IAAI,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAI3C,OAAO,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;AAEzE;;;;GAIG;AACH,MAAM,OAAO,cAAe,SAAQ,WAAW;IAA/C;;QACmB,aAAQ,GAAG,8BAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"product.service.js","sourceRoot":"","sources":["../../../../src/lib/services/store/product.service.ts"],"names":[],"mappings":";AAAA,OAAO,EACL,iBAAiB,GAElB,MAAM,2BAA2B,CAAC;AACnC,OAAO,KAAK,EAAE,MAAM,IAAI,CAAC;AACzB,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAI3C,OAAO,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;AAEzE;;;;GAIG;AACH,MAAM,OAAO,cAAe,SAAQ,WAAW;IAA/C;;QACmB,aAAQ,GAAG,8BAA8B,CAAC;IAwE7D,CAAC;IAtEC;;;;OAIG;IACH,IAAI,CACF,MAAuB,EACvB,OAAwB;QAExB,MAAM,OAAO,GAAG,CACd,UAA2B,EACsB,EAAE;;YACnD,IAAI,YAAY,GAAuB,SAAS,CAAC;YACjD,IAAI,qBAAqB,GAAuB,SAAS,CAAC;YAC1D,MAAM,cAAc,GAAG,UAAiD,CAAC;YACzE,8FAA8F;YAC9F,IAAI,cAAc,IAAI,cAAc,CAAC,gBAAgB,CAAC,EAAE,CAAC;gBACvD,MACE,cAAc,CAAC,gBAAgB,CAChC,0CAAE,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE;oBAClB,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;wBAChC,YAAY,IAAI,iBAAiB,GAAG,IAAI,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;oBACtD,CAAC,CAAC,CAAC;gBACL,CAAC,CAAC,CAAC;gBACH,cAAc,CAAC,gBAAgB,CAAC,GAAG,EAAE,CAAC;YACxC,CAAC;YAED,IAAI,cAAc,IAAI,cAAc,CAAC,wBAAwB,CAAC,EAAE,CAAC;gBAC/D,MACE,cAAc,CAAC,wBAAwB,CAGxC,0CAAE,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE;oBAClB,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;wBAChC,qBAAqB,IAAI,iBAAiB,GAAG,aAAa,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;oBACxE,CAAC,CAAC,CAAC;gBACL,CAAC,CAAC,CAAC;gBACH,cAAc,CAAC,wBAAwB,CAAC,GAAG,EAAE,CAAC;YAChD,CAAC;YACD,MAAM,KAAK,GAAG,EAAE,CAAC,SAAS,iCACnB,UAAU,KAAE,YAAY,EAAE,qBAAqB,KACpD,EAAE,MAAM,EAAE,KAAK,EAAE,CAClB,CAAC;YAEF,MAAM,GAAG,GAAG,IAAI,IAAI,CAAC,QAAQ,IAAI,KAAK,EAAE,CAAC;YACzC,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,OAAO,EAAE,GAAG,MAAM,KAAK,CAC1C,GAAG,EACH,OAAO,CACR,CAAC;YAEF,MAAM,UAAU,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;YAC9C,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,UAAU,EAAE,OAAO,EAAE,CAAC;QAC9C,CAAC,CAAA,CAAC;QAEF,OAAO,IAAI,gBAAgB,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC;IAC/C,CAAC;IAED;;;;OAIG;IACG,MAAM,CACV,MAAuD,EACvD,OAAwB;;YAExB,MAAM,GAAG,GAAG,IAAI,IAAI,CAAC,QAAQ,IAAI,MAAM,CAAC,EAAE,IAAI,MAAM,CAAC,IAAI,EAAE,CAAC;YAC5D,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,GAAG,MAAM,KAAK,CAAkB,GAAG,EAAE,OAAO,CAAC,CAAC;YACnE,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;QACzB,CAAC;KAAA;CACF"}
|
|
@@ -9,19 +9,22 @@ export interface StorageProvider {
|
|
|
9
9
|
* In-memory storage provider. Useful for SSR/Node.js environments
|
|
10
10
|
* or when browser storage is not available.
|
|
11
11
|
* @param _key - Unused, but kept for API consistency with other providers.
|
|
12
|
+
* @param _silent - Unused, but kept for API consistency with other providers.
|
|
12
13
|
*/
|
|
13
|
-
export declare const memoryStorageProvider: (_key?: string) => StorageProvider;
|
|
14
|
+
export declare const memoryStorageProvider: (_key?: string, _silent?: boolean) => StorageProvider;
|
|
14
15
|
/**
|
|
15
16
|
* localStorage provider with SSR fallback to in-memory storage.
|
|
17
|
+
* @param silent - When true, suppresses the fallback warning (e.g. for admin-only or server-side usage).
|
|
16
18
|
*/
|
|
17
|
-
export declare const localStorageProvider: (key: string) => StorageProvider;
|
|
19
|
+
export declare const localStorageProvider: (key: string, silent?: boolean) => StorageProvider;
|
|
18
20
|
/**
|
|
19
21
|
* sessionStorage provider with SSR fallback to in-memory storage.
|
|
22
|
+
* @param silent - When true, suppresses the fallback warning (e.g. for admin-only or server-side usage).
|
|
20
23
|
*/
|
|
21
|
-
export declare const sessionStorageProvider: (key: string) => StorageProvider;
|
|
24
|
+
export declare const sessionStorageProvider: (key: string, silent?: boolean) => StorageProvider;
|
|
22
25
|
export declare const storageProviders: {
|
|
23
|
-
localstorage: (key: string) => StorageProvider;
|
|
24
|
-
sessionstorage: (key: string) => StorageProvider;
|
|
25
|
-
memory: (_key?: string) => StorageProvider;
|
|
26
|
+
localstorage: (key: string, silent?: boolean) => StorageProvider;
|
|
27
|
+
sessionstorage: (key: string, silent?: boolean) => StorageProvider;
|
|
28
|
+
memory: (_key?: string, _silent?: boolean) => StorageProvider;
|
|
26
29
|
};
|
|
27
30
|
//# sourceMappingURL=auth.storage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auth.storage.d.ts","sourceRoot":"","sources":["../../../src/lib/storage/auth.storage.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GAAG,cAAc,GAAG,gBAAgB,GAAG,QAAQ,CAAC;AACvE,MAAM,WAAW,eAAe;IAC9B,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,GAAG,EAAE,MAAM,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;IAClC,GAAG,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACtC,KAAK,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;CAC5B;AA8BD
|
|
1
|
+
{"version":3,"file":"auth.storage.d.ts","sourceRoot":"","sources":["../../../src/lib/storage/auth.storage.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GAAG,cAAc,GAAG,gBAAgB,GAAG,QAAQ,CAAC;AACvE,MAAM,WAAW,eAAe;IAC9B,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,GAAG,EAAE,MAAM,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;IAClC,GAAG,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACtC,KAAK,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;CAC5B;AA8BD;;;;;GAKG;AACH,eAAO,MAAM,qBAAqB,GAChC,OAAO,MAAM,EACb,UAAU,OAAO,KAChB,eAcF,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,oBAAoB,GAC/B,KAAK,MAAM,EACX,SAAS,OAAO,KACf,eA8BF,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,sBAAsB,GACjC,KAAK,MAAM,EACX,SAAS,OAAO,KACf,eA8BF,CAAC;AAEF,eAAO,MAAM,gBAAgB;wBAzEtB,MAAM,WACF,OAAO,KACf,eAAe;0BAqCX,MAAM,WACF,OAAO,KACf,eAAe;oBAhET,MAAM,YACH,OAAO,KAChB,eAAe;CAkGjB,CAAC"}
|
|
@@ -7,7 +7,7 @@ const hasLocalStorage = () => {
|
|
|
7
7
|
return (typeof window !== 'undefined' &&
|
|
8
8
|
typeof window.localStorage !== 'undefined');
|
|
9
9
|
}
|
|
10
|
-
catch (_a) {
|
|
10
|
+
catch /* v8 ignore next */ (_a) {
|
|
11
11
|
return false;
|
|
12
12
|
}
|
|
13
13
|
};
|
|
@@ -19,7 +19,7 @@ const hasSessionStorage = () => {
|
|
|
19
19
|
return (typeof window !== 'undefined' &&
|
|
20
20
|
typeof window.sessionStorage !== 'undefined');
|
|
21
21
|
}
|
|
22
|
-
catch (_a) {
|
|
22
|
+
catch /* v8 ignore next */ (_a) {
|
|
23
23
|
return false;
|
|
24
24
|
}
|
|
25
25
|
};
|
|
@@ -27,8 +27,9 @@ const hasSessionStorage = () => {
|
|
|
27
27
|
* In-memory storage provider. Useful for SSR/Node.js environments
|
|
28
28
|
* or when browser storage is not available.
|
|
29
29
|
* @param _key - Unused, but kept for API consistency with other providers.
|
|
30
|
+
* @param _silent - Unused, but kept for API consistency with other providers.
|
|
30
31
|
*/
|
|
31
|
-
export const memoryStorageProvider = (_key) => {
|
|
32
|
+
export const memoryStorageProvider = (_key, _silent) => {
|
|
32
33
|
let value = null;
|
|
33
34
|
return {
|
|
34
35
|
type: 'memory',
|
|
@@ -45,12 +46,16 @@ export const memoryStorageProvider = (_key) => {
|
|
|
45
46
|
};
|
|
46
47
|
/**
|
|
47
48
|
* localStorage provider with SSR fallback to in-memory storage.
|
|
49
|
+
* @param silent - When true, suppresses the fallback warning (e.g. for admin-only or server-side usage).
|
|
48
50
|
*/
|
|
49
|
-
export const localStorageProvider = (key) => {
|
|
51
|
+
export const localStorageProvider = (key, silent) => {
|
|
50
52
|
if (!hasLocalStorage()) {
|
|
51
|
-
|
|
53
|
+
if (!silent) {
|
|
54
|
+
console.warn(`[Typewoo] localStorage is not available (SSR/Node.js environment). Falling back to in-memory storage for key "${key}". Data will not persist across page reloads.`);
|
|
55
|
+
}
|
|
52
56
|
return memoryStorageProvider();
|
|
53
57
|
}
|
|
58
|
+
/* v8 ignore next 20 -- browser-only path; SSR/Node.js always falls back to memory above */
|
|
54
59
|
return {
|
|
55
60
|
type: 'localstorage',
|
|
56
61
|
get: () => Promise.resolve(localStorage.getItem(key)),
|
|
@@ -76,12 +81,16 @@ export const localStorageProvider = (key) => {
|
|
|
76
81
|
};
|
|
77
82
|
/**
|
|
78
83
|
* sessionStorage provider with SSR fallback to in-memory storage.
|
|
84
|
+
* @param silent - When true, suppresses the fallback warning (e.g. for admin-only or server-side usage).
|
|
79
85
|
*/
|
|
80
|
-
export const sessionStorageProvider = (key) => {
|
|
86
|
+
export const sessionStorageProvider = (key, silent) => {
|
|
81
87
|
if (!hasSessionStorage()) {
|
|
82
|
-
|
|
88
|
+
if (!silent) {
|
|
89
|
+
console.warn(`[Typewoo] sessionStorage is not available (SSR/Node.js environment). Falling back to in-memory storage for key "${key}". Data will not persist across page reloads.`);
|
|
90
|
+
}
|
|
83
91
|
return memoryStorageProvider();
|
|
84
92
|
}
|
|
93
|
+
/* v8 ignore next 20 -- browser-only path; SSR/Node.js always falls back to memory above */
|
|
85
94
|
return {
|
|
86
95
|
type: 'sessionstorage',
|
|
87
96
|
get: () => Promise.resolve(sessionStorage.getItem(key)),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auth.storage.js","sourceRoot":"","sources":["../../../src/lib/storage/auth.storage.ts"],"names":[],"mappings":";AAQA;;GAEG;AACH,MAAM,eAAe,GAAG,GAAY,EAAE;IACpC,IAAI,CAAC;QACH,OAAO,CACL,OAAO,MAAM,KAAK,WAAW;YAC7B,OAAO,MAAM,CAAC,YAAY,KAAK,WAAW,CAC3C,CAAC;IACJ,CAAC;IAAC,
|
|
1
|
+
{"version":3,"file":"auth.storage.js","sourceRoot":"","sources":["../../../src/lib/storage/auth.storage.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const getWpUrl: () => string;
|
|
2
|
+
export declare const getAdminUser: () => string;
|
|
3
|
+
export declare const getAdminAppPassword: () => string;
|
|
4
|
+
export declare const getConsumerKey: () => string;
|
|
5
|
+
export declare const getConsumerSecret: () => string;
|
|
6
|
+
export declare const getCustomerUser: () => string;
|
|
7
|
+
export declare const getCustomerPassword: () => string;
|
|
8
|
+
//# sourceMappingURL=integration-config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"integration-config.d.ts","sourceRoot":"","sources":["../../../../src/lib/tests/helpers/integration-config.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,QAAQ,QAAO,MACsB,CAAC;AAEnD,eAAO,MAAM,YAAY,QAAO,MACQ,CAAC;AAEzC,eAAO,MAAM,mBAAmB,QAAO,MACoB,CAAC;AAE5D,eAAO,MAAM,cAAc,QAAO,MACqB,CAAC;AAExD,eAAO,MAAM,iBAAiB,QAAO,MACwB,CAAC;AAE9D,eAAO,MAAM,eAAe,QAAO,MACU,CAAC;AAE9C,eAAO,MAAM,mBAAmB,QAAO,MACkB,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { config } from 'dotenv';
|
|
2
|
+
import { resolve } from 'path';
|
|
3
|
+
import { fileURLToPath } from 'url';
|
|
4
|
+
import { dirname } from 'path';
|
|
5
|
+
const __filename = fileURLToPath(import.meta.url);
|
|
6
|
+
const __dirname = dirname(__filename);
|
|
7
|
+
config({ path: resolve(__dirname, '../../../../../../.env'), override: true });
|
|
8
|
+
export const getWpUrl = () => process.env['WP_URL'] || 'http://localhost.fail';
|
|
9
|
+
export const getAdminUser = () => process.env['WP_ADMIN_USER'] || 'fail';
|
|
10
|
+
export const getAdminAppPassword = () => process.env['WP_ADMIN_APP_PASSWORD'] || 'failapppassword';
|
|
11
|
+
export const getConsumerKey = () => process.env['WC_CONSUMER_KEY'] || 'fail_consumer_key';
|
|
12
|
+
export const getConsumerSecret = () => process.env['WC_CONSUMER_SECRET'] || 'fail_consumer_secret';
|
|
13
|
+
export const getCustomerUser = () => process.env['TEST_CUSTOMER_USER'] || 'fail';
|
|
14
|
+
export const getCustomerPassword = () => process.env['TEST_CUSTOMER_PASSWORD'] || 'failpassword';
|
|
15
|
+
//# sourceMappingURL=integration-config.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"integration-config.js","sourceRoot":"","sources":["../../../../src/lib/tests/helpers/integration-config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAChC,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAC/B,OAAO,EAAE,aAAa,EAAE,MAAM,KAAK,CAAC;AACpC,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAE/B,MAAM,UAAU,GAAG,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAClD,MAAM,SAAS,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;AAEtC,MAAM,CAAC,EAAE,IAAI,EAAE,OAAO,CAAC,SAAS,EAAE,wBAAwB,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,CAAC;AAE/E,MAAM,CAAC,MAAM,QAAQ,GAAG,GAAW,EAAE,CACnC,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,IAAI,uBAAuB,CAAC;AAEnD,MAAM,CAAC,MAAM,YAAY,GAAG,GAAW,EAAE,CACvC,OAAO,CAAC,GAAG,CAAC,eAAe,CAAC,IAAI,MAAM,CAAC;AAEzC,MAAM,CAAC,MAAM,mBAAmB,GAAG,GAAW,EAAE,CAC9C,OAAO,CAAC,GAAG,CAAC,uBAAuB,CAAC,IAAI,iBAAiB,CAAC;AAE5D,MAAM,CAAC,MAAM,cAAc,GAAG,GAAW,EAAE,CACzC,OAAO,CAAC,GAAG,CAAC,iBAAiB,CAAC,IAAI,mBAAmB,CAAC;AAExD,MAAM,CAAC,MAAM,iBAAiB,GAAG,GAAW,EAAE,CAC5C,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,IAAI,sBAAsB,CAAC;AAE9D,MAAM,CAAC,MAAM,eAAe,GAAG,GAAW,EAAE,CAC1C,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,IAAI,MAAM,CAAC;AAE9C,MAAM,CAAC,MAAM,mBAAmB,GAAG,GAAW,EAAE,CAC9C,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,IAAI,cAAc,CAAC"}
|
|
@@ -0,0 +1,372 @@
|
|
|
1
|
+
import type { ResolvedSdkConfig } from '../../configs/sdk.config.js';
|
|
2
|
+
import { EventBus } from '../../bus/event.bus.js';
|
|
3
|
+
import type { SdkEvent } from '../../sdk.events.js';
|
|
4
|
+
export declare function makeTestDeps(overrides?: Partial<ResolvedSdkConfig>): {
|
|
5
|
+
state: {
|
|
6
|
+
cart?: {
|
|
7
|
+
[x: string]: unknown;
|
|
8
|
+
items: {
|
|
9
|
+
[x: string]: unknown;
|
|
10
|
+
key: string;
|
|
11
|
+
id: number;
|
|
12
|
+
quantity: number;
|
|
13
|
+
type: string;
|
|
14
|
+
quantity_limits: {
|
|
15
|
+
[x: string]: unknown;
|
|
16
|
+
minimum: number;
|
|
17
|
+
maximum: number;
|
|
18
|
+
multiple_of: number;
|
|
19
|
+
editable: boolean;
|
|
20
|
+
};
|
|
21
|
+
name: string;
|
|
22
|
+
short_description: string;
|
|
23
|
+
description: string;
|
|
24
|
+
sku: string;
|
|
25
|
+
backorders_allowed: boolean;
|
|
26
|
+
show_backorder_badge: boolean;
|
|
27
|
+
sold_individually: boolean;
|
|
28
|
+
permalink: string;
|
|
29
|
+
images: {
|
|
30
|
+
[x: string]: unknown;
|
|
31
|
+
id?: number;
|
|
32
|
+
src?: string;
|
|
33
|
+
thumbnail?: string;
|
|
34
|
+
srcset?: string;
|
|
35
|
+
sizes?: string;
|
|
36
|
+
name?: string;
|
|
37
|
+
alt?: string;
|
|
38
|
+
thumbnail_sizes?: string;
|
|
39
|
+
thumbnail_srcset?: string;
|
|
40
|
+
}[];
|
|
41
|
+
variation: {
|
|
42
|
+
[x: string]: unknown;
|
|
43
|
+
raw_attribute: string;
|
|
44
|
+
attribute: string;
|
|
45
|
+
value: string;
|
|
46
|
+
}[];
|
|
47
|
+
item_data: {
|
|
48
|
+
[x: string]: unknown;
|
|
49
|
+
name: string;
|
|
50
|
+
value: string;
|
|
51
|
+
display: string;
|
|
52
|
+
}[];
|
|
53
|
+
prices: {
|
|
54
|
+
[x: string]: unknown;
|
|
55
|
+
price: string;
|
|
56
|
+
regular_price: string;
|
|
57
|
+
sale_price: string;
|
|
58
|
+
currency_code: string;
|
|
59
|
+
currency_symbol: string;
|
|
60
|
+
currency_minor_unit: number;
|
|
61
|
+
currency_decimal_separator: string;
|
|
62
|
+
currency_thousand_separator: string;
|
|
63
|
+
currency_prefix: string;
|
|
64
|
+
currency_suffix: string;
|
|
65
|
+
price_range?: {
|
|
66
|
+
[x: string]: unknown;
|
|
67
|
+
min_amount?: string;
|
|
68
|
+
max_amount?: string;
|
|
69
|
+
};
|
|
70
|
+
raw_prices?: {
|
|
71
|
+
[x: string]: unknown;
|
|
72
|
+
precision?: number;
|
|
73
|
+
price?: string;
|
|
74
|
+
regular_price?: string;
|
|
75
|
+
sale_price?: string;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
totals: {
|
|
79
|
+
[x: string]: unknown;
|
|
80
|
+
line_subtotal: string;
|
|
81
|
+
line_subtotal_tax: string;
|
|
82
|
+
line_total: string;
|
|
83
|
+
line_total_tax: string;
|
|
84
|
+
currency_code: string;
|
|
85
|
+
currency_symbol: string;
|
|
86
|
+
currency_minor_unit: number;
|
|
87
|
+
currency_decimal_separator: string;
|
|
88
|
+
currency_thousand_separator: string;
|
|
89
|
+
currency_prefix: string;
|
|
90
|
+
currency_suffix: string;
|
|
91
|
+
};
|
|
92
|
+
catalog_visibility: string;
|
|
93
|
+
low_stock_remaining?: number;
|
|
94
|
+
extensions?: unknown;
|
|
95
|
+
}[];
|
|
96
|
+
coupons: {
|
|
97
|
+
[x: string]: unknown;
|
|
98
|
+
totals: {
|
|
99
|
+
[x: string]: unknown;
|
|
100
|
+
currency_code: string;
|
|
101
|
+
currency_symbol: string;
|
|
102
|
+
currency_minor_unit: number;
|
|
103
|
+
currency_decimal_separator: string;
|
|
104
|
+
currency_thousand_separator: string;
|
|
105
|
+
currency_prefix: string;
|
|
106
|
+
currency_suffix: string;
|
|
107
|
+
total_discount: string;
|
|
108
|
+
total_discount_tax: string;
|
|
109
|
+
};
|
|
110
|
+
code?: string;
|
|
111
|
+
discount_type?: string;
|
|
112
|
+
}[];
|
|
113
|
+
fees: {
|
|
114
|
+
[x: string]: unknown;
|
|
115
|
+
id: string;
|
|
116
|
+
name: string;
|
|
117
|
+
totals: {
|
|
118
|
+
[x: string]: unknown;
|
|
119
|
+
currency_code: string;
|
|
120
|
+
currency_symbol: string;
|
|
121
|
+
currency_minor_unit: number;
|
|
122
|
+
currency_decimal_separator: string;
|
|
123
|
+
currency_thousand_separator: string;
|
|
124
|
+
currency_prefix: string;
|
|
125
|
+
currency_suffix: string;
|
|
126
|
+
total: string;
|
|
127
|
+
total_tax: string;
|
|
128
|
+
};
|
|
129
|
+
}[];
|
|
130
|
+
totals: {
|
|
131
|
+
[x: string]: unknown;
|
|
132
|
+
total_items: string;
|
|
133
|
+
total_items_tax: string;
|
|
134
|
+
total_fees: string;
|
|
135
|
+
total_fees_tax: string;
|
|
136
|
+
total_discount: string;
|
|
137
|
+
total_discount_tax: string;
|
|
138
|
+
total_price: string;
|
|
139
|
+
total_tax: string;
|
|
140
|
+
tax_lines: {
|
|
141
|
+
[x: string]: unknown;
|
|
142
|
+
name: string;
|
|
143
|
+
price: string;
|
|
144
|
+
rate: string;
|
|
145
|
+
}[];
|
|
146
|
+
currency_code: string;
|
|
147
|
+
currency_symbol: string;
|
|
148
|
+
currency_minor_unit: number;
|
|
149
|
+
currency_decimal_separator: string;
|
|
150
|
+
currency_thousand_separator: string;
|
|
151
|
+
currency_prefix: string;
|
|
152
|
+
currency_suffix: string;
|
|
153
|
+
total_shipping?: string;
|
|
154
|
+
total_shipping_tax?: string;
|
|
155
|
+
};
|
|
156
|
+
shipping_address: {
|
|
157
|
+
[x: string]: unknown;
|
|
158
|
+
first_name: string;
|
|
159
|
+
last_name: string;
|
|
160
|
+
company: string;
|
|
161
|
+
address_1: string;
|
|
162
|
+
address_2: string;
|
|
163
|
+
city: string;
|
|
164
|
+
state: string;
|
|
165
|
+
postcode: string;
|
|
166
|
+
country: string;
|
|
167
|
+
phone: string;
|
|
168
|
+
};
|
|
169
|
+
billing_address: {
|
|
170
|
+
[x: string]: unknown;
|
|
171
|
+
first_name: string;
|
|
172
|
+
last_name: string;
|
|
173
|
+
company: string;
|
|
174
|
+
address_1: string;
|
|
175
|
+
address_2: string;
|
|
176
|
+
city: string;
|
|
177
|
+
state: string;
|
|
178
|
+
postcode: string;
|
|
179
|
+
country: string;
|
|
180
|
+
email: string;
|
|
181
|
+
phone: string;
|
|
182
|
+
};
|
|
183
|
+
needs_payment: boolean;
|
|
184
|
+
needs_shipping: boolean;
|
|
185
|
+
payment_requirements: string[];
|
|
186
|
+
has_calculated_shipping: boolean;
|
|
187
|
+
shipping_rates: {
|
|
188
|
+
[x: string]: unknown;
|
|
189
|
+
package_id: number;
|
|
190
|
+
name: string;
|
|
191
|
+
destination: {
|
|
192
|
+
[x: string]: unknown;
|
|
193
|
+
address_1: string;
|
|
194
|
+
address_2: string;
|
|
195
|
+
city: string;
|
|
196
|
+
state: string;
|
|
197
|
+
postcode: string;
|
|
198
|
+
country: string;
|
|
199
|
+
};
|
|
200
|
+
items: {
|
|
201
|
+
[x: string]: unknown;
|
|
202
|
+
key: string;
|
|
203
|
+
name: string;
|
|
204
|
+
quantity: number;
|
|
205
|
+
}[];
|
|
206
|
+
shipping_rates: {
|
|
207
|
+
[x: string]: unknown;
|
|
208
|
+
rate_id: string;
|
|
209
|
+
name: string;
|
|
210
|
+
description: string;
|
|
211
|
+
delivery_time: string;
|
|
212
|
+
price: string;
|
|
213
|
+
taxes: string;
|
|
214
|
+
instance_id: number;
|
|
215
|
+
method_id: string;
|
|
216
|
+
meta_data: {
|
|
217
|
+
[x: string]: unknown;
|
|
218
|
+
key: string;
|
|
219
|
+
value: string;
|
|
220
|
+
}[];
|
|
221
|
+
selected: boolean;
|
|
222
|
+
currency_code: string;
|
|
223
|
+
currency_symbol: string;
|
|
224
|
+
currency_minor_unit: number;
|
|
225
|
+
currency_decimal_separator: string;
|
|
226
|
+
currency_thousand_separator: string;
|
|
227
|
+
currency_prefix: string;
|
|
228
|
+
currency_suffix: string;
|
|
229
|
+
}[];
|
|
230
|
+
}[];
|
|
231
|
+
items_count: number;
|
|
232
|
+
items_weight: number;
|
|
233
|
+
cross_sells: {
|
|
234
|
+
[x: string]: unknown;
|
|
235
|
+
id: number;
|
|
236
|
+
parent: number;
|
|
237
|
+
type: string;
|
|
238
|
+
permalink: string;
|
|
239
|
+
on_sale: boolean;
|
|
240
|
+
prices: {
|
|
241
|
+
[x: string]: unknown;
|
|
242
|
+
currency_code: string;
|
|
243
|
+
currency_symbol: string;
|
|
244
|
+
currency_minor_unit: number;
|
|
245
|
+
currency_decimal_separator: string;
|
|
246
|
+
currency_thousand_separator: string;
|
|
247
|
+
currency_prefix: string;
|
|
248
|
+
currency_suffix: string;
|
|
249
|
+
price: string;
|
|
250
|
+
regular_price: string;
|
|
251
|
+
sale_price: string;
|
|
252
|
+
price_range?: {
|
|
253
|
+
[x: string]: unknown;
|
|
254
|
+
min_amount: string;
|
|
255
|
+
max_amount: string;
|
|
256
|
+
};
|
|
257
|
+
};
|
|
258
|
+
price_html: string;
|
|
259
|
+
average_rating: string;
|
|
260
|
+
review_count: number;
|
|
261
|
+
has_options: boolean;
|
|
262
|
+
is_purchasable: boolean;
|
|
263
|
+
is_in_stock: boolean;
|
|
264
|
+
is_on_backorder: boolean;
|
|
265
|
+
stock_availability: {
|
|
266
|
+
[x: string]: unknown;
|
|
267
|
+
text: string;
|
|
268
|
+
class: string;
|
|
269
|
+
};
|
|
270
|
+
sold_individually: boolean;
|
|
271
|
+
add_to_cart: {
|
|
272
|
+
[x: string]: unknown;
|
|
273
|
+
text: string;
|
|
274
|
+
description: string;
|
|
275
|
+
url: string;
|
|
276
|
+
single_text: string;
|
|
277
|
+
maximum: number;
|
|
278
|
+
minimum: number;
|
|
279
|
+
multiple_of: number;
|
|
280
|
+
};
|
|
281
|
+
name?: string;
|
|
282
|
+
slug?: string;
|
|
283
|
+
variation?: string;
|
|
284
|
+
sku?: string;
|
|
285
|
+
short_description?: string;
|
|
286
|
+
description?: string;
|
|
287
|
+
images?: {
|
|
288
|
+
[x: string]: unknown;
|
|
289
|
+
id?: number;
|
|
290
|
+
src?: string;
|
|
291
|
+
thumbnail?: string;
|
|
292
|
+
srcset?: string;
|
|
293
|
+
sizes?: string;
|
|
294
|
+
name?: string;
|
|
295
|
+
alt?: string;
|
|
296
|
+
thumbnail_sizes?: string;
|
|
297
|
+
thumbnail_srcset?: string;
|
|
298
|
+
}[];
|
|
299
|
+
categories?: {
|
|
300
|
+
[x: string]: unknown;
|
|
301
|
+
id: number;
|
|
302
|
+
name: string;
|
|
303
|
+
slug: string;
|
|
304
|
+
link: string;
|
|
305
|
+
}[];
|
|
306
|
+
tags?: {
|
|
307
|
+
[x: string]: unknown;
|
|
308
|
+
id: number;
|
|
309
|
+
name: string;
|
|
310
|
+
slug: string;
|
|
311
|
+
link: string;
|
|
312
|
+
}[];
|
|
313
|
+
brands?: {
|
|
314
|
+
[x: string]: unknown;
|
|
315
|
+
id: number;
|
|
316
|
+
name: string;
|
|
317
|
+
slug: string;
|
|
318
|
+
link: string;
|
|
319
|
+
}[];
|
|
320
|
+
attributes?: {
|
|
321
|
+
[x: string]: unknown;
|
|
322
|
+
id: number;
|
|
323
|
+
name: string;
|
|
324
|
+
taxonomy: string;
|
|
325
|
+
has_variations: boolean;
|
|
326
|
+
terms: {
|
|
327
|
+
[x: string]: unknown;
|
|
328
|
+
id: number;
|
|
329
|
+
name: string;
|
|
330
|
+
slug: string;
|
|
331
|
+
}[];
|
|
332
|
+
}[];
|
|
333
|
+
variations?: {
|
|
334
|
+
[x: string]: unknown;
|
|
335
|
+
id: number;
|
|
336
|
+
attributes: {
|
|
337
|
+
[x: string]: unknown;
|
|
338
|
+
name: string;
|
|
339
|
+
value: string;
|
|
340
|
+
}[];
|
|
341
|
+
}[];
|
|
342
|
+
grouped_products?: unknown[];
|
|
343
|
+
low_stock_remaining?: number;
|
|
344
|
+
weight?: string;
|
|
345
|
+
dimensions?: {
|
|
346
|
+
[x: string]: unknown;
|
|
347
|
+
length?: string;
|
|
348
|
+
width?: string;
|
|
349
|
+
height?: string;
|
|
350
|
+
};
|
|
351
|
+
formatted_weight?: string;
|
|
352
|
+
formatted_dimensions?: string;
|
|
353
|
+
is_password_protected?: boolean;
|
|
354
|
+
extensions?: unknown;
|
|
355
|
+
}[];
|
|
356
|
+
errors: {
|
|
357
|
+
[x: string]: unknown;
|
|
358
|
+
code: string;
|
|
359
|
+
message: string;
|
|
360
|
+
}[];
|
|
361
|
+
payment_methods: string[];
|
|
362
|
+
extensions?: unknown;
|
|
363
|
+
};
|
|
364
|
+
nonce?: string;
|
|
365
|
+
cartHash?: string;
|
|
366
|
+
cartToken?: string;
|
|
367
|
+
authenticated?: boolean;
|
|
368
|
+
};
|
|
369
|
+
config: ResolvedSdkConfig;
|
|
370
|
+
events: EventBus<SdkEvent>;
|
|
371
|
+
};
|
|
372
|
+
//# sourceMappingURL=make-test-deps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"make-test-deps.d.ts","sourceRoot":"","sources":["../../../../src/lib/tests/helpers/make-test-deps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAErE,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAClD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAYpD,wBAAgB,YAAY,CAAC,SAAS,CAAC,EAAE,OAAO,CAAC,iBAAiB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKlE"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { EventBus } from '../../bus/event.bus.js';
|
|
2
|
+
const DEFAULT_CONFIG = {
|
|
3
|
+
baseUrl: 'https://store.test',
|
|
4
|
+
uniqueIdentifier: 'test-sdk',
|
|
5
|
+
request: {
|
|
6
|
+
retry: {
|
|
7
|
+
enabled: false,
|
|
8
|
+
},
|
|
9
|
+
},
|
|
10
|
+
};
|
|
11
|
+
export function makeTestDeps(overrides) {
|
|
12
|
+
const state = {};
|
|
13
|
+
const config = Object.assign(Object.assign({}, DEFAULT_CONFIG), overrides);
|
|
14
|
+
const events = new EventBus();
|
|
15
|
+
return { state, config, events };
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=make-test-deps.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"make-test-deps.js","sourceRoot":"","sources":["../../../../src/lib/tests/helpers/make-test-deps.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAGlD,MAAM,cAAc,GAAsB;IACxC,OAAO,EAAE,oBAAoB;IAC7B,gBAAgB,EAAE,UAAU;IAC5B,OAAO,EAAE;QACP,KAAK,EAAE;YACL,OAAO,EAAE,KAAK;SACf;KACF;CACF,CAAC;AAEF,MAAM,UAAU,YAAY,CAAC,SAAsC;IACjE,MAAM,KAAK,GAAa,EAAE,CAAC;IAC3B,MAAM,MAAM,mCAA2B,cAAc,GAAK,SAAS,CAAE,CAAC;IACtE,MAAM,MAAM,GAAG,IAAI,QAAQ,EAAY,CAAC;IACxC,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;AACnC,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const getWpUrl: () => string;
|
|
2
|
+
export declare const getAdminUser: () => string;
|
|
3
|
+
export declare const getAdminAppPassword: () => string;
|
|
4
|
+
export declare const getConsumerKey: () => string;
|
|
5
|
+
export declare const getConsumerSecret: () => string;
|
|
6
|
+
export declare const getCustomerUser: () => string;
|
|
7
|
+
export declare const getCustomerPassword: () => string;
|
|
8
|
+
//# sourceMappingURL=integration-config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"integration-config.d.ts","sourceRoot":"","sources":["../../../../src/lib/tests-v2/helpers/integration-config.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,QAAQ,QAAO,MACsB,CAAC;AAEnD,eAAO,MAAM,YAAY,QAAO,MACQ,CAAC;AAEzC,eAAO,MAAM,mBAAmB,QAAO,MACoB,CAAC;AAE5D,eAAO,MAAM,cAAc,QAAO,MACqB,CAAC;AAExD,eAAO,MAAM,iBAAiB,QAAO,MACwB,CAAC;AAE9D,eAAO,MAAM,eAAe,QAAO,MACU,CAAC;AAE9C,eAAO,MAAM,mBAAmB,QAAO,MACkB,CAAC"}
|