@typewoo/sdk 3.7.6 → 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/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.map +1 -1
- package/dist/lib/storage/auth.storage.js +4 -2
- 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
|
@@ -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-v2/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-v2/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"}
|
|
@@ -1,126 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
*
|
|
4
|
-
|
|
5
|
-
export
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
type: z.ZodEnum<{
|
|
10
|
-
select: "select";
|
|
11
|
-
}>;
|
|
12
|
-
order_by: z.ZodEnum<{
|
|
13
|
-
id: "id";
|
|
14
|
-
name: "name";
|
|
15
|
-
menu_order: "menu_order";
|
|
16
|
-
name_num: "name_num";
|
|
17
|
-
}>;
|
|
18
|
-
has_archives: z.ZodBoolean;
|
|
19
|
-
_links: z.ZodOptional<z.ZodObject<{
|
|
20
|
-
self: z.ZodArray<z.ZodObject<{
|
|
21
|
-
href: z.ZodString;
|
|
22
|
-
}, z.core.$strip>>;
|
|
23
|
-
collection: z.ZodArray<z.ZodObject<{
|
|
24
|
-
href: z.ZodString;
|
|
25
|
-
}, z.core.$strip>>;
|
|
26
|
-
}, z.core.$strip>>;
|
|
27
|
-
}, z.core.$loose>;
|
|
28
|
-
export type AdminProductAttribute = z.infer<typeof AdminProductAttributeSchema>;
|
|
29
|
-
/**
|
|
30
|
-
* Product attribute request parameters for creating/updating
|
|
31
|
-
*/
|
|
32
|
-
export declare const AdminProductAttributeRequestSchema: z.ZodObject<{
|
|
33
|
-
name: z.ZodOptional<z.ZodString>;
|
|
34
|
-
slug: z.ZodOptional<z.ZodString>;
|
|
35
|
-
type: z.ZodOptional<z.ZodEnum<{
|
|
36
|
-
select: "select";
|
|
37
|
-
}>>;
|
|
38
|
-
order_by: z.ZodOptional<z.ZodEnum<{
|
|
39
|
-
id: "id";
|
|
40
|
-
name: "name";
|
|
41
|
-
menu_order: "menu_order";
|
|
42
|
-
name_num: "name_num";
|
|
43
|
-
}>>;
|
|
44
|
-
has_archives: z.ZodOptional<z.ZodBoolean>;
|
|
45
|
-
}, z.core.$loose>;
|
|
46
|
-
export type AdminProductAttributeRequest = z.infer<typeof AdminProductAttributeRequestSchema>;
|
|
47
|
-
/**
|
|
48
|
-
* Product attribute query parameters for listing
|
|
49
|
-
*/
|
|
50
|
-
export declare const AdminProductAttributeQueryParamsSchema: z.ZodObject<{
|
|
51
|
-
/**
|
|
52
|
-
* Scope under which the request is made; determines fields present in response. Options: `view` and `edit`. Default is `view`.
|
|
53
|
-
*/
|
|
54
|
-
context: z.ZodOptional<z.ZodEnum<{
|
|
55
|
-
view: "view";
|
|
56
|
-
edit: "edit";
|
|
57
|
-
}>>;
|
|
58
|
-
}, z.core.$loose>;
|
|
59
|
-
export type AdminProductAttributeQueryParams = z.infer<typeof AdminProductAttributeQueryParamsSchema>;
|
|
60
|
-
/**
|
|
61
|
-
* WooCommerce REST API Product Attribute Term Response
|
|
62
|
-
*/
|
|
63
|
-
export declare const AdminProductAttributeTermSchema: z.ZodObject<{
|
|
64
|
-
id: z.ZodNumber;
|
|
65
|
-
name: z.ZodString;
|
|
66
|
-
slug: z.ZodString;
|
|
67
|
-
description: z.ZodString;
|
|
68
|
-
menu_order: z.ZodNumber;
|
|
69
|
-
count: z.ZodNumber;
|
|
70
|
-
_links: z.ZodOptional<z.ZodObject<{
|
|
71
|
-
self: z.ZodArray<z.ZodObject<{
|
|
72
|
-
href: z.ZodString;
|
|
73
|
-
}, z.core.$strip>>;
|
|
74
|
-
collection: z.ZodArray<z.ZodObject<{
|
|
75
|
-
href: z.ZodString;
|
|
76
|
-
}, z.core.$strip>>;
|
|
77
|
-
up: z.ZodArray<z.ZodObject<{
|
|
78
|
-
href: z.ZodString;
|
|
79
|
-
}, z.core.$strip>>;
|
|
80
|
-
}, z.core.$strip>>;
|
|
81
|
-
}, z.core.$loose>;
|
|
82
|
-
export type AdminProductAttributeTerm = z.infer<typeof AdminProductAttributeTermSchema>;
|
|
83
|
-
/**
|
|
84
|
-
* Product attribute term request parameters for creating/updating
|
|
85
|
-
*/
|
|
86
|
-
export declare const AdminProductAttributeTermRequestSchema: z.ZodObject<{
|
|
87
|
-
name: z.ZodOptional<z.ZodString>;
|
|
88
|
-
slug: z.ZodOptional<z.ZodString>;
|
|
89
|
-
description: z.ZodOptional<z.ZodString>;
|
|
90
|
-
menu_order: z.ZodOptional<z.ZodNumber>;
|
|
91
|
-
}, z.core.$loose>;
|
|
92
|
-
export type AdminProductAttributeTermRequest = z.infer<typeof AdminProductAttributeTermRequestSchema>;
|
|
93
|
-
/**
|
|
94
|
-
* Product attribute term query parameters for listing
|
|
95
|
-
*/
|
|
96
|
-
export declare const AdminProductAttributeTermQueryParamsSchema: z.ZodObject<{
|
|
97
|
-
context: z.ZodOptional<z.ZodEnum<{
|
|
98
|
-
view: "view";
|
|
99
|
-
edit: "edit";
|
|
100
|
-
}>>;
|
|
101
|
-
page: z.ZodOptional<z.ZodNumber>;
|
|
102
|
-
per_page: z.ZodOptional<z.ZodNumber>;
|
|
103
|
-
search: z.ZodOptional<z.ZodString>;
|
|
104
|
-
exclude: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
105
|
-
include: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
106
|
-
offset: z.ZodOptional<z.ZodNumber>;
|
|
107
|
-
order: z.ZodOptional<z.ZodEnum<{
|
|
108
|
-
asc: "asc";
|
|
109
|
-
desc: "desc";
|
|
110
|
-
}>>;
|
|
111
|
-
orderby: z.ZodOptional<z.ZodEnum<{
|
|
112
|
-
id: "id";
|
|
113
|
-
name: "name";
|
|
114
|
-
slug: "slug";
|
|
115
|
-
description: "description";
|
|
116
|
-
include: "include";
|
|
117
|
-
count: "count";
|
|
118
|
-
term_group: "term_group";
|
|
119
|
-
}>>;
|
|
120
|
-
hide_empty: z.ZodOptional<z.ZodBoolean>;
|
|
121
|
-
parent: z.ZodOptional<z.ZodNumber>;
|
|
122
|
-
product: z.ZodOptional<z.ZodNumber>;
|
|
123
|
-
slug: z.ZodOptional<z.ZodString>;
|
|
124
|
-
}, z.core.$loose>;
|
|
125
|
-
export type AdminProductAttributeTermQueryParams = z.infer<typeof AdminProductAttributeTermQueryParamsSchema>;
|
|
1
|
+
export * from './attributes/attribute.schema.js';
|
|
2
|
+
export * from './attributes/attribute.create.schema.js';
|
|
3
|
+
export * from './attributes/attribute.update.schema.js';
|
|
4
|
+
export * from './attributes/attribute.query.schema.js';
|
|
5
|
+
export * from './attributes/attribute-term.schema.js';
|
|
6
|
+
export * from './attributes/attribute-term.create.schema.js';
|
|
7
|
+
export * from './attributes/attribute-term.update.schema.js';
|
|
8
|
+
export * from './attributes/attribute-term.query.schema.js';
|
|
126
9
|
//# sourceMappingURL=attribute.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"attribute.types.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/admin/attribute.types.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"attribute.types.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/admin/attribute.types.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAC;AACjD,cAAc,yCAAyC,CAAC;AACxD,cAAc,yCAAyC,CAAC;AACxD,cAAc,wCAAwC,CAAC;AACvD,cAAc,uCAAuC,CAAC;AACtD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,6CAA6C,CAAC"}
|
|
@@ -1,93 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
*
|
|
4
|
-
|
|
5
|
-
export
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
type: z.enum(['select']),
|
|
10
|
-
order_by: z.enum(['menu_order', 'name', 'name_num', 'id']),
|
|
11
|
-
has_archives: z.boolean(),
|
|
12
|
-
_links: z
|
|
13
|
-
.object({
|
|
14
|
-
self: z.array(z.object({ href: z.string() })),
|
|
15
|
-
collection: z.array(z.object({ href: z.string() })),
|
|
16
|
-
})
|
|
17
|
-
.optional(),
|
|
18
|
-
});
|
|
19
|
-
/**
|
|
20
|
-
* Product attribute request parameters for creating/updating
|
|
21
|
-
*/
|
|
22
|
-
export const AdminProductAttributeRequestSchema = z.looseObject({
|
|
23
|
-
name: z.string().optional(),
|
|
24
|
-
slug: z.string().optional(),
|
|
25
|
-
type: z.enum(['select']).optional(),
|
|
26
|
-
order_by: z.enum(['menu_order', 'name', 'name_num', 'id']).optional(),
|
|
27
|
-
has_archives: z.boolean().optional(),
|
|
28
|
-
});
|
|
29
|
-
/**
|
|
30
|
-
* Product attribute query parameters for listing
|
|
31
|
-
*/
|
|
32
|
-
export const AdminProductAttributeQueryParamsSchema = z.looseObject({
|
|
33
|
-
/**
|
|
34
|
-
* Scope under which the request is made; determines fields present in response. Options: `view` and `edit`. Default is `view`.
|
|
35
|
-
*/
|
|
36
|
-
context: z.enum(['view', 'edit']).optional(),
|
|
37
|
-
});
|
|
38
|
-
/**
|
|
39
|
-
* WooCommerce REST API Product Attribute Term Response
|
|
40
|
-
*/
|
|
41
|
-
export const AdminProductAttributeTermSchema = z.looseObject({
|
|
42
|
-
id: z.number(),
|
|
43
|
-
name: z.string(),
|
|
44
|
-
slug: z.string(),
|
|
45
|
-
description: z.string(),
|
|
46
|
-
menu_order: z.number(),
|
|
47
|
-
count: z.number(),
|
|
48
|
-
_links: z
|
|
49
|
-
.object({
|
|
50
|
-
self: z.array(z.object({ href: z.string() })),
|
|
51
|
-
collection: z.array(z.object({ href: z.string() })),
|
|
52
|
-
up: z.array(z.object({ href: z.string() })),
|
|
53
|
-
})
|
|
54
|
-
.optional(),
|
|
55
|
-
});
|
|
56
|
-
/**
|
|
57
|
-
* Product attribute term request parameters for creating/updating
|
|
58
|
-
*/
|
|
59
|
-
export const AdminProductAttributeTermRequestSchema = z.looseObject({
|
|
60
|
-
name: z.string().optional(),
|
|
61
|
-
slug: z.string().optional(),
|
|
62
|
-
description: z.string().optional(),
|
|
63
|
-
menu_order: z.number().optional(),
|
|
64
|
-
});
|
|
65
|
-
/**
|
|
66
|
-
* Product attribute term query parameters for listing
|
|
67
|
-
*/
|
|
68
|
-
export const AdminProductAttributeTermQueryParamsSchema = z.looseObject({
|
|
69
|
-
context: z.enum(['view', 'edit']).optional(),
|
|
70
|
-
page: z.number().optional(),
|
|
71
|
-
per_page: z.number().optional(),
|
|
72
|
-
search: z.string().optional(),
|
|
73
|
-
exclude: z.array(z.number()).optional(),
|
|
74
|
-
include: z.array(z.number()).optional(),
|
|
75
|
-
offset: z.number().optional(),
|
|
76
|
-
order: z.enum(['asc', 'desc']).optional(),
|
|
77
|
-
orderby: z
|
|
78
|
-
.enum([
|
|
79
|
-
'id',
|
|
80
|
-
'include',
|
|
81
|
-
'name',
|
|
82
|
-
'slug',
|
|
83
|
-
'term_group',
|
|
84
|
-
'description',
|
|
85
|
-
'count',
|
|
86
|
-
])
|
|
87
|
-
.optional(),
|
|
88
|
-
hide_empty: z.boolean().optional(),
|
|
89
|
-
parent: z.number().optional(),
|
|
90
|
-
product: z.number().optional(),
|
|
91
|
-
slug: z.string().optional(),
|
|
92
|
-
});
|
|
1
|
+
export * from './attributes/attribute.schema.js';
|
|
2
|
+
export * from './attributes/attribute.create.schema.js';
|
|
3
|
+
export * from './attributes/attribute.update.schema.js';
|
|
4
|
+
export * from './attributes/attribute.query.schema.js';
|
|
5
|
+
export * from './attributes/attribute-term.schema.js';
|
|
6
|
+
export * from './attributes/attribute-term.create.schema.js';
|
|
7
|
+
export * from './attributes/attribute-term.update.schema.js';
|
|
8
|
+
export * from './attributes/attribute-term.query.schema.js';
|
|
93
9
|
//# sourceMappingURL=attribute.types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"attribute.types.js","sourceRoot":"","sources":["../../../../src/lib/types/admin/attribute.types.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"attribute.types.js","sourceRoot":"","sources":["../../../../src/lib/types/admin/attribute.types.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAC;AACjD,cAAc,yCAAyC,CAAC;AACxD,cAAc,yCAAyC,CAAC;AACxD,cAAc,wCAAwC,CAAC;AACvD,cAAc,uCAAuC,CAAC;AACtD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,6CAA6C,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
/**
|
|
3
|
+
* Product attribute term request parameters for POST .../terms (create).
|
|
4
|
+
* `name` is required by upstream WooCommerce.
|
|
5
|
+
*/
|
|
6
|
+
export declare const AdminProductAttributeTermCreateRequestSchema: z.ZodObject<{
|
|
7
|
+
name: z.ZodString;
|
|
8
|
+
slug: z.ZodOptional<z.ZodString>;
|
|
9
|
+
description: z.ZodOptional<z.ZodString>;
|
|
10
|
+
menu_order: z.ZodOptional<z.ZodNumber>;
|
|
11
|
+
attribute_id: z.ZodOptional<z.ZodNumber>;
|
|
12
|
+
}, z.core.$loose>;
|
|
13
|
+
export type AdminProductAttributeTermCreateRequest = z.input<typeof AdminProductAttributeTermCreateRequestSchema>;
|
|
14
|
+
//# sourceMappingURL=attribute-term.create.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attribute-term.create.schema.d.ts","sourceRoot":"","sources":["../../../../../src/lib/types/admin/attributes/attribute-term.create.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;;GAGG;AACH,eAAO,MAAM,4CAA4C;;;;;;iBAoBvD,CAAC;AAEH,MAAM,MAAM,sCAAsC,GAAG,CAAC,CAAC,KAAK,CAC1D,OAAO,4CAA4C,CACpD,CAAC"}
|