@typewoo/sdk 3.7.5 → 4.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/configs/sdk.config.d.ts +11 -1
- package/dist/lib/configs/sdk.config.d.ts.map +1 -1
- package/dist/lib/configs/sdk.config.js +9 -7
- package/dist/lib/configs/sdk.config.js.map +1 -1
- package/dist/lib/services/admin/coupon.service.d.ts +5 -5
- package/dist/lib/services/admin/coupon.service.d.ts.map +1 -1
- package/dist/lib/services/admin/coupon.service.js.map +1 -1
- package/dist/lib/services/admin/customer.service.d.ts +5 -5
- package/dist/lib/services/admin/customer.service.d.ts.map +1 -1
- package/dist/lib/services/admin/customer.service.js.map +1 -1
- package/dist/lib/services/admin/order.service.d.ts +6 -6
- package/dist/lib/services/admin/order.service.d.ts.map +1 -1
- package/dist/lib/services/admin/order.service.js.map +1 -1
- package/dist/lib/services/admin/payment-gateway.service.d.ts +2 -2
- package/dist/lib/services/admin/payment-gateway.service.d.ts.map +1 -1
- package/dist/lib/services/admin/payment-gateway.service.js.map +1 -1
- package/dist/lib/services/admin/product-attribute-term.service.d.ts +5 -5
- package/dist/lib/services/admin/product-attribute-term.service.d.ts.map +1 -1
- package/dist/lib/services/admin/product-attribute-term.service.js.map +1 -1
- package/dist/lib/services/admin/product-attribute.service.d.ts +5 -5
- package/dist/lib/services/admin/product-attribute.service.d.ts.map +1 -1
- package/dist/lib/services/admin/product-attribute.service.js.map +1 -1
- package/dist/lib/services/admin/product-brand.service.d.ts +5 -5
- package/dist/lib/services/admin/product-brand.service.d.ts.map +1 -1
- package/dist/lib/services/admin/product-brand.service.js.map +1 -1
- package/dist/lib/services/admin/product-category.service.d.ts +5 -5
- package/dist/lib/services/admin/product-category.service.d.ts.map +1 -1
- package/dist/lib/services/admin/product-category.service.js.map +1 -1
- package/dist/lib/services/admin/product-review.service.d.ts +5 -5
- package/dist/lib/services/admin/product-review.service.d.ts.map +1 -1
- package/dist/lib/services/admin/product-review.service.js.map +1 -1
- package/dist/lib/services/admin/product-tag.service.d.ts +5 -5
- package/dist/lib/services/admin/product-tag.service.d.ts.map +1 -1
- package/dist/lib/services/admin/product-tag.service.js.map +1 -1
- package/dist/lib/services/admin/product.service.d.ts +8 -8
- package/dist/lib/services/admin/product.service.d.ts.map +1 -1
- package/dist/lib/services/admin/product.service.js.map +1 -1
- package/dist/lib/services/admin/setting.service.d.ts +4 -4
- package/dist/lib/services/admin/setting.service.d.ts.map +1 -1
- package/dist/lib/services/admin/setting.service.js.map +1 -1
- package/dist/lib/services/admin/shipping-class.service.d.ts +5 -5
- package/dist/lib/services/admin/shipping-class.service.d.ts.map +1 -1
- package/dist/lib/services/admin/shipping-class.service.js.map +1 -1
- package/dist/lib/services/admin/shipping-zone.service.d.ts +5 -5
- package/dist/lib/services/admin/shipping-zone.service.d.ts.map +1 -1
- package/dist/lib/services/admin/shipping-zone.service.js.map +1 -1
- package/dist/lib/services/admin/tax.service.d.ts +6 -6
- package/dist/lib/services/admin/tax.service.d.ts.map +1 -1
- package/dist/lib/services/admin/tax.service.js.map +1 -1
- package/dist/lib/services/admin/webhook.service.d.ts +5 -5
- package/dist/lib/services/admin/webhook.service.d.ts.map +1 -1
- package/dist/lib/services/admin/webhook.service.js.map +1 -1
- package/dist/lib/services/store/product.service.d.ts.map +1 -1
- package/dist/lib/services/store/product.service.js +8 -6
- package/dist/lib/services/store/product.service.js.map +1 -1
- package/dist/lib/storage/auth.storage.d.ts +9 -6
- package/dist/lib/storage/auth.storage.d.ts.map +1 -1
- package/dist/lib/storage/auth.storage.js +16 -7
- package/dist/lib/storage/auth.storage.js.map +1 -1
- package/dist/lib/tests/helpers/integration-config.d.ts +8 -0
- package/dist/lib/tests/helpers/integration-config.d.ts.map +1 -0
- package/dist/lib/tests/helpers/integration-config.js +15 -0
- package/dist/lib/tests/helpers/integration-config.js.map +1 -0
- package/dist/lib/tests/helpers/make-test-deps.d.ts +372 -0
- package/dist/lib/tests/helpers/make-test-deps.d.ts.map +1 -0
- package/dist/lib/tests/helpers/make-test-deps.js +17 -0
- package/dist/lib/tests/helpers/make-test-deps.js.map +1 -0
- package/dist/lib/tests-v2/helpers/integration-config.d.ts +8 -0
- package/dist/lib/tests-v2/helpers/integration-config.d.ts.map +1 -0
- package/dist/lib/tests-v2/helpers/integration-config.js +15 -0
- package/dist/lib/tests-v2/helpers/integration-config.js.map +1 -0
- package/dist/lib/tests-v2/helpers/make-test-deps.d.ts +372 -0
- package/dist/lib/tests-v2/helpers/make-test-deps.d.ts.map +1 -0
- package/dist/lib/tests-v2/helpers/make-test-deps.js +17 -0
- package/dist/lib/tests-v2/helpers/make-test-deps.js.map +1 -0
- package/dist/lib/types/admin/attribute.types.d.ts +8 -125
- package/dist/lib/types/admin/attribute.types.d.ts.map +1 -1
- package/dist/lib/types/admin/attribute.types.js +8 -92
- package/dist/lib/types/admin/attribute.types.js.map +1 -1
- package/dist/lib/types/admin/attributes/attribute-term.create.schema.d.ts +14 -0
- package/dist/lib/types/admin/attributes/attribute-term.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/attributes/attribute-term.create.schema.js +25 -0
- package/dist/lib/types/admin/attributes/attribute-term.create.schema.js.map +1 -0
- package/dist/lib/types/admin/attributes/attribute-term.query.schema.d.ts +36 -0
- package/dist/lib/types/admin/attributes/attribute-term.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/attributes/attribute-term.query.schema.js +79 -0
- package/dist/lib/types/admin/attributes/attribute-term.query.schema.js.map +1 -0
- package/dist/lib/types/admin/attributes/attribute-term.schema.d.ts +25 -0
- package/dist/lib/types/admin/attributes/attribute-term.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/attributes/attribute-term.schema.js +29 -0
- package/dist/lib/types/admin/attributes/attribute-term.schema.js.map +1 -0
- package/dist/lib/types/admin/attributes/attribute-term.update.schema.d.ts +13 -0
- package/dist/lib/types/admin/attributes/attribute-term.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/attributes/attribute-term.update.schema.js +24 -0
- package/dist/lib/types/admin/attributes/attribute-term.update.schema.js.map +1 -0
- package/dist/lib/types/admin/attributes/attribute.create.schema.d.ts +21 -0
- package/dist/lib/types/admin/attributes/attribute.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/attributes/attribute.create.schema.js +28 -0
- package/dist/lib/types/admin/attributes/attribute.create.schema.js.map +1 -0
- package/dist/lib/types/admin/attributes/attribute.query.schema.d.ts +12 -0
- package/dist/lib/types/admin/attributes/attribute.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/attributes/attribute.query.schema.js +12 -0
- package/dist/lib/types/admin/attributes/attribute.query.schema.js.map +1 -0
- package/dist/lib/types/admin/attributes/attribute.schema.d.ts +29 -0
- package/dist/lib/types/admin/attributes/attribute.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/attributes/attribute.schema.js +34 -0
- package/dist/lib/types/admin/attributes/attribute.schema.js.map +1 -0
- package/dist/lib/types/admin/attributes/attribute.update.schema.d.ts +20 -0
- package/dist/lib/types/admin/attributes/attribute.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/attributes/attribute.update.schema.js +21 -0
- package/dist/lib/types/admin/attributes/attribute.update.schema.js.map +1 -0
- package/dist/lib/types/admin/attributes/index.d.ts +9 -0
- package/dist/lib/types/admin/attributes/index.d.ts.map +1 -0
- package/dist/lib/types/admin/attributes/index.js +64 -0
- package/dist/lib/types/admin/attributes/index.js.map +1 -0
- package/dist/lib/types/admin/common.types.d.ts +0 -71
- package/dist/lib/types/admin/common.types.d.ts.map +1 -1
- package/dist/lib/types/admin/common.types.js +1 -76
- package/dist/lib/types/admin/common.types.js.map +1 -1
- package/dist/lib/types/admin/coupon.types.d.ts +4 -245
- package/dist/lib/types/admin/coupon.types.d.ts.map +1 -1
- package/dist/lib/types/admin/coupon.types.js +4 -210
- package/dist/lib/types/admin/coupon.types.js.map +1 -1
- package/dist/lib/types/admin/coupons/coupon.batch.schema.d.ts +81 -0
- package/dist/lib/types/admin/coupons/coupon.batch.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.batch.schema.js +38 -0
- package/dist/lib/types/admin/coupons/coupon.batch.schema.js.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.create.schema.d.ts +41 -0
- package/dist/lib/types/admin/coupons/coupon.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.create.schema.js +92 -0
- package/dist/lib/types/admin/coupons/coupon.create.schema.js.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.d.ts +7 -0
- package/dist/lib/types/admin/coupons/coupon.d.ts.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.js +13 -0
- package/dist/lib/types/admin/coupons/coupon.js.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.query.schema.d.ts +36 -0
- package/dist/lib/types/admin/coupons/coupon.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.query.schema.js +75 -0
- package/dist/lib/types/admin/coupons/coupon.query.schema.js.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.schema.d.ts +52 -0
- package/dist/lib/types/admin/coupons/coupon.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.schema.js +119 -0
- package/dist/lib/types/admin/coupons/coupon.schema.js.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.update.schema.d.ts +39 -0
- package/dist/lib/types/admin/coupons/coupon.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.update.schema.js +87 -0
- package/dist/lib/types/admin/coupons/coupon.update.schema.js.map +1 -0
- package/dist/lib/types/admin/coupons/index.d.ts +6 -0
- package/dist/lib/types/admin/coupons/index.d.ts.map +1 -0
- package/dist/lib/types/admin/coupons/index.js +53 -0
- package/dist/lib/types/admin/coupons/index.js.map +1 -0
- package/dist/lib/types/admin/customer.types.d.ts +1 -165
- package/dist/lib/types/admin/customer.types.d.ts.map +1 -1
- package/dist/lib/types/admin/customer.types.js +1 -100
- package/dist/lib/types/admin/customer.types.js.map +1 -1
- package/dist/lib/types/admin/customers/customer.create.schema.d.ts +40 -0
- package/dist/lib/types/admin/customers/customer.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/customers/customer.create.schema.js +15 -0
- package/dist/lib/types/admin/customers/customer.create.schema.js.map +1 -0
- package/dist/lib/types/admin/customers/customer.d.ts +20 -0
- package/dist/lib/types/admin/customers/customer.d.ts.map +1 -0
- package/dist/lib/types/admin/customers/customer.js +30 -0
- package/dist/lib/types/admin/customers/customer.js.map +1 -0
- package/dist/lib/types/admin/customers/customer.query.schema.d.ts +36 -0
- package/dist/lib/types/admin/customers/customer.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/customers/customer.query.schema.js +65 -0
- package/dist/lib/types/admin/customers/customer.query.schema.js.map +1 -0
- package/dist/lib/types/admin/customers/customer.schema.d.ts +56 -0
- package/dist/lib/types/admin/customers/customer.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/customers/customer.schema.js +41 -0
- package/dist/lib/types/admin/customers/customer.schema.js.map +1 -0
- package/dist/lib/types/admin/customers/customer.update.schema.d.ts +41 -0
- package/dist/lib/types/admin/customers/customer.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/customers/customer.update.schema.js +16 -0
- package/dist/lib/types/admin/customers/customer.update.schema.js.map +1 -0
- package/dist/lib/types/admin/customers/index.d.ts +5 -0
- package/dist/lib/types/admin/customers/index.d.ts.map +1 -0
- package/dist/lib/types/admin/customers/index.js +36 -0
- package/dist/lib/types/admin/customers/index.js.map +1 -0
- package/dist/lib/types/admin/data/data.schema.d.ts +65 -0
- package/dist/lib/types/admin/data/data.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/data/data.schema.js +49 -0
- package/dist/lib/types/admin/data/data.schema.js.map +1 -0
- package/dist/lib/types/admin/data/index.d.ts +2 -0
- package/dist/lib/types/admin/data/index.d.ts.map +1 -0
- package/dist/lib/types/admin/data/index.js +2 -0
- package/dist/lib/types/admin/data/index.js.map +1 -0
- package/dist/lib/types/admin/data.types.d.ts +1 -64
- package/dist/lib/types/admin/data.types.d.ts.map +1 -1
- package/dist/lib/types/admin/data.types.js +1 -48
- package/dist/lib/types/admin/data.types.js.map +1 -1
- package/dist/lib/types/admin/index.d.ts +21 -19
- package/dist/lib/types/admin/index.d.ts.map +1 -1
- package/dist/lib/types/admin/index.js +20 -18
- package/dist/lib/types/admin/index.js.map +1 -1
- package/dist/lib/types/admin/order.types.d.ts +1 -709
- package/dist/lib/types/admin/order.types.d.ts.map +1 -1
- package/dist/lib/types/admin/order.types.js +1 -364
- package/dist/lib/types/admin/order.types.js.map +1 -1
- package/dist/lib/types/admin/orders/index.d.ts +7 -0
- package/dist/lib/types/admin/orders/index.d.ts.map +1 -0
- package/dist/lib/types/admin/orders/index.js +55 -0
- package/dist/lib/types/admin/orders/index.js.map +1 -0
- package/dist/lib/types/admin/orders/order-actions.schema.d.ts +99 -0
- package/dist/lib/types/admin/orders/order-actions.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/orders/order-actions.schema.js +92 -0
- package/dist/lib/types/admin/orders/order-actions.schema.js.map +1 -0
- package/dist/lib/types/admin/orders/order-note.schema.d.ts +37 -0
- package/dist/lib/types/admin/orders/order-note.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/orders/order-note.schema.js +51 -0
- package/dist/lib/types/admin/orders/order-note.schema.js.map +1 -0
- package/dist/lib/types/admin/orders/order.create.schema.d.ts +301 -0
- package/dist/lib/types/admin/orders/order.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/orders/order.create.schema.js +78 -0
- package/dist/lib/types/admin/orders/order.create.schema.js.map +1 -0
- package/dist/lib/types/admin/orders/order.d.ts +21 -0
- package/dist/lib/types/admin/orders/order.d.ts.map +1 -0
- package/dist/lib/types/admin/orders/order.js +197 -0
- package/dist/lib/types/admin/orders/order.js.map +1 -0
- package/dist/lib/types/admin/orders/order.query.schema.d.ts +57 -0
- package/dist/lib/types/admin/orders/order.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/orders/order.query.schema.js +129 -0
- package/dist/lib/types/admin/orders/order.query.schema.js.map +1 -0
- package/dist/lib/types/admin/orders/order.schema.d.ts +560 -0
- package/dist/lib/types/admin/orders/order.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/orders/order.schema.js +246 -0
- package/dist/lib/types/admin/orders/order.schema.js.map +1 -0
- package/dist/lib/types/admin/orders/order.update.schema.d.ts +301 -0
- package/dist/lib/types/admin/orders/order.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/orders/order.update.schema.js +73 -0
- package/dist/lib/types/admin/orders/order.update.schema.js.map +1 -0
- package/dist/lib/types/admin/payment-gateway.types.d.ts +1 -43
- package/dist/lib/types/admin/payment-gateway.types.d.ts.map +1 -1
- package/dist/lib/types/admin/payment-gateway.types.js +1 -33
- package/dist/lib/types/admin/payment-gateway.types.js.map +1 -1
- package/dist/lib/types/admin/payment-gateways/index.d.ts +4 -0
- package/dist/lib/types/admin/payment-gateways/index.d.ts.map +1 -0
- package/dist/lib/types/admin/payment-gateways/index.js +25 -0
- package/dist/lib/types/admin/payment-gateways/index.js.map +1 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.query.schema.d.ts +9 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.query.schema.js +9 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.query.schema.js.map +1 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.schema.d.ts +43 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.schema.js +69 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.schema.js.map +1 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.update.schema.d.ts +13 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.update.schema.js +12 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.update.schema.js.map +1 -0
- package/dist/lib/types/admin/product-brand.types.d.ts +1 -94
- package/dist/lib/types/admin/product-brand.types.d.ts.map +1 -1
- package/dist/lib/types/admin/product-brand.types.js +1 -54
- package/dist/lib/types/admin/product-brand.types.js.map +1 -1
- package/dist/lib/types/admin/product-brands/brand.create.schema.d.ts +29 -0
- package/dist/lib/types/admin/product-brands/brand.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-brands/brand.create.schema.js +31 -0
- package/dist/lib/types/admin/product-brands/brand.create.schema.js.map +1 -0
- package/dist/lib/types/admin/product-brands/brand.d.ts +23 -0
- package/dist/lib/types/admin/product-brands/brand.d.ts.map +1 -0
- package/dist/lib/types/admin/product-brands/brand.js +51 -0
- package/dist/lib/types/admin/product-brands/brand.js.map +1 -0
- package/dist/lib/types/admin/product-brands/brand.query.schema.d.ts +32 -0
- package/dist/lib/types/admin/product-brands/brand.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-brands/brand.query.schema.js +72 -0
- package/dist/lib/types/admin/product-brands/brand.query.schema.js.map +1 -0
- package/dist/lib/types/admin/product-brands/brand.schema.d.ts +39 -0
- package/dist/lib/types/admin/product-brands/brand.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-brands/brand.schema.js +35 -0
- package/dist/lib/types/admin/product-brands/brand.schema.js.map +1 -0
- package/dist/lib/types/admin/product-brands/brand.update.schema.d.ts +30 -0
- package/dist/lib/types/admin/product-brands/brand.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-brands/brand.update.schema.js +31 -0
- package/dist/lib/types/admin/product-brands/brand.update.schema.js.map +1 -0
- package/dist/lib/types/admin/product-brands/index.d.ts +5 -0
- package/dist/lib/types/admin/product-brands/index.d.ts.map +1 -0
- package/dist/lib/types/admin/product-brands/index.js +36 -0
- package/dist/lib/types/admin/product-brands/index.js.map +1 -0
- package/dist/lib/types/admin/product-categories/index.d.ts +6 -0
- package/dist/lib/types/admin/product-categories/index.d.ts.map +1 -0
- package/dist/lib/types/admin/product-categories/index.js +37 -0
- package/dist/lib/types/admin/product-categories/index.js.map +1 -0
- package/dist/lib/types/admin/product-categories/product-category.create.schema.d.ts +25 -0
- package/dist/lib/types/admin/product-categories/product-category.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-categories/product-category.create.schema.js +22 -0
- package/dist/lib/types/admin/product-categories/product-category.create.schema.js.map +1 -0
- package/dist/lib/types/admin/product-categories/product-category.d.ts +30 -0
- package/dist/lib/types/admin/product-categories/product-category.d.ts.map +1 -0
- package/dist/lib/types/admin/product-categories/product-category.js +57 -0
- package/dist/lib/types/admin/product-categories/product-category.js.map +1 -0
- package/dist/lib/types/admin/product-categories/product-category.query.schema.d.ts +32 -0
- package/dist/lib/types/admin/product-categories/product-category.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-categories/product-category.query.schema.js +72 -0
- package/dist/lib/types/admin/product-categories/product-category.query.schema.js.map +1 -0
- package/dist/lib/types/admin/product-categories/product-category.schema.d.ts +39 -0
- package/dist/lib/types/admin/product-categories/product-category.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-categories/product-category.schema.js +35 -0
- package/dist/lib/types/admin/product-categories/product-category.schema.js.map +1 -0
- package/dist/lib/types/admin/product-categories/product-category.update.schema.d.ts +26 -0
- package/dist/lib/types/admin/product-categories/product-category.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-categories/product-category.update.schema.js +21 -0
- package/dist/lib/types/admin/product-categories/product-category.update.schema.js.map +1 -0
- package/dist/lib/types/admin/product-review.types.d.ts +1 -87
- package/dist/lib/types/admin/product-review.types.d.ts.map +1 -1
- package/dist/lib/types/admin/product-review.types.js +1 -54
- package/dist/lib/types/admin/product-review.types.js.map +1 -1
- package/dist/lib/types/admin/product-reviews/index.d.ts +5 -0
- package/dist/lib/types/admin/product-reviews/index.d.ts.map +1 -0
- package/dist/lib/types/admin/product-reviews/index.js +33 -0
- package/dist/lib/types/admin/product-reviews/index.js.map +1 -0
- package/dist/lib/types/admin/product-reviews/product-review.create.schema.d.ts +24 -0
- package/dist/lib/types/admin/product-reviews/product-review.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-reviews/product-review.create.schema.js +20 -0
- package/dist/lib/types/admin/product-reviews/product-review.create.schema.js.map +1 -0
- package/dist/lib/types/admin/product-reviews/product-review.query.schema.d.ts +39 -0
- package/dist/lib/types/admin/product-reviews/product-review.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-reviews/product-review.query.schema.js +77 -0
- package/dist/lib/types/admin/product-reviews/product-review.query.schema.js.map +1 -0
- package/dist/lib/types/admin/product-reviews/product-review.schema.d.ts +40 -0
- package/dist/lib/types/admin/product-reviews/product-review.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-reviews/product-review.schema.js +54 -0
- package/dist/lib/types/admin/product-reviews/product-review.schema.js.map +1 -0
- package/dist/lib/types/admin/product-reviews/product-review.update.schema.d.ts +23 -0
- package/dist/lib/types/admin/product-reviews/product-review.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-reviews/product-review.update.schema.js +21 -0
- package/dist/lib/types/admin/product-reviews/product-review.update.schema.js.map +1 -0
- package/dist/lib/types/admin/product-tags/index.d.ts +5 -0
- package/dist/lib/types/admin/product-tags/index.d.ts.map +1 -0
- package/dist/lib/types/admin/product-tags/index.js +33 -0
- package/dist/lib/types/admin/product-tags/index.js.map +1 -0
- package/dist/lib/types/admin/product-tags/product-tag.create.schema.d.ts +8 -0
- package/dist/lib/types/admin/product-tags/product-tag.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-tags/product-tag.create.schema.js +13 -0
- package/dist/lib/types/admin/product-tags/product-tag.create.schema.js.map +1 -0
- package/dist/lib/types/admin/product-tags/product-tag.query.schema.d.ts +32 -0
- package/dist/lib/types/admin/product-tags/product-tag.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-tags/product-tag.query.schema.js +72 -0
- package/dist/lib/types/admin/product-tags/product-tag.query.schema.js.map +1 -0
- package/dist/lib/types/admin/product-tags/product-tag.schema.d.ts +18 -0
- package/dist/lib/types/admin/product-tags/product-tag.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-tags/product-tag.schema.js +21 -0
- package/dist/lib/types/admin/product-tags/product-tag.schema.js.map +1 -0
- package/dist/lib/types/admin/product-tags/product-tag.update.schema.d.ts +9 -0
- package/dist/lib/types/admin/product-tags/product-tag.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-tags/product-tag.update.schema.js +14 -0
- package/dist/lib/types/admin/product-tags/product-tag.update.schema.js.map +1 -0
- package/dist/lib/types/admin/product.types.d.ts +1 -509
- package/dist/lib/types/admin/product.types.d.ts.map +1 -1
- package/dist/lib/types/admin/product.types.js +1 -287
- package/dist/lib/types/admin/product.types.js.map +1 -1
- package/dist/lib/types/admin/products/index.d.ts +5 -0
- package/dist/lib/types/admin/products/index.d.ts.map +1 -0
- package/dist/lib/types/admin/products/index.js +43 -0
- package/dist/lib/types/admin/products/index.js.map +1 -0
- package/dist/lib/types/admin/products/product.create.schema.d.ts +127 -0
- package/dist/lib/types/admin/products/product.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/products/product.create.schema.js +187 -0
- package/dist/lib/types/admin/products/product.create.schema.js.map +1 -0
- package/dist/lib/types/admin/products/product.d.ts +22 -0
- package/dist/lib/types/admin/products/product.d.ts.map +1 -0
- package/dist/lib/types/admin/products/product.js +28 -0
- package/dist/lib/types/admin/products/product.js.map +1 -0
- package/dist/lib/types/admin/products/product.query.schema.d.ts +136 -0
- package/dist/lib/types/admin/products/product.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/products/product.query.schema.js +243 -0
- package/dist/lib/types/admin/products/product.query.schema.js.map +1 -0
- package/dist/lib/types/admin/products/product.schema.d.ts +318 -0
- package/dist/lib/types/admin/products/product.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/products/product.schema.js +367 -0
- package/dist/lib/types/admin/products/product.schema.js.map +1 -0
- package/dist/lib/types/admin/products/product.update.schema.d.ts +128 -0
- package/dist/lib/types/admin/products/product.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/products/product.update.schema.js +169 -0
- package/dist/lib/types/admin/products/product.update.schema.js.map +1 -0
- package/dist/lib/types/admin/refund.types.d.ts +1 -236
- package/dist/lib/types/admin/refund.types.d.ts.map +1 -1
- package/dist/lib/types/admin/refund.types.js +1 -117
- package/dist/lib/types/admin/refund.types.js.map +1 -1
- package/dist/lib/types/admin/refunds/index.d.ts +5 -0
- package/dist/lib/types/admin/refunds/index.d.ts.map +1 -0
- package/dist/lib/types/admin/refunds/index.js +26 -0
- package/dist/lib/types/admin/refunds/index.js.map +1 -0
- package/dist/lib/types/admin/refunds/refund.create.schema.d.ts +19 -0
- package/dist/lib/types/admin/refunds/refund.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/refunds/refund.create.schema.js +38 -0
- package/dist/lib/types/admin/refunds/refund.create.schema.js.map +1 -0
- package/dist/lib/types/admin/refunds/refund.d.ts +7 -0
- package/dist/lib/types/admin/refunds/refund.d.ts.map +1 -0
- package/dist/lib/types/admin/refunds/refund.js +13 -0
- package/dist/lib/types/admin/refunds/refund.js.map +1 -0
- package/dist/lib/types/admin/refunds/refund.query.schema.d.ts +39 -0
- package/dist/lib/types/admin/refunds/refund.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/refunds/refund.query.schema.js +99 -0
- package/dist/lib/types/admin/refunds/refund.query.schema.js.map +1 -0
- package/dist/lib/types/admin/refunds/refund.schema.d.ts +188 -0
- package/dist/lib/types/admin/refunds/refund.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/refunds/refund.schema.js +108 -0
- package/dist/lib/types/admin/refunds/refund.schema.js.map +1 -0
- package/dist/lib/types/admin/report.types.d.ts +1 -178
- package/dist/lib/types/admin/report.types.d.ts.map +1 -1
- package/dist/lib/types/admin/report.types.js +1 -95
- package/dist/lib/types/admin/report.types.js.map +1 -1
- package/dist/lib/types/admin/reports/index.d.ts +3 -0
- package/dist/lib/types/admin/reports/index.d.ts.map +1 -0
- package/dist/lib/types/admin/reports/index.js +3 -0
- package/dist/lib/types/admin/reports/index.js.map +1 -0
- package/dist/lib/types/admin/reports/report.query.schema.d.ts +107 -0
- package/dist/lib/types/admin/reports/report.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/reports/report.query.schema.js +39 -0
- package/dist/lib/types/admin/reports/report.query.schema.js.map +1 -0
- package/dist/lib/types/admin/reports/report.schema.d.ts +74 -0
- package/dist/lib/types/admin/reports/report.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/reports/report.schema.js +59 -0
- package/dist/lib/types/admin/reports/report.schema.js.map +1 -0
- package/dist/lib/types/admin/setting.types.d.ts +1 -49
- package/dist/lib/types/admin/setting.types.d.ts.map +1 -1
- package/dist/lib/types/admin/setting.types.js +1 -40
- package/dist/lib/types/admin/setting.types.js.map +1 -1
- package/dist/lib/types/admin/settings/index.d.ts +4 -0
- package/dist/lib/types/admin/settings/index.d.ts.map +1 -0
- package/dist/lib/types/admin/settings/index.js +24 -0
- package/dist/lib/types/admin/settings/index.js.map +1 -0
- package/dist/lib/types/admin/settings/setting-group.schema.d.ts +15 -0
- package/dist/lib/types/admin/settings/setting-group.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/settings/setting-group.schema.js +26 -0
- package/dist/lib/types/admin/settings/setting-group.schema.js.map +1 -0
- package/dist/lib/types/admin/settings/setting.schema.d.ts +35 -0
- package/dist/lib/types/admin/settings/setting.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/settings/setting.schema.js +53 -0
- package/dist/lib/types/admin/settings/setting.schema.js.map +1 -0
- package/dist/lib/types/admin/settings/setting.update.schema.d.ts +12 -0
- package/dist/lib/types/admin/settings/setting.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/settings/setting.update.schema.js +14 -0
- package/dist/lib/types/admin/settings/setting.update.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-classes/index.d.ts +5 -0
- package/dist/lib/types/admin/shipping-classes/index.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-classes/index.js +33 -0
- package/dist/lib/types/admin/shipping-classes/index.js.map +1 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.create.schema.d.ts +8 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.create.schema.js +13 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.create.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.query.schema.d.ts +32 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.query.schema.js +72 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.query.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.schema.d.ts +18 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.schema.js +21 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.update.schema.d.ts +9 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.update.schema.js +14 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.update.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-method.types.d.ts +1 -21
- package/dist/lib/types/admin/shipping-method.types.d.ts.map +1 -1
- package/dist/lib/types/admin/shipping-method.types.js +1 -13
- package/dist/lib/types/admin/shipping-method.types.js.map +1 -1
- package/dist/lib/types/admin/shipping-methods/index.d.ts +3 -0
- package/dist/lib/types/admin/shipping-methods/index.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-methods/index.js +17 -0
- package/dist/lib/types/admin/shipping-methods/index.js.map +1 -0
- package/dist/lib/types/admin/shipping-methods/shipping-method.query.schema.d.ts +8 -0
- package/dist/lib/types/admin/shipping-methods/shipping-method.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-methods/shipping-method.query.schema.js +9 -0
- package/dist/lib/types/admin/shipping-methods/shipping-method.query.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-methods/shipping-method.schema.d.ts +16 -0
- package/dist/lib/types/admin/shipping-methods/shipping-method.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-methods/shipping-method.schema.js +11 -0
- package/dist/lib/types/admin/shipping-methods/shipping-method.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-zone.types.d.ts +1 -102
- package/dist/lib/types/admin/shipping-zone.types.d.ts.map +1 -1
- package/dist/lib/types/admin/shipping-zone.types.js +1 -62
- package/dist/lib/types/admin/shipping-zone.types.js.map +1 -1
- package/dist/lib/types/admin/shipping-zones/index.d.ts +10 -0
- package/dist/lib/types/admin/shipping-zones/index.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-zones/index.js +65 -0
- package/dist/lib/types/admin/shipping-zones/index.js.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-location.schema.d.ts +30 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-location.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-location.schema.js +14 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-location.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.create.schema.d.ts +37 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.create.schema.js +57 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.create.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.query.schema.d.ts +6 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.query.schema.js +5 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.query.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.schema.d.ts +48 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.schema.js +62 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.update.schema.d.ts +35 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.update.schema.js +55 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.update.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.create.schema.d.ts +11 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.create.schema.js +10 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.create.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.query.schema.d.ts +4 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.query.schema.js +3 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.query.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.schema.d.ts +19 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.schema.js +12 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.update.schema.d.ts +11 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.update.schema.js +10 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.update.schema.js.map +1 -0
- package/dist/lib/types/admin/system-status/index.d.ts +2 -0
- package/dist/lib/types/admin/system-status/index.d.ts.map +1 -0
- package/dist/lib/types/admin/system-status/index.js +2 -0
- package/dist/lib/types/admin/system-status/index.js.map +1 -0
- package/dist/lib/types/admin/system-status/system-status.schema.d.ts +139 -0
- package/dist/lib/types/admin/system-status/system-status.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/system-status/system-status.schema.js +133 -0
- package/dist/lib/types/admin/system-status/system-status.schema.js.map +1 -0
- package/dist/lib/types/admin/system-status.types.d.ts +1 -138
- package/dist/lib/types/admin/system-status.types.d.ts.map +1 -1
- package/dist/lib/types/admin/system-status.types.js +1 -132
- package/dist/lib/types/admin/system-status.types.js.map +1 -1
- package/dist/lib/types/admin/tax.types.d.ts +7 -98
- package/dist/lib/types/admin/tax.types.d.ts.map +1 -1
- package/dist/lib/types/admin/tax.types.js +7 -59
- package/dist/lib/types/admin/tax.types.js.map +1 -1
- package/dist/lib/types/admin/taxes/index.d.ts +8 -0
- package/dist/lib/types/admin/taxes/index.d.ts.map +1 -0
- package/dist/lib/types/admin/taxes/index.js +56 -0
- package/dist/lib/types/admin/taxes/index.js.map +1 -0
- package/dist/lib/types/admin/taxes/tax-class.create.schema.d.ts +10 -0
- package/dist/lib/types/admin/taxes/tax-class.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/taxes/tax-class.create.schema.js +9 -0
- package/dist/lib/types/admin/taxes/tax-class.create.schema.js.map +1 -0
- package/dist/lib/types/admin/taxes/tax-class.query.schema.d.ts +9 -0
- package/dist/lib/types/admin/taxes/tax-class.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/taxes/tax-class.query.schema.js +9 -0
- package/dist/lib/types/admin/taxes/tax-class.query.schema.js.map +1 -0
- package/dist/lib/types/admin/taxes/tax-class.schema.d.ts +15 -0
- package/dist/lib/types/admin/taxes/tax-class.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/taxes/tax-class.schema.js +12 -0
- package/dist/lib/types/admin/taxes/tax-class.schema.js.map +1 -0
- package/dist/lib/types/admin/taxes/tax.create.schema.d.ts +22 -0
- package/dist/lib/types/admin/taxes/tax.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/taxes/tax.create.schema.js +44 -0
- package/dist/lib/types/admin/taxes/tax.create.schema.js.map +1 -0
- package/dist/lib/types/admin/taxes/tax.query.schema.d.ts +26 -0
- package/dist/lib/types/admin/taxes/tax.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/taxes/tax.query.schema.js +37 -0
- package/dist/lib/types/admin/taxes/tax.query.schema.js.map +1 -0
- package/dist/lib/types/admin/taxes/tax.schema.d.ts +31 -0
- package/dist/lib/types/admin/taxes/tax.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/taxes/tax.schema.js +49 -0
- package/dist/lib/types/admin/taxes/tax.schema.js.map +1 -0
- package/dist/lib/types/admin/taxes/tax.update.schema.d.ts +23 -0
- package/dist/lib/types/admin/taxes/tax.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/taxes/tax.update.schema.js +42 -0
- package/dist/lib/types/admin/taxes/tax.update.schema.js.map +1 -0
- package/dist/lib/types/admin/taxonomy.types.d.ts +3 -233
- package/dist/lib/types/admin/taxonomy.types.d.ts.map +1 -1
- package/dist/lib/types/admin/taxonomy.types.js +3 -176
- package/dist/lib/types/admin/taxonomy.types.js.map +1 -1
- package/dist/lib/types/admin/webhook.types.d.ts +1 -71
- package/dist/lib/types/admin/webhook.types.d.ts.map +1 -1
- package/dist/lib/types/admin/webhook.types.js +1 -41
- package/dist/lib/types/admin/webhook.types.js.map +1 -1
- package/dist/lib/types/admin/webhooks/index.d.ts +5 -0
- package/dist/lib/types/admin/webhooks/index.d.ts.map +1 -0
- package/dist/lib/types/admin/webhooks/index.js +36 -0
- package/dist/lib/types/admin/webhooks/index.js.map +1 -0
- package/dist/lib/types/admin/webhooks/webhook.create.schema.d.ts +14 -0
- package/dist/lib/types/admin/webhooks/webhook.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/webhooks/webhook.create.schema.js +16 -0
- package/dist/lib/types/admin/webhooks/webhook.create.schema.js.map +1 -0
- package/dist/lib/types/admin/webhooks/webhook.query.schema.d.ts +32 -0
- package/dist/lib/types/admin/webhooks/webhook.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/webhooks/webhook.query.schema.js +60 -0
- package/dist/lib/types/admin/webhooks/webhook.query.schema.js.map +1 -0
- package/dist/lib/types/admin/webhooks/webhook.schema.d.ts +30 -0
- package/dist/lib/types/admin/webhooks/webhook.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/webhooks/webhook.schema.js +42 -0
- package/dist/lib/types/admin/webhooks/webhook.schema.js.map +1 -0
- package/dist/lib/types/admin/webhooks/webhook.update.schema.d.ts +14 -0
- package/dist/lib/types/admin/webhooks/webhook.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/webhooks/webhook.update.schema.js +15 -0
- package/dist/lib/types/admin/webhooks/webhook.update.schema.js.map +1 -0
- package/dist/lib/types/analytics/categories/categories.query.schema.d.ts +113 -0
- package/dist/lib/types/analytics/categories/categories.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/categories/categories.query.schema.js +175 -0
- package/dist/lib/types/analytics/categories/categories.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/categories/categories.schema.d.ts +31 -0
- package/dist/lib/types/analytics/categories/categories.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/categories/categories.schema.js +28 -0
- package/dist/lib/types/analytics/categories/categories.schema.js.map +1 -0
- package/dist/lib/types/analytics/categories/index.d.ts +3 -0
- package/dist/lib/types/analytics/categories/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/categories/index.js +17 -0
- package/dist/lib/types/analytics/categories/index.js.map +1 -0
- package/dist/lib/types/analytics/categories.types.d.ts +75 -17
- package/dist/lib/types/analytics/categories.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/categories.types.js +175 -15
- package/dist/lib/types/analytics/categories.types.js.map +1 -1
- package/dist/lib/types/analytics/common.types.d.ts +5 -69
- package/dist/lib/types/analytics/common.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/common.types.js +1 -51
- package/dist/lib/types/analytics/common.types.js.map +1 -1
- package/dist/lib/types/analytics/coupons/coupons.query.schema.d.ts +70 -0
- package/dist/lib/types/analytics/coupons/coupons.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/coupons/coupons.query.schema.js +131 -0
- package/dist/lib/types/analytics/coupons/coupons.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/coupons/coupons.schema.d.ts +70 -0
- package/dist/lib/types/analytics/coupons/coupons.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/coupons/coupons.schema.js +48 -0
- package/dist/lib/types/analytics/coupons/coupons.schema.js.map +1 -0
- package/dist/lib/types/analytics/coupons/index.d.ts +3 -0
- package/dist/lib/types/analytics/coupons/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/coupons/index.js +28 -0
- package/dist/lib/types/analytics/coupons/index.js.map +1 -0
- package/dist/lib/types/analytics/coupons.types.d.ts +52 -25
- package/dist/lib/types/analytics/coupons.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/coupons.types.js +132 -9
- package/dist/lib/types/analytics/coupons.types.js.map +1 -1
- package/dist/lib/types/analytics/customers/customers.query.schema.d.ts +142 -0
- package/dist/lib/types/analytics/customers/customers.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/customers/customers.query.schema.js +353 -0
- package/dist/lib/types/analytics/customers/customers.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/customers/customers.schema.d.ts +45 -0
- package/dist/lib/types/analytics/customers/customers.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/customers/customers.schema.js +37 -0
- package/dist/lib/types/analytics/customers/customers.schema.js.map +1 -0
- package/dist/lib/types/analytics/customers/index.d.ts +3 -0
- package/dist/lib/types/analytics/customers/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/customers/index.js +28 -0
- package/dist/lib/types/analytics/customers/index.js.map +1 -0
- package/dist/lib/types/analytics/customers.types.d.ts +114 -45
- package/dist/lib/types/analytics/customers.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/customers.types.js +402 -35
- package/dist/lib/types/analytics/customers.types.js.map +1 -1
- package/dist/lib/types/analytics/downloads/downloads.query.schema.d.ts +81 -0
- package/dist/lib/types/analytics/downloads/downloads.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/downloads/downloads.query.schema.js +197 -0
- package/dist/lib/types/analytics/downloads/downloads.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/downloads/downloads.schema.d.ts +54 -0
- package/dist/lib/types/analytics/downloads/downloads.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/downloads/downloads.schema.js +42 -0
- package/dist/lib/types/analytics/downloads/downloads.schema.js.map +1 -0
- package/dist/lib/types/analytics/downloads/index.d.ts +3 -0
- package/dist/lib/types/analytics/downloads/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/downloads/index.js +28 -0
- package/dist/lib/types/analytics/downloads/index.js.map +1 -0
- package/dist/lib/types/analytics/downloads.types.d.ts +53 -19
- package/dist/lib/types/analytics/downloads.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/downloads.types.js +209 -29
- package/dist/lib/types/analytics/downloads.types.js.map +1 -1
- package/dist/lib/types/analytics/index.d.ts +12 -12
- package/dist/lib/types/analytics/index.d.ts.map +1 -1
- package/dist/lib/types/analytics/index.js +12 -12
- package/dist/lib/types/analytics/index.js.map +1 -1
- package/dist/lib/types/analytics/leaderboards/index.d.ts +4 -0
- package/dist/lib/types/analytics/leaderboards/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/leaderboards/index.js +24 -0
- package/dist/lib/types/analytics/leaderboards/index.js.map +1 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.allowed.schema.d.ts +13 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.allowed.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.allowed.schema.js +11 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.allowed.schema.js.map +1 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.query.schema.d.ts +13 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.query.schema.js +29 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.schema.d.ts +34 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.schema.js +27 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.schema.js.map +1 -0
- package/dist/lib/types/analytics/leaderboards.types.d.ts +3 -10
- package/dist/lib/types/analytics/leaderboards.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/leaderboards.types.js +68 -11
- package/dist/lib/types/analytics/leaderboards.types.js.map +1 -1
- package/dist/lib/types/analytics/orders/index.d.ts +3 -0
- package/dist/lib/types/analytics/orders/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/orders/index.js +28 -0
- package/dist/lib/types/analytics/orders/index.js.map +1 -0
- package/dist/lib/types/analytics/orders/orders.query.schema.d.ts +168 -0
- package/dist/lib/types/analytics/orders/orders.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/orders/orders.query.schema.js +320 -0
- package/dist/lib/types/analytics/orders/orders.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/orders/orders.schema.d.ts +110 -0
- package/dist/lib/types/analytics/orders/orders.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/orders/orders.schema.js +87 -0
- package/dist/lib/types/analytics/orders/orders.schema.js.map +1 -0
- package/dist/lib/types/analytics/orders.types.d.ts +142 -70
- package/dist/lib/types/analytics/orders.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/orders.types.js +339 -44
- package/dist/lib/types/analytics/orders.types.js.map +1 -1
- package/dist/lib/types/analytics/performance/index.d.ts +4 -0
- package/dist/lib/types/analytics/performance/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/performance/index.js +24 -0
- package/dist/lib/types/analytics/performance/index.js.map +1 -0
- package/dist/lib/types/analytics/performance/performance.allowed.schema.d.ts +27 -0
- package/dist/lib/types/analytics/performance/performance.allowed.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/performance/performance.allowed.schema.js +28 -0
- package/dist/lib/types/analytics/performance/performance.allowed.schema.js.map +1 -0
- package/dist/lib/types/analytics/performance/performance.query.schema.d.ts +15 -0
- package/dist/lib/types/analytics/performance/performance.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/performance/performance.query.schema.js +25 -0
- package/dist/lib/types/analytics/performance/performance.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/performance/performance.schema.d.ts +32 -0
- package/dist/lib/types/analytics/performance/performance.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/performance/performance.schema.js +36 -0
- package/dist/lib/types/analytics/performance/performance.schema.js.map +1 -0
- package/dist/lib/types/analytics/performance.types.d.ts +46 -22
- package/dist/lib/types/analytics/performance.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/performance.types.js +107 -15
- package/dist/lib/types/analytics/performance.types.js.map +1 -1
- package/dist/lib/types/analytics/products/index.d.ts +3 -0
- package/dist/lib/types/analytics/products/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/products/index.js +28 -0
- package/dist/lib/types/analytics/products/index.js.map +1 -0
- package/dist/lib/types/analytics/products/products.query.schema.d.ts +83 -0
- package/dist/lib/types/analytics/products/products.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/products/products.query.schema.js +166 -0
- package/dist/lib/types/analytics/products/products.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/products/products.schema.d.ts +76 -0
- package/dist/lib/types/analytics/products/products.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/products/products.schema.js +54 -0
- package/dist/lib/types/analytics/products/products.schema.js.map +1 -0
- package/dist/lib/types/analytics/products.types.d.ts +62 -36
- package/dist/lib/types/analytics/products.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/products.types.js +168 -15
- package/dist/lib/types/analytics/products.types.js.map +1 -1
- package/dist/lib/types/analytics/revenue/index.d.ts +3 -0
- package/dist/lib/types/analytics/revenue/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/revenue/index.js +17 -0
- package/dist/lib/types/analytics/revenue/index.js.map +1 -0
- package/dist/lib/types/analytics/revenue/revenue.query.schema.d.ts +53 -0
- package/dist/lib/types/analytics/revenue/revenue.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/revenue/revenue.query.schema.js +85 -0
- package/dist/lib/types/analytics/revenue/revenue.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/revenue/revenue.schema.d.ts +80 -0
- package/dist/lib/types/analytics/revenue/revenue.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/revenue/revenue.schema.js +36 -0
- package/dist/lib/types/analytics/revenue/revenue.schema.js.map +1 -0
- package/dist/lib/types/analytics/revenue.types.d.ts +50 -12
- package/dist/lib/types/analytics/revenue.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/revenue.types.js +83 -4
- package/dist/lib/types/analytics/revenue.types.js.map +1 -1
- package/dist/lib/types/analytics/stock/index.d.ts +4 -0
- package/dist/lib/types/analytics/stock/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/stock/index.js +30 -0
- package/dist/lib/types/analytics/stock/index.js.map +1 -0
- package/dist/lib/types/analytics/stock/stock.query.schema.d.ts +39 -0
- package/dist/lib/types/analytics/stock/stock.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/stock/stock.query.schema.js +69 -0
- package/dist/lib/types/analytics/stock/stock.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/stock/stock.schema.d.ts +42 -0
- package/dist/lib/types/analytics/stock/stock.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/stock/stock.schema.js +32 -0
- package/dist/lib/types/analytics/stock/stock.schema.js.map +1 -0
- package/dist/lib/types/analytics/stock/stock.stats.query.schema.d.ts +12 -0
- package/dist/lib/types/analytics/stock/stock.stats.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/stock/stock.stats.query.schema.js +12 -0
- package/dist/lib/types/analytics/stock/stock.stats.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/stock.types.d.ts +35 -27
- package/dist/lib/types/analytics/stock.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/stock.types.js +109 -15
- package/dist/lib/types/analytics/stock.types.js.map +1 -1
- package/dist/lib/types/analytics/taxes/index.d.ts +3 -0
- package/dist/lib/types/analytics/taxes/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/taxes/index.js +28 -0
- package/dist/lib/types/analytics/taxes/index.js.map +1 -0
- package/dist/lib/types/analytics/taxes/taxes.query.schema.d.ts +71 -0
- package/dist/lib/types/analytics/taxes/taxes.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/taxes/taxes.query.schema.js +146 -0
- package/dist/lib/types/analytics/taxes/taxes.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/taxes/taxes.schema.d.ts +83 -0
- package/dist/lib/types/analytics/taxes/taxes.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/taxes/taxes.schema.js +55 -0
- package/dist/lib/types/analytics/taxes/taxes.schema.js.map +1 -0
- package/dist/lib/types/analytics/taxes.types.d.ts +54 -24
- package/dist/lib/types/analytics/taxes.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/taxes.types.js +153 -17
- package/dist/lib/types/analytics/taxes.types.js.map +1 -1
- package/dist/lib/types/analytics/variations/index.d.ts +3 -0
- package/dist/lib/types/analytics/variations/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/variations/index.js +28 -0
- package/dist/lib/types/analytics/variations/index.js.map +1 -0
- package/dist/lib/types/analytics/variations/variations.query.schema.d.ts +95 -0
- package/dist/lib/types/analytics/variations/variations.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/variations/variations.query.schema.js +211 -0
- package/dist/lib/types/analytics/variations/variations.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/variations/variations.schema.d.ts +79 -0
- package/dist/lib/types/analytics/variations/variations.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/variations/variations.schema.js +59 -0
- package/dist/lib/types/analytics/variations/variations.schema.js.map +1 -0
- package/dist/lib/types/analytics/variations.types.d.ts +73 -38
- package/dist/lib/types/analytics/variations.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/variations.types.js +214 -16
- package/dist/lib/types/analytics/variations.types.js.map +1 -1
- package/dist/lib/types/schema-registry.d.ts +46 -0
- package/dist/lib/types/schema-registry.d.ts.map +1 -0
- package/dist/lib/types/schema-registry.js +21 -0
- package/dist/lib/types/schema-registry.js.map +1 -0
- package/dist/lib/types/sdk.state.d.ts +156 -25
- package/dist/lib/types/sdk.state.d.ts.map +1 -1
- package/dist/lib/types/store/batch/batch.create.schema.d.ts +65 -0
- package/dist/lib/types/store/batch/batch.create.schema.d.ts.map +1 -0
- package/dist/lib/types/store/batch/batch.create.schema.js +38 -0
- package/dist/lib/types/store/batch/batch.create.schema.js.map +1 -0
- package/dist/lib/types/store/batch/batch.request.d.ts +2 -2
- package/dist/lib/types/store/batch/batch.request.d.ts.map +1 -1
- package/dist/lib/types/store/batch/batch.request.js +4 -1
- package/dist/lib/types/store/batch/batch.request.js.map +1 -1
- package/dist/lib/types/store/batch/batch.schema.d.ts +37 -0
- package/dist/lib/types/store/batch/batch.schema.d.ts.map +1 -0
- package/dist/lib/types/store/batch/batch.schema.js +22 -0
- package/dist/lib/types/store/batch/batch.schema.js.map +1 -0
- package/dist/lib/types/store/batch/index.d.ts +2 -2
- package/dist/lib/types/store/batch/index.d.ts.map +1 -1
- package/dist/lib/types/store/batch/index.js +16 -2
- package/dist/lib/types/store/batch/index.js.map +1 -1
- package/dist/lib/types/store/cart/cart.billing.response.d.ts.map +1 -1
- package/dist/lib/types/store/cart/cart.billing.response.js +15 -11
- package/dist/lib/types/store/cart/cart.billing.response.js.map +1 -1
- package/dist/lib/types/store/cart/cart.billing.schema.d.ts +16 -0
- package/dist/lib/types/store/cart/cart.billing.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart/cart.billing.schema.js +19 -0
- package/dist/lib/types/store/cart/cart.billing.schema.js.map +1 -0
- package/dist/lib/types/store/cart/cart.customer.request.d.ts +25 -25
- package/dist/lib/types/store/cart/cart.customer.request.d.ts.map +1 -1
- package/dist/lib/types/store/cart/cart.customer.request.js +43 -25
- package/dist/lib/types/store/cart/cart.customer.request.js.map +1 -1
- package/dist/lib/types/store/cart/cart.customer.update.schema.d.ts +30 -0
- package/dist/lib/types/store/cart/cart.customer.update.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart/cart.customer.update.schema.js +47 -0
- package/dist/lib/types/store/cart/cart.customer.update.schema.js.map +1 -0
- package/dist/lib/types/store/cart/cart.error.schema.d.ts +7 -0
- package/dist/lib/types/store/cart/cart.error.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart/cart.error.schema.js +6 -0
- package/dist/lib/types/store/cart/cart.error.schema.js.map +1 -0
- package/dist/lib/types/store/cart/cart.fee.schema.d.ts +30 -0
- package/dist/lib/types/store/cart/cart.fee.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart/cart.fee.schema.js +32 -0
- package/dist/lib/types/store/cart/cart.fee.schema.js.map +1 -0
- package/dist/lib/types/store/cart/cart.response.d.ts +184 -25
- package/dist/lib/types/store/cart/cart.response.d.ts.map +1 -1
- package/dist/lib/types/store/cart/cart.response.js +68 -17
- package/dist/lib/types/store/cart/cart.response.js.map +1 -1
- package/dist/lib/types/store/cart/cart.schema.d.ts +323 -0
- package/dist/lib/types/store/cart/cart.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart/cart.schema.js +50 -0
- package/dist/lib/types/store/cart/cart.schema.js.map +1 -0
- package/dist/lib/types/store/cart/cart.shipping.rate.schema.d.ts +42 -0
- package/dist/lib/types/store/cart/cart.shipping.rate.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart/cart.shipping.rate.schema.js +41 -0
- package/dist/lib/types/store/cart/cart.shipping.rate.schema.js.map +1 -0
- package/dist/lib/types/store/cart/cart.shipping.response.d.ts.map +1 -1
- package/dist/lib/types/store/cart/cart.shipping.response.js +14 -10
- package/dist/lib/types/store/cart/cart.shipping.response.js.map +1 -1
- package/dist/lib/types/store/cart/cart.shipping.schema.d.ts +15 -0
- package/dist/lib/types/store/cart/cart.shipping.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart/cart.shipping.schema.js +18 -0
- package/dist/lib/types/store/cart/cart.shipping.schema.js.map +1 -0
- package/dist/lib/types/store/cart/cart.total.response.d.ts +2 -2
- package/dist/lib/types/store/cart/cart.total.response.d.ts.map +1 -1
- package/dist/lib/types/store/cart/cart.total.response.js +43 -19
- package/dist/lib/types/store/cart/cart.total.response.js.map +1 -1
- package/dist/lib/types/store/cart/cart.total.schema.d.ts +27 -0
- package/dist/lib/types/store/cart/cart.total.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart/cart.total.schema.js +50 -0
- package/dist/lib/types/store/cart/cart.total.schema.js.map +1 -0
- package/dist/lib/types/store/cart/index.d.ts +8 -6
- package/dist/lib/types/store/cart/index.d.ts.map +1 -1
- package/dist/lib/types/store/cart/index.js +22 -6
- package/dist/lib/types/store/cart/index.js.map +1 -1
- package/dist/lib/types/store/cart-coupon/cart.coupon.response.d.ts +2 -2
- package/dist/lib/types/store/cart-coupon/cart.coupon.response.d.ts.map +1 -1
- package/dist/lib/types/store/cart-coupon/cart.coupon.response.js +6 -3
- package/dist/lib/types/store/cart-coupon/cart.coupon.response.js.map +1 -1
- package/dist/lib/types/store/cart-coupon/cart.coupon.schema.d.ts +18 -0
- package/dist/lib/types/store/cart-coupon/cart.coupon.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-coupon/cart.coupon.schema.js +11 -0
- package/dist/lib/types/store/cart-coupon/cart.coupon.schema.js.map +1 -0
- package/dist/lib/types/store/cart-coupon/cart.coupon.total.response.d.ts.map +1 -1
- package/dist/lib/types/store/cart-coupon/cart.coupon.total.response.js +25 -9
- package/dist/lib/types/store/cart-coupon/cart.coupon.total.response.js.map +1 -1
- package/dist/lib/types/store/cart-coupon/cart.coupon.total.schema.d.ts +14 -0
- package/dist/lib/types/store/cart-coupon/cart.coupon.total.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-coupon/cart.coupon.total.schema.js +29 -0
- package/dist/lib/types/store/cart-coupon/cart.coupon.total.schema.js.map +1 -0
- package/dist/lib/types/store/cart-coupon/index.d.ts +2 -2
- package/dist/lib/types/store/cart-coupon/index.d.ts.map +1 -1
- package/dist/lib/types/store/cart-coupon/index.js +9 -2
- package/dist/lib/types/store/cart-coupon/index.js.map +1 -1
- package/dist/lib/types/store/cart-extensions/cart.extensions.create.schema.d.ts +16 -0
- package/dist/lib/types/store/cart-extensions/cart.extensions.create.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-extensions/cart.extensions.create.schema.js +21 -0
- package/dist/lib/types/store/cart-extensions/cart.extensions.create.schema.js.map +1 -0
- package/dist/lib/types/store/cart-extensions/cart.extensions.request.d.ts +2 -2
- package/dist/lib/types/store/cart-extensions/cart.extensions.request.d.ts.map +1 -1
- package/dist/lib/types/store/cart-extensions/cart.extensions.request.js +8 -2
- package/dist/lib/types/store/cart-extensions/cart.extensions.request.js.map +1 -1
- package/dist/lib/types/store/cart-extensions/cart.extensions.schema.d.ts +24 -0
- package/dist/lib/types/store/cart-extensions/cart.extensions.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-extensions/cart.extensions.schema.js +23 -0
- package/dist/lib/types/store/cart-extensions/cart.extensions.schema.js.map +1 -0
- package/dist/lib/types/store/cart-extensions/index.d.ts +2 -2
- package/dist/lib/types/store/cart-extensions/index.d.ts.map +1 -1
- package/dist/lib/types/store/cart-extensions/index.js +10 -2
- package/dist/lib/types/store/cart-extensions/index.js.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.add.request.d.ts +1 -1
- package/dist/lib/types/store/cart-item/cart.item.add.request.d.ts.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.add.request.js +9 -3
- package/dist/lib/types/store/cart-item/cart.item.add.request.js.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.add.schema.d.ts +17 -0
- package/dist/lib/types/store/cart-item/cart.item.add.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.add.schema.js +22 -0
- package/dist/lib/types/store/cart-item/cart.item.add.schema.js.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.edit.request.d.ts +2 -2
- package/dist/lib/types/store/cart-item/cart.item.edit.request.d.ts.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.edit.request.js +8 -2
- package/dist/lib/types/store/cart-item/cart.item.edit.request.js.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.price.response.d.ts +10 -7
- package/dist/lib/types/store/cart-item/cart.item.price.response.d.ts.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.price.response.js +48 -17
- package/dist/lib/types/store/cart-item/cart.item.price.response.js.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.price.schema.d.ts +25 -0
- package/dist/lib/types/store/cart-item/cart.item.price.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.price.schema.js +52 -0
- package/dist/lib/types/store/cart-item/cart.item.price.schema.js.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.quantity.limits.response.d.ts +2 -2
- package/dist/lib/types/store/cart-item/cart.item.quantity.limits.response.d.ts.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.quantity.limits.response.js +14 -4
- package/dist/lib/types/store/cart-item/cart.item.quantity.limits.response.js.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.quantity.limits.schema.d.ts +9 -0
- package/dist/lib/types/store/cart-item/cart.item.quantity.limits.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.quantity.limits.schema.js +18 -0
- package/dist/lib/types/store/cart-item/cart.item.quantity.limits.schema.js.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.response.d.ts +27 -18
- package/dist/lib/types/store/cart-item/cart.item.response.d.ts.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.response.js +42 -21
- package/dist/lib/types/store/cart-item/cart.item.response.js.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.schema.d.ts +82 -0
- package/dist/lib/types/store/cart-item/cart.item.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.schema.js +51 -0
- package/dist/lib/types/store/cart-item/cart.item.schema.js.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.total.response.d.ts.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.total.response.js +29 -11
- package/dist/lib/types/store/cart-item/cart.item.total.response.js.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.total.schema.d.ts +16 -0
- package/dist/lib/types/store/cart-item/cart.item.total.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.total.schema.js +33 -0
- package/dist/lib/types/store/cart-item/cart.item.total.schema.js.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.update.schema.d.ts +13 -0
- package/dist/lib/types/store/cart-item/cart.item.update.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.update.schema.js +18 -0
- package/dist/lib/types/store/cart-item/cart.item.update.schema.js.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.variation.schema.d.ts +8 -0
- package/dist/lib/types/store/cart-item/cart.item.variation.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.variation.schema.js +7 -0
- package/dist/lib/types/store/cart-item/cart.item.variation.schema.js.map +1 -0
- package/dist/lib/types/store/cart-item/index.d.ts +7 -7
- package/dist/lib/types/store/cart-item/index.d.ts.map +1 -1
- package/dist/lib/types/store/cart-item/index.js +28 -7
- package/dist/lib/types/store/cart-item/index.js.map +1 -1
- package/dist/lib/types/store/checkout/checkout.billing.response.d.ts +11 -11
- package/dist/lib/types/store/checkout/checkout.billing.response.d.ts.map +1 -1
- package/dist/lib/types/store/checkout/checkout.billing.response.js +17 -11
- package/dist/lib/types/store/checkout/checkout.billing.response.js.map +1 -1
- package/dist/lib/types/store/checkout/checkout.billing.schema.d.ts +16 -0
- package/dist/lib/types/store/checkout/checkout.billing.schema.d.ts.map +1 -0
- package/dist/lib/types/store/checkout/checkout.billing.schema.js +21 -0
- package/dist/lib/types/store/checkout/checkout.billing.schema.js.map +1 -0
- package/dist/lib/types/store/checkout/checkout.create.request.d.ts +54 -38
- package/dist/lib/types/store/checkout/checkout.create.request.d.ts.map +1 -1
- package/dist/lib/types/store/checkout/checkout.create.request.js +108 -17
- package/dist/lib/types/store/checkout/checkout.create.request.js.map +1 -1
- package/dist/lib/types/store/checkout/checkout.create.schema.d.ts +72 -0
- package/dist/lib/types/store/checkout/checkout.create.schema.d.ts.map +1 -0
- package/dist/lib/types/store/checkout/checkout.create.schema.js +127 -0
- package/dist/lib/types/store/checkout/checkout.create.schema.js.map +1 -0
- package/dist/lib/types/store/checkout/checkout.response.d.ts +60 -35
- package/dist/lib/types/store/checkout/checkout.response.d.ts.map +1 -1
- package/dist/lib/types/store/checkout/checkout.response.js +140 -16
- package/dist/lib/types/store/checkout/checkout.response.js.map +1 -1
- package/dist/lib/types/store/checkout/checkout.schema.d.ts +69 -0
- package/dist/lib/types/store/checkout/checkout.schema.d.ts.map +1 -0
- package/dist/lib/types/store/checkout/checkout.schema.js +146 -0
- package/dist/lib/types/store/checkout/checkout.schema.js.map +1 -0
- package/dist/lib/types/store/checkout/checkout.shipping.d.ts +10 -10
- package/dist/lib/types/store/checkout/checkout.shipping.d.ts.map +1 -1
- package/dist/lib/types/store/checkout/checkout.shipping.js +16 -10
- package/dist/lib/types/store/checkout/checkout.shipping.js.map +1 -1
- package/dist/lib/types/store/checkout/checkout.shipping.schema.d.ts +15 -0
- package/dist/lib/types/store/checkout/checkout.shipping.schema.d.ts.map +1 -0
- package/dist/lib/types/store/checkout/checkout.shipping.schema.js +20 -0
- package/dist/lib/types/store/checkout/checkout.shipping.schema.js.map +1 -0
- package/dist/lib/types/store/checkout/checkout.update.schema.d.ts +17 -0
- package/dist/lib/types/store/checkout/checkout.update.schema.d.ts.map +1 -0
- package/dist/lib/types/store/checkout/checkout.update.schema.js +16 -0
- package/dist/lib/types/store/checkout/checkout.update.schema.js.map +1 -0
- package/dist/lib/types/store/checkout/index.d.ts +5 -5
- package/dist/lib/types/store/checkout/index.d.ts.map +1 -1
- package/dist/lib/types/store/checkout/index.js +26 -5
- package/dist/lib/types/store/checkout/index.js.map +1 -1
- package/dist/lib/types/store/error.schema.d.ts +10 -0
- package/dist/lib/types/store/error.schema.d.ts.map +1 -0
- package/dist/lib/types/store/error.schema.js +9 -0
- package/dist/lib/types/store/error.schema.js.map +1 -0
- package/dist/lib/types/store/image.response.d.ts +9 -7
- package/dist/lib/types/store/image.response.d.ts.map +1 -1
- package/dist/lib/types/store/image.response.js +21 -7
- package/dist/lib/types/store/image.response.js.map +1 -1
- package/dist/lib/types/store/image.schema.d.ts +14 -0
- package/dist/lib/types/store/image.schema.d.ts.map +1 -0
- package/dist/lib/types/store/image.schema.js +25 -0
- package/dist/lib/types/store/image.schema.js.map +1 -0
- package/dist/lib/types/store/index.d.ts +2 -2
- package/dist/lib/types/store/index.d.ts.map +1 -1
- package/dist/lib/types/store/index.js +2 -2
- package/dist/lib/types/store/index.js.map +1 -1
- package/dist/lib/types/store/order/index.d.ts +6 -6
- package/dist/lib/types/store/order/index.d.ts.map +1 -1
- package/dist/lib/types/store/order/index.js +23 -6
- package/dist/lib/types/store/order/index.js.map +1 -1
- package/dist/lib/types/store/order/order.billing.response.d.ts.map +1 -1
- package/dist/lib/types/store/order/order.billing.response.js +15 -11
- package/dist/lib/types/store/order/order.billing.response.js.map +1 -1
- package/dist/lib/types/store/order/order.billing.schema.d.ts +16 -0
- package/dist/lib/types/store/order/order.billing.schema.d.ts.map +1 -0
- package/dist/lib/types/store/order/order.billing.schema.js +19 -0
- package/dist/lib/types/store/order/order.billing.schema.js.map +1 -0
- package/dist/lib/types/store/order/order.coupon.response.d.ts.map +1 -1
- package/dist/lib/types/store/order/order.coupon.response.js +25 -9
- package/dist/lib/types/store/order/order.coupon.response.js.map +1 -1
- package/dist/lib/types/store/order/order.coupon.schema.d.ts +17 -0
- package/dist/lib/types/store/order/order.coupon.schema.d.ts.map +1 -0
- package/dist/lib/types/store/order/order.coupon.schema.js +32 -0
- package/dist/lib/types/store/order/order.coupon.schema.js.map +1 -0
- package/dist/lib/types/store/order/order.query.schema.d.ts +55 -0
- package/dist/lib/types/store/order/order.query.schema.d.ts.map +1 -0
- package/dist/lib/types/store/order/order.query.schema.js +35 -0
- package/dist/lib/types/store/order/order.query.schema.js.map +1 -0
- package/dist/lib/types/store/order/order.response.d.ts +38 -22
- package/dist/lib/types/store/order/order.response.d.ts.map +1 -1
- package/dist/lib/types/store/order/order.response.js +24 -11
- package/dist/lib/types/store/order/order.response.js.map +1 -1
- package/dist/lib/types/store/order/order.schema.d.ts +157 -0
- package/dist/lib/types/store/order/order.schema.d.ts.map +1 -0
- package/dist/lib/types/store/order/order.schema.js +34 -0
- package/dist/lib/types/store/order/order.schema.js.map +1 -0
- package/dist/lib/types/store/order/order.shipping.response.d.ts.map +1 -1
- package/dist/lib/types/store/order/order.shipping.response.js +14 -10
- package/dist/lib/types/store/order/order.shipping.response.js.map +1 -1
- package/dist/lib/types/store/order/order.shipping.schema.d.ts +15 -0
- package/dist/lib/types/store/order/order.shipping.schema.d.ts.map +1 -0
- package/dist/lib/types/store/order/order.shipping.schema.js +18 -0
- package/dist/lib/types/store/order/order.shipping.schema.js.map +1 -0
- package/dist/lib/types/store/order/order.total.response.d.ts +9 -2
- package/dist/lib/types/store/order/order.total.response.d.ts.map +1 -1
- package/dist/lib/types/store/order/order.total.response.js +48 -13
- package/dist/lib/types/store/order/order.total.response.js.map +1 -1
- package/dist/lib/types/store/order/order.total.schema.d.ts +25 -0
- package/dist/lib/types/store/order/order.total.schema.d.ts.map +1 -0
- package/dist/lib/types/store/order/order.total.schema.js +52 -0
- package/dist/lib/types/store/order/order.total.schema.js.map +1 -0
- package/dist/lib/types/store/paginated.d.ts +2 -2
- package/dist/lib/types/store/paginated.d.ts.map +1 -1
- package/dist/lib/types/store/paginated.js +14 -3
- package/dist/lib/types/store/paginated.js.map +1 -1
- package/dist/lib/types/store/product/index.d.ts +4 -3
- package/dist/lib/types/store/product/index.d.ts.map +1 -1
- package/dist/lib/types/store/product/index.js +18 -3
- package/dist/lib/types/store/product/index.js.map +1 -1
- package/dist/lib/types/store/product/product.embedded.schema.d.ts +22 -0
- package/dist/lib/types/store/product/product.embedded.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product/product.embedded.schema.js +20 -0
- package/dist/lib/types/store/product/product.embedded.schema.js.map +1 -0
- package/dist/lib/types/store/product/product.price.response.d.ts.map +1 -1
- package/dist/lib/types/store/product/product.price.response.js +29 -13
- package/dist/lib/types/store/product/product.price.response.js.map +1 -1
- package/dist/lib/types/store/product/product.price.schema.d.ts +24 -0
- package/dist/lib/types/store/product/product.price.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product/product.price.schema.js +35 -0
- package/dist/lib/types/store/product/product.price.schema.js.map +1 -0
- package/dist/lib/types/store/product/product.query.schema.d.ts +99 -0
- package/dist/lib/types/store/product/product.query.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product/product.query.schema.js +258 -0
- package/dist/lib/types/store/product/product.query.schema.js.map +1 -0
- package/dist/lib/types/store/product/product.request.d.ts +44 -39
- package/dist/lib/types/store/product/product.request.d.ts.map +1 -1
- package/dist/lib/types/store/product/product.request.js +130 -39
- package/dist/lib/types/store/product/product.request.js.map +1 -1
- package/dist/lib/types/store/product/product.response.d.ts +40 -29
- package/dist/lib/types/store/product/product.response.d.ts.map +1 -1
- package/dist/lib/types/store/product/product.response.js +115 -45
- package/dist/lib/types/store/product/product.response.js.map +1 -1
- package/dist/lib/types/store/product/product.schema.d.ts +112 -0
- package/dist/lib/types/store/product/product.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product/product.schema.js +134 -0
- package/dist/lib/types/store/product/product.schema.js.map +1 -0
- package/dist/lib/types/store/product-attribute/index.d.ts +1 -1
- package/dist/lib/types/store/product-attribute/index.d.ts.map +1 -1
- package/dist/lib/types/store/product-attribute/index.js +8 -1
- package/dist/lib/types/store/product-attribute/index.js.map +1 -1
- package/dist/lib/types/store/product-attribute/product.attribute.response.d.ts +1 -0
- package/dist/lib/types/store/product-attribute/product.attribute.response.d.ts.map +1 -1
- package/dist/lib/types/store/product-attribute/product.attribute.response.js +14 -6
- package/dist/lib/types/store/product-attribute/product.attribute.response.js.map +1 -1
- package/dist/lib/types/store/product-attribute/product.attribute.schema.d.ts +12 -0
- package/dist/lib/types/store/product-attribute/product.attribute.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-attribute/product.attribute.schema.js +18 -0
- package/dist/lib/types/store/product-attribute/product.attribute.schema.js.map +1 -0
- package/dist/lib/types/store/product-attribute-term/index.d.ts +2 -2
- package/dist/lib/types/store/product-attribute-term/index.d.ts.map +1 -1
- package/dist/lib/types/store/product-attribute-term/index.js +16 -2
- package/dist/lib/types/store/product-attribute-term/index.js.map +1 -1
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.query.schema.d.ts +43 -0
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.query.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.query.schema.js +69 -0
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.query.schema.js.map +1 -0
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.request.d.ts +20 -6
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.request.d.ts.map +1 -1
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.request.js +55 -4
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.request.js.map +1 -1
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.response.d.ts +2 -0
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.response.d.ts.map +1 -1
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.response.js +8 -4
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.response.js.map +1 -1
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.schema.d.ts +11 -0
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.schema.js +12 -0
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.schema.js.map +1 -0
- package/dist/lib/types/store/product-brand/index.d.ts +1 -1
- package/dist/lib/types/store/product-brand/index.d.ts.map +1 -1
- package/dist/lib/types/store/product-brand/index.js +8 -1
- package/dist/lib/types/store/product-brand/index.js.map +1 -1
- package/dist/lib/types/store/product-brand/product.brand.response.d.ts +11 -9
- package/dist/lib/types/store/product-brand/product.brand.response.d.ts.map +1 -1
- package/dist/lib/types/store/product-brand/product.brand.response.js +13 -9
- package/dist/lib/types/store/product-brand/product.brand.response.js.map +1 -1
- package/dist/lib/types/store/product-brand/product.brand.schema.d.ts +24 -0
- package/dist/lib/types/store/product-brand/product.brand.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-brand/product.brand.schema.js +18 -0
- package/dist/lib/types/store/product-brand/product.brand.schema.js.map +1 -0
- package/dist/lib/types/store/product-category/index.d.ts +2 -2
- package/dist/lib/types/store/product-category/index.d.ts.map +1 -1
- package/dist/lib/types/store/product-category/index.js +19 -2
- package/dist/lib/types/store/product-category/index.js.map +1 -1
- package/dist/lib/types/store/product-category/product.category.query.schema.d.ts +26 -0
- package/dist/lib/types/store/product-category/product.category.query.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-category/product.category.query.schema.js +49 -0
- package/dist/lib/types/store/product-category/product.category.query.schema.js.map +1 -0
- package/dist/lib/types/store/product-category/product.category.request.d.ts +20 -2
- package/dist/lib/types/store/product-category/product.category.request.d.ts.map +1 -1
- package/dist/lib/types/store/product-category/product.category.request.js +47 -1
- package/dist/lib/types/store/product-category/product.category.request.js.map +1 -1
- package/dist/lib/types/store/product-category/product.category.response.d.ts +11 -9
- package/dist/lib/types/store/product-category/product.category.response.d.ts.map +1 -1
- package/dist/lib/types/store/product-category/product.category.response.js +13 -9
- package/dist/lib/types/store/product-category/product.category.response.js.map +1 -1
- package/dist/lib/types/store/product-category/product.category.schema.d.ts +24 -0
- package/dist/lib/types/store/product-category/product.category.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-category/product.category.schema.js +18 -0
- package/dist/lib/types/store/product-category/product.category.schema.js.map +1 -0
- package/dist/lib/types/store/product-collection-data/index.d.ts +6 -6
- package/dist/lib/types/store/product-collection-data/index.d.ts.map +1 -1
- package/dist/lib/types/store/product-collection-data/index.js +20 -6
- package/dist/lib/types/store/product-collection-data/index.js.map +1 -1
- package/dist/lib/types/store/product-collection-data/product.collection.data.attribute.counts.schema.d.ts +7 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.attribute.counts.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.attribute.counts.schema.js +6 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.attribute.counts.schema.js.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.price.range.response.d.ts.map +1 -1
- package/dist/lib/types/store/product-collection-data/product.collection.data.price.range.response.js +23 -9
- package/dist/lib/types/store/product-collection-data/product.collection.data.price.range.response.js.map +1 -1
- package/dist/lib/types/store/product-collection-data/product.collection.data.price.range.schema.d.ts +14 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.price.range.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.price.range.schema.js +27 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.price.range.schema.js.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.query.schema.d.ts +35 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.query.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.query.schema.js +36 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.query.schema.js.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.rating.counts.schema.d.ts +7 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.rating.counts.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.rating.counts.schema.js +6 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.rating.counts.schema.js.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.response.d.ts +9 -8
- package/dist/lib/types/store/product-collection-data/product.collection.data.response.d.ts.map +1 -1
- package/dist/lib/types/store/product-collection-data/product.collection.data.response.js +20 -4
- package/dist/lib/types/store/product-collection-data/product.collection.data.response.js.map +1 -1
- package/dist/lib/types/store/product-collection-data/product.collection.data.schema.d.ts +29 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.schema.js +28 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.schema.js.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.taxonomy.counts.schema.d.ts +7 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.taxonomy.counts.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.taxonomy.counts.schema.js +6 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.taxonomy.counts.schema.js.map +1 -0
- package/dist/lib/types/store/product-review/index.d.ts +2 -2
- package/dist/lib/types/store/product-review/index.d.ts.map +1 -1
- package/dist/lib/types/store/product-review/index.js +19 -2
- package/dist/lib/types/store/product-review/index.js.map +1 -1
- package/dist/lib/types/store/product-review/product.review.query.schema.d.ts +25 -0
- package/dist/lib/types/store/product-review/product.review.query.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-review/product.review.query.schema.js +41 -0
- package/dist/lib/types/store/product-review/product.review.query.schema.js.map +1 -0
- package/dist/lib/types/store/product-review/product.review.request.d.ts +11 -7
- package/dist/lib/types/store/product-review/product.review.request.d.ts.map +1 -1
- package/dist/lib/types/store/product-review/product.review.request.js +23 -4
- package/dist/lib/types/store/product-review/product.review.request.js.map +1 -1
- package/dist/lib/types/store/product-review/product.review.response.d.ts +14 -8
- package/dist/lib/types/store/product-review/product.review.response.d.ts.map +1 -1
- package/dist/lib/types/store/product-review/product.review.response.js +42 -13
- package/dist/lib/types/store/product-review/product.review.response.js.map +1 -1
- package/dist/lib/types/store/product-review/product.review.schema.d.ts +32 -0
- package/dist/lib/types/store/product-review/product.review.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-review/product.review.schema.js +47 -0
- package/dist/lib/types/store/product-review/product.review.schema.js.map +1 -0
- package/dist/lib/types/store/product-tag/index.d.ts +2 -2
- package/dist/lib/types/store/product-tag/index.d.ts.map +1 -1
- package/dist/lib/types/store/product-tag/index.js +16 -2
- package/dist/lib/types/store/product-tag/index.js.map +1 -1
- package/dist/lib/types/store/product-tag/product.tag.query.schema.d.ts +25 -0
- package/dist/lib/types/store/product-tag/product.tag.query.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-tag/product.tag.query.schema.js +49 -0
- package/dist/lib/types/store/product-tag/product.tag.query.schema.js.map +1 -0
- package/dist/lib/types/store/product-tag/product.tag.request.d.ts +19 -2
- package/dist/lib/types/store/product-tag/product.tag.request.d.ts.map +1 -1
- package/dist/lib/types/store/product-tag/product.tag.request.js +47 -1
- package/dist/lib/types/store/product-tag/product.tag.request.js.map +1 -1
- package/dist/lib/types/store/product-tag/product.tag.response.d.ts.map +1 -1
- package/dist/lib/types/store/product-tag/product.tag.response.js +8 -6
- package/dist/lib/types/store/product-tag/product.tag.response.js.map +1 -1
- package/dist/lib/types/store/product-tag/product.tag.schema.d.ts +11 -0
- package/dist/lib/types/store/product-tag/product.tag.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-tag/product.tag.schema.js +12 -0
- package/dist/lib/types/store/product-tag/product.tag.schema.js.map +1 -0
- package/package.json +1 -1
|
@@ -1,710 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
/**
|
|
3
|
-
* Line item in an order
|
|
4
|
-
*/
|
|
5
|
-
export declare const AdminOrderLineItemSchema: z.ZodObject<{
|
|
6
|
-
id: z.ZodNumber;
|
|
7
|
-
name: z.ZodString;
|
|
8
|
-
product_id: z.ZodNumber;
|
|
9
|
-
variation_id: z.ZodNumber;
|
|
10
|
-
quantity: z.ZodNumber;
|
|
11
|
-
tax_class: z.ZodString;
|
|
12
|
-
subtotal: z.ZodString;
|
|
13
|
-
subtotal_tax: z.ZodString;
|
|
14
|
-
total: z.ZodString;
|
|
15
|
-
total_tax: z.ZodString;
|
|
16
|
-
taxes: z.ZodArray<z.ZodObject<{
|
|
17
|
-
id: z.ZodNumber;
|
|
18
|
-
total: z.ZodString;
|
|
19
|
-
subtotal: z.ZodString;
|
|
20
|
-
}, z.core.$strip>>;
|
|
21
|
-
meta_data: z.ZodArray<z.ZodObject<{
|
|
22
|
-
id: z.ZodNumber;
|
|
23
|
-
key: z.ZodString;
|
|
24
|
-
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
25
|
-
}, z.core.$strip>>;
|
|
26
|
-
sku: z.ZodString;
|
|
27
|
-
price: z.ZodString;
|
|
28
|
-
image: z.ZodObject<{
|
|
29
|
-
id: z.ZodString;
|
|
30
|
-
src: z.ZodString;
|
|
31
|
-
}, z.core.$strip>;
|
|
32
|
-
parent_name: z.ZodOptional<z.ZodString>;
|
|
33
|
-
}, z.core.$loose>;
|
|
34
|
-
export type AdminOrderLineItem = z.infer<typeof AdminOrderLineItemSchema>;
|
|
35
|
-
/**
|
|
36
|
-
* Tax line in an order
|
|
37
|
-
*/
|
|
38
|
-
export declare const AdminOrderTaxLineSchema: z.ZodObject<{
|
|
39
|
-
id: z.ZodNumber;
|
|
40
|
-
rate_code: z.ZodString;
|
|
41
|
-
rate_id: z.ZodNumber;
|
|
42
|
-
label: z.ZodString;
|
|
43
|
-
compound: z.ZodBoolean;
|
|
44
|
-
tax_total: z.ZodString;
|
|
45
|
-
shipping_tax_total: z.ZodString;
|
|
46
|
-
rate_percent: z.ZodNumber;
|
|
47
|
-
meta_data: z.ZodArray<z.ZodObject<{
|
|
48
|
-
id: z.ZodNumber;
|
|
49
|
-
key: z.ZodString;
|
|
50
|
-
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
51
|
-
}, z.core.$strip>>;
|
|
52
|
-
}, z.core.$loose>;
|
|
53
|
-
export type AdminOrderTaxLine = z.infer<typeof AdminOrderTaxLineSchema>;
|
|
54
|
-
/**
|
|
55
|
-
* Shipping line in an order
|
|
56
|
-
*/
|
|
57
|
-
export declare const AdminOrderShippingLineSchema: z.ZodObject<{
|
|
58
|
-
id: z.ZodNumber;
|
|
59
|
-
method_title: z.ZodString;
|
|
60
|
-
method_id: z.ZodString;
|
|
61
|
-
instance_id: z.ZodString;
|
|
62
|
-
total: z.ZodString;
|
|
63
|
-
total_tax: z.ZodString;
|
|
64
|
-
taxes: z.ZodArray<z.ZodObject<{
|
|
65
|
-
id: z.ZodNumber;
|
|
66
|
-
total: z.ZodString;
|
|
67
|
-
}, z.core.$strip>>;
|
|
68
|
-
meta_data: z.ZodArray<z.ZodObject<{
|
|
69
|
-
id: z.ZodNumber;
|
|
70
|
-
key: z.ZodString;
|
|
71
|
-
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
72
|
-
}, z.core.$strip>>;
|
|
73
|
-
}, z.core.$loose>;
|
|
74
|
-
export type AdminOrderShippingLine = z.infer<typeof AdminOrderShippingLineSchema>;
|
|
75
|
-
/**
|
|
76
|
-
* Fee line in an order
|
|
77
|
-
*/
|
|
78
|
-
export declare const AdminOrderFeeLineSchema: z.ZodObject<{
|
|
79
|
-
id: z.ZodNumber;
|
|
80
|
-
name: z.ZodString;
|
|
81
|
-
tax_class: z.ZodString;
|
|
82
|
-
tax_status: z.ZodEnum<{
|
|
83
|
-
taxable: "taxable";
|
|
84
|
-
none: "none";
|
|
85
|
-
}>;
|
|
86
|
-
total: z.ZodString;
|
|
87
|
-
total_tax: z.ZodString;
|
|
88
|
-
taxes: z.ZodArray<z.ZodObject<{
|
|
89
|
-
id: z.ZodNumber;
|
|
90
|
-
total: z.ZodString;
|
|
91
|
-
subtotal: z.ZodString;
|
|
92
|
-
}, z.core.$strip>>;
|
|
93
|
-
meta_data: z.ZodArray<z.ZodObject<{
|
|
94
|
-
id: z.ZodNumber;
|
|
95
|
-
key: z.ZodString;
|
|
96
|
-
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
97
|
-
}, z.core.$strip>>;
|
|
98
|
-
}, z.core.$loose>;
|
|
99
|
-
export type AdminOrderFeeLine = z.infer<typeof AdminOrderFeeLineSchema>;
|
|
100
|
-
/**
|
|
101
|
-
* Coupon line in an order
|
|
102
|
-
*/
|
|
103
|
-
export declare const AdminOrderCouponLineSchema: z.ZodObject<{
|
|
104
|
-
id: z.ZodNumber;
|
|
105
|
-
code: z.ZodString;
|
|
106
|
-
discount: z.ZodString;
|
|
107
|
-
discount_tax: z.ZodString;
|
|
108
|
-
meta_data: z.ZodArray<z.ZodObject<{
|
|
109
|
-
id: z.ZodNumber;
|
|
110
|
-
key: z.ZodString;
|
|
111
|
-
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
112
|
-
}, z.core.$strip>>;
|
|
113
|
-
}, z.core.$loose>;
|
|
114
|
-
export type AdminOrderCouponLine = z.infer<typeof AdminOrderCouponLineSchema>;
|
|
115
|
-
/**
|
|
116
|
-
* Order refund
|
|
117
|
-
*/
|
|
118
|
-
export declare const AdminOrderRefundSchema: z.ZodObject<{
|
|
119
|
-
id: z.ZodNumber;
|
|
120
|
-
date_created: z.ZodString;
|
|
121
|
-
date_created_gmt: z.ZodString;
|
|
122
|
-
amount: z.ZodString;
|
|
123
|
-
reason: z.ZodString;
|
|
124
|
-
refunded_by: z.ZodNumber;
|
|
125
|
-
refunded_payment: z.ZodBoolean;
|
|
126
|
-
meta_data: z.ZodArray<z.ZodObject<{
|
|
127
|
-
id: z.ZodNumber;
|
|
128
|
-
key: z.ZodString;
|
|
129
|
-
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
130
|
-
}, z.core.$strip>>;
|
|
131
|
-
line_items: z.ZodArray<z.ZodObject<{
|
|
132
|
-
id: z.ZodNumber;
|
|
133
|
-
name: z.ZodString;
|
|
134
|
-
product_id: z.ZodNumber;
|
|
135
|
-
variation_id: z.ZodNumber;
|
|
136
|
-
quantity: z.ZodNumber;
|
|
137
|
-
tax_class: z.ZodString;
|
|
138
|
-
subtotal: z.ZodString;
|
|
139
|
-
subtotal_tax: z.ZodString;
|
|
140
|
-
total: z.ZodString;
|
|
141
|
-
total_tax: z.ZodString;
|
|
142
|
-
taxes: z.ZodArray<z.ZodObject<{
|
|
143
|
-
id: z.ZodNumber;
|
|
144
|
-
total: z.ZodString;
|
|
145
|
-
subtotal: z.ZodString;
|
|
146
|
-
}, z.core.$strip>>;
|
|
147
|
-
meta_data: z.ZodArray<z.ZodObject<{
|
|
148
|
-
id: z.ZodNumber;
|
|
149
|
-
key: z.ZodString;
|
|
150
|
-
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
151
|
-
}, z.core.$strip>>;
|
|
152
|
-
sku: z.ZodString;
|
|
153
|
-
price: z.ZodString;
|
|
154
|
-
image: z.ZodObject<{
|
|
155
|
-
id: z.ZodString;
|
|
156
|
-
src: z.ZodString;
|
|
157
|
-
}, z.core.$strip>;
|
|
158
|
-
parent_name: z.ZodOptional<z.ZodString>;
|
|
159
|
-
}, z.core.$loose>>;
|
|
160
|
-
api_refund: z.ZodBoolean;
|
|
161
|
-
api_restock: z.ZodBoolean;
|
|
162
|
-
}, z.core.$loose>;
|
|
163
|
-
export type AdminOrderRefund = z.infer<typeof AdminOrderRefundSchema>;
|
|
164
|
-
/**
|
|
165
|
-
* WooCommerce REST API Order Response
|
|
166
|
-
*/
|
|
167
|
-
export declare const AdminOrderSchema: z.ZodObject<{
|
|
168
|
-
id: z.ZodNumber;
|
|
169
|
-
parent_id: z.ZodNumber;
|
|
170
|
-
status: z.ZodEnum<{
|
|
171
|
-
pending: "pending";
|
|
172
|
-
processing: "processing";
|
|
173
|
-
"on-hold": "on-hold";
|
|
174
|
-
completed: "completed";
|
|
175
|
-
cancelled: "cancelled";
|
|
176
|
-
refunded: "refunded";
|
|
177
|
-
failed: "failed";
|
|
178
|
-
"checkout-draft": "checkout-draft";
|
|
179
|
-
}>;
|
|
180
|
-
currency: z.ZodString;
|
|
181
|
-
version: z.ZodString;
|
|
182
|
-
prices_include_tax: z.ZodBoolean;
|
|
183
|
-
date_created: z.ZodString;
|
|
184
|
-
date_created_gmt: z.ZodString;
|
|
185
|
-
date_modified: z.ZodString;
|
|
186
|
-
date_modified_gmt: z.ZodString;
|
|
187
|
-
discount_total: z.ZodString;
|
|
188
|
-
discount_tax: z.ZodString;
|
|
189
|
-
shipping_total: z.ZodString;
|
|
190
|
-
shipping_tax: z.ZodString;
|
|
191
|
-
cart_tax: z.ZodString;
|
|
192
|
-
total: z.ZodString;
|
|
193
|
-
total_tax: z.ZodString;
|
|
194
|
-
customer_id: z.ZodNumber;
|
|
195
|
-
order_key: z.ZodString;
|
|
196
|
-
billing: z.ZodObject<{
|
|
197
|
-
first_name: z.ZodString;
|
|
198
|
-
last_name: z.ZodString;
|
|
199
|
-
company: z.ZodString;
|
|
200
|
-
address_1: z.ZodString;
|
|
201
|
-
address_2: z.ZodString;
|
|
202
|
-
city: z.ZodString;
|
|
203
|
-
state: z.ZodString;
|
|
204
|
-
postcode: z.ZodString;
|
|
205
|
-
country: z.ZodString;
|
|
206
|
-
email: z.ZodOptional<z.ZodString>;
|
|
207
|
-
phone: z.ZodOptional<z.ZodString>;
|
|
208
|
-
}, z.core.$strip>;
|
|
209
|
-
shipping: z.ZodObject<{
|
|
210
|
-
first_name: z.ZodString;
|
|
211
|
-
last_name: z.ZodString;
|
|
212
|
-
company: z.ZodString;
|
|
213
|
-
address_1: z.ZodString;
|
|
214
|
-
address_2: z.ZodString;
|
|
215
|
-
city: z.ZodString;
|
|
216
|
-
state: z.ZodString;
|
|
217
|
-
postcode: z.ZodString;
|
|
218
|
-
country: z.ZodString;
|
|
219
|
-
}, z.core.$strip>;
|
|
220
|
-
payment_method: z.ZodString;
|
|
221
|
-
payment_method_title: z.ZodString;
|
|
222
|
-
transaction_id: z.ZodString;
|
|
223
|
-
customer_ip_address: z.ZodString;
|
|
224
|
-
customer_user_agent: z.ZodString;
|
|
225
|
-
created_via: z.ZodString;
|
|
226
|
-
customer_note: z.ZodString;
|
|
227
|
-
date_completed: z.ZodNullable<z.ZodString>;
|
|
228
|
-
date_paid: z.ZodNullable<z.ZodString>;
|
|
229
|
-
cart_hash: z.ZodString;
|
|
230
|
-
number: z.ZodString;
|
|
231
|
-
meta_data: z.ZodArray<z.ZodObject<{
|
|
232
|
-
id: z.ZodNumber;
|
|
233
|
-
key: z.ZodString;
|
|
234
|
-
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
235
|
-
}, z.core.$strip>>;
|
|
236
|
-
line_items: z.ZodArray<z.ZodObject<{
|
|
237
|
-
id: z.ZodNumber;
|
|
238
|
-
name: z.ZodString;
|
|
239
|
-
product_id: z.ZodNumber;
|
|
240
|
-
variation_id: z.ZodNumber;
|
|
241
|
-
quantity: z.ZodNumber;
|
|
242
|
-
tax_class: z.ZodString;
|
|
243
|
-
subtotal: z.ZodString;
|
|
244
|
-
subtotal_tax: z.ZodString;
|
|
245
|
-
total: z.ZodString;
|
|
246
|
-
total_tax: z.ZodString;
|
|
247
|
-
taxes: z.ZodArray<z.ZodObject<{
|
|
248
|
-
id: z.ZodNumber;
|
|
249
|
-
total: z.ZodString;
|
|
250
|
-
subtotal: z.ZodString;
|
|
251
|
-
}, z.core.$strip>>;
|
|
252
|
-
meta_data: z.ZodArray<z.ZodObject<{
|
|
253
|
-
id: z.ZodNumber;
|
|
254
|
-
key: z.ZodString;
|
|
255
|
-
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
256
|
-
}, z.core.$strip>>;
|
|
257
|
-
sku: z.ZodString;
|
|
258
|
-
price: z.ZodString;
|
|
259
|
-
image: z.ZodObject<{
|
|
260
|
-
id: z.ZodString;
|
|
261
|
-
src: z.ZodString;
|
|
262
|
-
}, z.core.$strip>;
|
|
263
|
-
parent_name: z.ZodOptional<z.ZodString>;
|
|
264
|
-
}, z.core.$loose>>;
|
|
265
|
-
tax_lines: z.ZodArray<z.ZodObject<{
|
|
266
|
-
id: z.ZodNumber;
|
|
267
|
-
rate_code: z.ZodString;
|
|
268
|
-
rate_id: z.ZodNumber;
|
|
269
|
-
label: z.ZodString;
|
|
270
|
-
compound: z.ZodBoolean;
|
|
271
|
-
tax_total: z.ZodString;
|
|
272
|
-
shipping_tax_total: z.ZodString;
|
|
273
|
-
rate_percent: z.ZodNumber;
|
|
274
|
-
meta_data: z.ZodArray<z.ZodObject<{
|
|
275
|
-
id: z.ZodNumber;
|
|
276
|
-
key: z.ZodString;
|
|
277
|
-
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
278
|
-
}, z.core.$strip>>;
|
|
279
|
-
}, z.core.$loose>>;
|
|
280
|
-
shipping_lines: z.ZodArray<z.ZodObject<{
|
|
281
|
-
id: z.ZodNumber;
|
|
282
|
-
method_title: z.ZodString;
|
|
283
|
-
method_id: z.ZodString;
|
|
284
|
-
instance_id: z.ZodString;
|
|
285
|
-
total: z.ZodString;
|
|
286
|
-
total_tax: z.ZodString;
|
|
287
|
-
taxes: z.ZodArray<z.ZodObject<{
|
|
288
|
-
id: z.ZodNumber;
|
|
289
|
-
total: z.ZodString;
|
|
290
|
-
}, z.core.$strip>>;
|
|
291
|
-
meta_data: z.ZodArray<z.ZodObject<{
|
|
292
|
-
id: z.ZodNumber;
|
|
293
|
-
key: z.ZodString;
|
|
294
|
-
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
295
|
-
}, z.core.$strip>>;
|
|
296
|
-
}, z.core.$loose>>;
|
|
297
|
-
fee_lines: z.ZodArray<z.ZodObject<{
|
|
298
|
-
id: z.ZodNumber;
|
|
299
|
-
name: z.ZodString;
|
|
300
|
-
tax_class: z.ZodString;
|
|
301
|
-
tax_status: z.ZodEnum<{
|
|
302
|
-
taxable: "taxable";
|
|
303
|
-
none: "none";
|
|
304
|
-
}>;
|
|
305
|
-
total: z.ZodString;
|
|
306
|
-
total_tax: z.ZodString;
|
|
307
|
-
taxes: z.ZodArray<z.ZodObject<{
|
|
308
|
-
id: z.ZodNumber;
|
|
309
|
-
total: z.ZodString;
|
|
310
|
-
subtotal: z.ZodString;
|
|
311
|
-
}, z.core.$strip>>;
|
|
312
|
-
meta_data: z.ZodArray<z.ZodObject<{
|
|
313
|
-
id: z.ZodNumber;
|
|
314
|
-
key: z.ZodString;
|
|
315
|
-
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
316
|
-
}, z.core.$strip>>;
|
|
317
|
-
}, z.core.$loose>>;
|
|
318
|
-
coupon_lines: z.ZodArray<z.ZodObject<{
|
|
319
|
-
id: z.ZodNumber;
|
|
320
|
-
code: z.ZodString;
|
|
321
|
-
discount: z.ZodString;
|
|
322
|
-
discount_tax: z.ZodString;
|
|
323
|
-
meta_data: z.ZodArray<z.ZodObject<{
|
|
324
|
-
id: z.ZodNumber;
|
|
325
|
-
key: z.ZodString;
|
|
326
|
-
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
327
|
-
}, z.core.$strip>>;
|
|
328
|
-
}, z.core.$loose>>;
|
|
329
|
-
refunds: z.ZodArray<z.ZodObject<{
|
|
330
|
-
id: z.ZodNumber;
|
|
331
|
-
date_created: z.ZodString;
|
|
332
|
-
date_created_gmt: z.ZodString;
|
|
333
|
-
amount: z.ZodString;
|
|
334
|
-
reason: z.ZodString;
|
|
335
|
-
refunded_by: z.ZodNumber;
|
|
336
|
-
refunded_payment: z.ZodBoolean;
|
|
337
|
-
meta_data: z.ZodArray<z.ZodObject<{
|
|
338
|
-
id: z.ZodNumber;
|
|
339
|
-
key: z.ZodString;
|
|
340
|
-
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
341
|
-
}, z.core.$strip>>;
|
|
342
|
-
line_items: z.ZodArray<z.ZodObject<{
|
|
343
|
-
id: z.ZodNumber;
|
|
344
|
-
name: z.ZodString;
|
|
345
|
-
product_id: z.ZodNumber;
|
|
346
|
-
variation_id: z.ZodNumber;
|
|
347
|
-
quantity: z.ZodNumber;
|
|
348
|
-
tax_class: z.ZodString;
|
|
349
|
-
subtotal: z.ZodString;
|
|
350
|
-
subtotal_tax: z.ZodString;
|
|
351
|
-
total: z.ZodString;
|
|
352
|
-
total_tax: z.ZodString;
|
|
353
|
-
taxes: z.ZodArray<z.ZodObject<{
|
|
354
|
-
id: z.ZodNumber;
|
|
355
|
-
total: z.ZodString;
|
|
356
|
-
subtotal: z.ZodString;
|
|
357
|
-
}, z.core.$strip>>;
|
|
358
|
-
meta_data: z.ZodArray<z.ZodObject<{
|
|
359
|
-
id: z.ZodNumber;
|
|
360
|
-
key: z.ZodString;
|
|
361
|
-
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
362
|
-
}, z.core.$strip>>;
|
|
363
|
-
sku: z.ZodString;
|
|
364
|
-
price: z.ZodString;
|
|
365
|
-
image: z.ZodObject<{
|
|
366
|
-
id: z.ZodString;
|
|
367
|
-
src: z.ZodString;
|
|
368
|
-
}, z.core.$strip>;
|
|
369
|
-
parent_name: z.ZodOptional<z.ZodString>;
|
|
370
|
-
}, z.core.$loose>>;
|
|
371
|
-
api_refund: z.ZodBoolean;
|
|
372
|
-
api_restock: z.ZodBoolean;
|
|
373
|
-
}, z.core.$loose>>;
|
|
374
|
-
payment_url: z.ZodString;
|
|
375
|
-
is_editable: z.ZodBoolean;
|
|
376
|
-
needs_payment: z.ZodBoolean;
|
|
377
|
-
needs_processing: z.ZodBoolean;
|
|
378
|
-
date_created_formatted: z.ZodString;
|
|
379
|
-
status_transition: z.ZodObject<{
|
|
380
|
-
note: z.ZodString;
|
|
381
|
-
from: z.ZodString;
|
|
382
|
-
to: z.ZodString;
|
|
383
|
-
}, z.core.$strip>;
|
|
384
|
-
_links: z.ZodOptional<z.ZodObject<{
|
|
385
|
-
self: z.ZodArray<z.ZodObject<{
|
|
386
|
-
href: z.ZodString;
|
|
387
|
-
}, z.core.$strip>>;
|
|
388
|
-
collection: z.ZodArray<z.ZodObject<{
|
|
389
|
-
href: z.ZodString;
|
|
390
|
-
}, z.core.$strip>>;
|
|
391
|
-
customer: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
392
|
-
href: z.ZodString;
|
|
393
|
-
}, z.core.$strip>>>;
|
|
394
|
-
}, z.core.$strip>>;
|
|
395
|
-
}, z.core.$loose>;
|
|
396
|
-
export type AdminOrder = z.infer<typeof AdminOrderSchema>;
|
|
397
|
-
/**
|
|
398
|
-
* Order request parameters for creating/updating
|
|
399
|
-
*/
|
|
400
|
-
export declare const AdminOrderRequestSchema: z.ZodObject<{
|
|
401
|
-
parent_id: z.ZodOptional<z.ZodNumber>;
|
|
402
|
-
status: z.ZodOptional<z.ZodEnum<{
|
|
403
|
-
pending: "pending";
|
|
404
|
-
processing: "processing";
|
|
405
|
-
"on-hold": "on-hold";
|
|
406
|
-
completed: "completed";
|
|
407
|
-
cancelled: "cancelled";
|
|
408
|
-
refunded: "refunded";
|
|
409
|
-
failed: "failed";
|
|
410
|
-
"checkout-draft": "checkout-draft";
|
|
411
|
-
}>>;
|
|
412
|
-
currency: z.ZodOptional<z.ZodString>;
|
|
413
|
-
customer_id: z.ZodOptional<z.ZodNumber>;
|
|
414
|
-
customer_note: z.ZodOptional<z.ZodString>;
|
|
415
|
-
billing: z.ZodOptional<z.ZodObject<{
|
|
416
|
-
first_name: z.ZodString;
|
|
417
|
-
last_name: z.ZodString;
|
|
418
|
-
company: z.ZodString;
|
|
419
|
-
address_1: z.ZodString;
|
|
420
|
-
address_2: z.ZodString;
|
|
421
|
-
city: z.ZodString;
|
|
422
|
-
state: z.ZodString;
|
|
423
|
-
postcode: z.ZodString;
|
|
424
|
-
country: z.ZodString;
|
|
425
|
-
email: z.ZodOptional<z.ZodString>;
|
|
426
|
-
phone: z.ZodOptional<z.ZodString>;
|
|
427
|
-
}, z.core.$strip>>;
|
|
428
|
-
shipping: z.ZodOptional<z.ZodObject<{
|
|
429
|
-
first_name: z.ZodString;
|
|
430
|
-
last_name: z.ZodString;
|
|
431
|
-
company: z.ZodString;
|
|
432
|
-
address_1: z.ZodString;
|
|
433
|
-
address_2: z.ZodString;
|
|
434
|
-
city: z.ZodString;
|
|
435
|
-
state: z.ZodString;
|
|
436
|
-
postcode: z.ZodString;
|
|
437
|
-
country: z.ZodString;
|
|
438
|
-
}, z.core.$strip>>;
|
|
439
|
-
payment_method: z.ZodOptional<z.ZodString>;
|
|
440
|
-
payment_method_title: z.ZodOptional<z.ZodString>;
|
|
441
|
-
transaction_id: z.ZodOptional<z.ZodString>;
|
|
442
|
-
meta_data: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
443
|
-
id: z.ZodNumber;
|
|
444
|
-
key: z.ZodString;
|
|
445
|
-
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
446
|
-
}, z.core.$strip>>>;
|
|
447
|
-
line_items: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
448
|
-
id: z.ZodOptional<z.ZodNumber>;
|
|
449
|
-
name: z.ZodOptional<z.ZodString>;
|
|
450
|
-
product_id: z.ZodOptional<z.ZodNumber>;
|
|
451
|
-
variation_id: z.ZodOptional<z.ZodNumber>;
|
|
452
|
-
quantity: z.ZodOptional<z.ZodNumber>;
|
|
453
|
-
tax_class: z.ZodOptional<z.ZodString>;
|
|
454
|
-
subtotal: z.ZodOptional<z.ZodString>;
|
|
455
|
-
subtotal_tax: z.ZodOptional<z.ZodString>;
|
|
456
|
-
total: z.ZodOptional<z.ZodString>;
|
|
457
|
-
total_tax: z.ZodOptional<z.ZodString>;
|
|
458
|
-
taxes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
459
|
-
id: z.ZodNumber;
|
|
460
|
-
total: z.ZodString;
|
|
461
|
-
subtotal: z.ZodString;
|
|
462
|
-
}, z.core.$strip>>>;
|
|
463
|
-
meta_data: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
464
|
-
id: z.ZodNumber;
|
|
465
|
-
key: z.ZodString;
|
|
466
|
-
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
467
|
-
}, z.core.$strip>>>;
|
|
468
|
-
sku: z.ZodOptional<z.ZodString>;
|
|
469
|
-
price: z.ZodOptional<z.ZodString>;
|
|
470
|
-
image: z.ZodOptional<z.ZodObject<{
|
|
471
|
-
id: z.ZodString;
|
|
472
|
-
src: z.ZodString;
|
|
473
|
-
}, z.core.$strip>>;
|
|
474
|
-
parent_name: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
475
|
-
}, z.core.$loose>>>;
|
|
476
|
-
shipping_lines: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
477
|
-
id: z.ZodOptional<z.ZodNumber>;
|
|
478
|
-
method_title: z.ZodOptional<z.ZodString>;
|
|
479
|
-
method_id: z.ZodOptional<z.ZodString>;
|
|
480
|
-
instance_id: z.ZodOptional<z.ZodString>;
|
|
481
|
-
total: z.ZodOptional<z.ZodString>;
|
|
482
|
-
total_tax: z.ZodOptional<z.ZodString>;
|
|
483
|
-
taxes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
484
|
-
id: z.ZodNumber;
|
|
485
|
-
total: z.ZodString;
|
|
486
|
-
}, z.core.$strip>>>;
|
|
487
|
-
meta_data: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
488
|
-
id: z.ZodNumber;
|
|
489
|
-
key: z.ZodString;
|
|
490
|
-
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
491
|
-
}, z.core.$strip>>>;
|
|
492
|
-
}, z.core.$loose>>>;
|
|
493
|
-
fee_lines: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
494
|
-
id: z.ZodOptional<z.ZodNumber>;
|
|
495
|
-
name: z.ZodOptional<z.ZodString>;
|
|
496
|
-
tax_class: z.ZodOptional<z.ZodString>;
|
|
497
|
-
tax_status: z.ZodOptional<z.ZodEnum<{
|
|
498
|
-
taxable: "taxable";
|
|
499
|
-
none: "none";
|
|
500
|
-
}>>;
|
|
501
|
-
total: z.ZodOptional<z.ZodString>;
|
|
502
|
-
total_tax: z.ZodOptional<z.ZodString>;
|
|
503
|
-
taxes: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
504
|
-
id: z.ZodNumber;
|
|
505
|
-
total: z.ZodString;
|
|
506
|
-
subtotal: z.ZodString;
|
|
507
|
-
}, z.core.$strip>>>;
|
|
508
|
-
meta_data: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
509
|
-
id: z.ZodNumber;
|
|
510
|
-
key: z.ZodString;
|
|
511
|
-
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
512
|
-
}, z.core.$strip>>>;
|
|
513
|
-
}, z.core.$loose>>>;
|
|
514
|
-
coupon_lines: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
515
|
-
id: z.ZodOptional<z.ZodNumber>;
|
|
516
|
-
code: z.ZodOptional<z.ZodString>;
|
|
517
|
-
discount: z.ZodOptional<z.ZodString>;
|
|
518
|
-
discount_tax: z.ZodOptional<z.ZodString>;
|
|
519
|
-
meta_data: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
520
|
-
id: z.ZodNumber;
|
|
521
|
-
key: z.ZodString;
|
|
522
|
-
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodNull]>;
|
|
523
|
-
}, z.core.$strip>>>;
|
|
524
|
-
}, z.core.$loose>>>;
|
|
525
|
-
set_paid: z.ZodOptional<z.ZodBoolean>;
|
|
526
|
-
}, z.core.$loose>;
|
|
527
|
-
export type AdminOrderRequest = z.infer<typeof AdminOrderRequestSchema>;
|
|
528
|
-
/**
|
|
529
|
-
* Order query parameters for listing
|
|
530
|
-
*/
|
|
531
|
-
export declare const AdminOrderQueryParamsSchema: z.ZodObject<{
|
|
532
|
-
context: z.ZodOptional<z.ZodEnum<{
|
|
533
|
-
view: "view";
|
|
534
|
-
edit: "edit";
|
|
535
|
-
}>>;
|
|
536
|
-
page: z.ZodOptional<z.ZodNumber>;
|
|
537
|
-
per_page: z.ZodOptional<z.ZodNumber>;
|
|
538
|
-
search: z.ZodOptional<z.ZodString>;
|
|
539
|
-
after: z.ZodOptional<z.ZodString>;
|
|
540
|
-
before: z.ZodOptional<z.ZodString>;
|
|
541
|
-
modified_after: z.ZodOptional<z.ZodString>;
|
|
542
|
-
modified_before: z.ZodOptional<z.ZodString>;
|
|
543
|
-
dates_are_gmt: z.ZodOptional<z.ZodBoolean>;
|
|
544
|
-
exclude: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
545
|
-
include: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
546
|
-
offset: z.ZodOptional<z.ZodNumber>;
|
|
547
|
-
order: z.ZodOptional<z.ZodEnum<{
|
|
548
|
-
asc: "asc";
|
|
549
|
-
desc: "desc";
|
|
550
|
-
}>>;
|
|
551
|
-
orderby: z.ZodOptional<z.ZodEnum<{
|
|
552
|
-
id: "id";
|
|
553
|
-
date: "date";
|
|
554
|
-
slug: "slug";
|
|
555
|
-
include: "include";
|
|
556
|
-
title: "title";
|
|
557
|
-
modified: "modified";
|
|
558
|
-
}>>;
|
|
559
|
-
parent: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
560
|
-
parent_exclude: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
561
|
-
status: z.ZodOptional<z.ZodEnum<{
|
|
562
|
-
any: "any";
|
|
563
|
-
pending: "pending";
|
|
564
|
-
processing: "processing";
|
|
565
|
-
"on-hold": "on-hold";
|
|
566
|
-
completed: "completed";
|
|
567
|
-
cancelled: "cancelled";
|
|
568
|
-
refunded: "refunded";
|
|
569
|
-
failed: "failed";
|
|
570
|
-
"checkout-draft": "checkout-draft";
|
|
571
|
-
trash: "trash";
|
|
572
|
-
}>>;
|
|
573
|
-
customer: z.ZodOptional<z.ZodNumber>;
|
|
574
|
-
product: z.ZodOptional<z.ZodNumber>;
|
|
575
|
-
dp: z.ZodOptional<z.ZodNumber>;
|
|
576
|
-
include_meta: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
577
|
-
exclude_meta: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
578
|
-
}, z.core.$loose>;
|
|
579
|
-
export type AdminOrderQueryParams = z.infer<typeof AdminOrderQueryParamsSchema>;
|
|
580
|
-
/**
|
|
581
|
-
* Order note
|
|
582
|
-
*/
|
|
583
|
-
export declare const AdminOrderNoteSchema: z.ZodObject<{
|
|
584
|
-
id: z.ZodNumber;
|
|
585
|
-
author: z.ZodString;
|
|
586
|
-
date_created: z.ZodString;
|
|
587
|
-
date_created_gmt: z.ZodString;
|
|
588
|
-
note: z.ZodString;
|
|
589
|
-
customer_note: z.ZodBoolean;
|
|
590
|
-
added_by_user: z.ZodBoolean;
|
|
591
|
-
_links: z.ZodOptional<z.ZodObject<{
|
|
592
|
-
self: z.ZodArray<z.ZodObject<{
|
|
593
|
-
href: z.ZodString;
|
|
594
|
-
}, z.core.$strip>>;
|
|
595
|
-
collection: z.ZodArray<z.ZodObject<{
|
|
596
|
-
href: z.ZodString;
|
|
597
|
-
}, z.core.$strip>>;
|
|
598
|
-
up: z.ZodArray<z.ZodObject<{
|
|
599
|
-
href: z.ZodString;
|
|
600
|
-
}, z.core.$strip>>;
|
|
601
|
-
}, z.core.$strip>>;
|
|
602
|
-
}, z.core.$loose>;
|
|
603
|
-
export type AdminOrderNote = z.infer<typeof AdminOrderNoteSchema>;
|
|
604
|
-
/**
|
|
605
|
-
* Order note request parameters
|
|
606
|
-
*/
|
|
607
|
-
export declare const AdminOrderNoteRequestSchema: z.ZodObject<{
|
|
608
|
-
note: z.ZodString;
|
|
609
|
-
customer_note: z.ZodOptional<z.ZodBoolean>;
|
|
610
|
-
added_by_user: z.ZodOptional<z.ZodBoolean>;
|
|
611
|
-
}, z.core.$loose>;
|
|
612
|
-
export type AdminOrderNoteRequest = z.infer<typeof AdminOrderNoteRequestSchema>;
|
|
613
|
-
/**
|
|
614
|
-
* Order receipt generation request
|
|
615
|
-
*/
|
|
616
|
-
export declare const AdminOrderReceiptRequestSchema: z.ZodObject<{
|
|
617
|
-
expiration_date: z.ZodOptional<z.ZodString>;
|
|
618
|
-
expiration_days: z.ZodOptional<z.ZodNumber>;
|
|
619
|
-
force_new: z.ZodOptional<z.ZodBoolean>;
|
|
620
|
-
}, z.core.$loose>;
|
|
621
|
-
export type AdminOrderReceiptRequest = z.infer<typeof AdminOrderReceiptRequestSchema>;
|
|
622
|
-
/**
|
|
623
|
-
* Order receipt response
|
|
624
|
-
*/
|
|
625
|
-
export declare const AdminOrderReceiptSchema: z.ZodObject<{
|
|
626
|
-
id: z.ZodString;
|
|
627
|
-
order_id: z.ZodNumber;
|
|
628
|
-
receipt_url: z.ZodString;
|
|
629
|
-
expiration_date: z.ZodString;
|
|
630
|
-
created_date: z.ZodString;
|
|
631
|
-
}, z.core.$loose>;
|
|
632
|
-
export type AdminOrderReceipt = z.infer<typeof AdminOrderReceiptSchema>;
|
|
633
|
-
/**
|
|
634
|
-
* Email template for orders
|
|
635
|
-
*/
|
|
636
|
-
export declare const AdminOrderEmailTemplateSchema: z.ZodObject<{
|
|
637
|
-
id: z.ZodString;
|
|
638
|
-
title: z.ZodString;
|
|
639
|
-
description: z.ZodString;
|
|
640
|
-
subject: z.ZodString;
|
|
641
|
-
heading: z.ZodString;
|
|
642
|
-
enabled: z.ZodBoolean;
|
|
643
|
-
}, z.core.$loose>;
|
|
644
|
-
export type AdminOrderEmailTemplate = z.infer<typeof AdminOrderEmailTemplateSchema>;
|
|
645
|
-
/**
|
|
646
|
-
* Send order email request
|
|
647
|
-
*/
|
|
648
|
-
export declare const AdminOrderSendEmailRequestSchema: z.ZodObject<{
|
|
649
|
-
email: z.ZodOptional<z.ZodString>;
|
|
650
|
-
force_email_update: z.ZodOptional<z.ZodBoolean>;
|
|
651
|
-
template_id: z.ZodEnum<{
|
|
652
|
-
customer_note: "customer_note";
|
|
653
|
-
new_order: "new_order";
|
|
654
|
-
cancelled_order: "cancelled_order";
|
|
655
|
-
customer_cancelled_order: "customer_cancelled_order";
|
|
656
|
-
failed_order: "failed_order";
|
|
657
|
-
customer_failed_order: "customer_failed_order";
|
|
658
|
-
customer_on_hold_order: "customer_on_hold_order";
|
|
659
|
-
customer_processing_order: "customer_processing_order";
|
|
660
|
-
customer_completed_order: "customer_completed_order";
|
|
661
|
-
customer_refunded_order: "customer_refunded_order";
|
|
662
|
-
customer_invoice: "customer_invoice";
|
|
663
|
-
customer_reset_password: "customer_reset_password";
|
|
664
|
-
customer_new_account: "customer_new_account";
|
|
665
|
-
customer_pos_completed_order: "customer_pos_completed_order";
|
|
666
|
-
customer_pos_refunded_order: "customer_pos_refunded_order";
|
|
667
|
-
new_receipt: "new_receipt";
|
|
668
|
-
}>;
|
|
669
|
-
}, z.core.$loose>;
|
|
670
|
-
export type AdminOrderSendEmailRequest = z.infer<typeof AdminOrderSendEmailRequestSchema>;
|
|
671
|
-
/**
|
|
672
|
-
* Send order details request
|
|
673
|
-
*/
|
|
674
|
-
export declare const AdminOrderSendDetailsRequestSchema: z.ZodObject<{
|
|
675
|
-
email: z.ZodOptional<z.ZodString>;
|
|
676
|
-
force_email_update: z.ZodOptional<z.ZodBoolean>;
|
|
677
|
-
}, z.core.$loose>;
|
|
678
|
-
export type AdminOrderSendDetailsRequest = z.infer<typeof AdminOrderSendDetailsRequestSchema>;
|
|
679
|
-
/**
|
|
680
|
-
* Available email template IDs
|
|
681
|
-
*/
|
|
682
|
-
export declare const AdminOrderEmailTemplateIdSchema: z.ZodEnum<{
|
|
683
|
-
customer_note: "customer_note";
|
|
684
|
-
new_order: "new_order";
|
|
685
|
-
cancelled_order: "cancelled_order";
|
|
686
|
-
customer_cancelled_order: "customer_cancelled_order";
|
|
687
|
-
failed_order: "failed_order";
|
|
688
|
-
customer_failed_order: "customer_failed_order";
|
|
689
|
-
customer_on_hold_order: "customer_on_hold_order";
|
|
690
|
-
customer_processing_order: "customer_processing_order";
|
|
691
|
-
customer_completed_order: "customer_completed_order";
|
|
692
|
-
customer_refunded_order: "customer_refunded_order";
|
|
693
|
-
customer_invoice: "customer_invoice";
|
|
694
|
-
customer_reset_password: "customer_reset_password";
|
|
695
|
-
customer_new_account: "customer_new_account";
|
|
696
|
-
customer_pos_completed_order: "customer_pos_completed_order";
|
|
697
|
-
customer_pos_refunded_order: "customer_pos_refunded_order";
|
|
698
|
-
new_receipt: "new_receipt";
|
|
699
|
-
}>;
|
|
700
|
-
export type AdminOrderEmailTemplateId = z.infer<typeof AdminOrderEmailTemplateIdSchema>;
|
|
701
|
-
/**
|
|
702
|
-
* Order status information
|
|
703
|
-
*/
|
|
704
|
-
export declare const AdminOrderStatusInfoSchema: z.ZodObject<{
|
|
705
|
-
slug: z.ZodString;
|
|
706
|
-
name: z.ZodString;
|
|
707
|
-
total: z.ZodNumber;
|
|
708
|
-
}, z.core.$loose>;
|
|
709
|
-
export type AdminOrderStatusInfo = z.infer<typeof AdminOrderStatusInfoSchema>;
|
|
1
|
+
export * from './orders/index.js';
|
|
710
2
|
//# sourceMappingURL=order.types.d.ts.map
|