@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,234 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
*
|
|
4
|
-
*/
|
|
5
|
-
export declare const AdminCategoryDisplaySchema: z.ZodEnum<{
|
|
6
|
-
default: "default";
|
|
7
|
-
products: "products";
|
|
8
|
-
subcategories: "subcategories";
|
|
9
|
-
both: "both";
|
|
10
|
-
}>;
|
|
11
|
-
export type AdminCategoryDisplay = z.infer<typeof AdminCategoryDisplaySchema>;
|
|
12
|
-
/**
|
|
13
|
-
* WooCommerce REST API Product Category Response
|
|
14
|
-
*/
|
|
15
|
-
export declare const AdminTaxonomyCategorySchema: z.ZodObject<{
|
|
16
|
-
id: z.ZodNumber;
|
|
17
|
-
name: z.ZodString;
|
|
18
|
-
slug: z.ZodString;
|
|
19
|
-
parent: z.ZodNumber;
|
|
20
|
-
description: z.ZodString;
|
|
21
|
-
display: z.ZodEnum<{
|
|
22
|
-
default: "default";
|
|
23
|
-
products: "products";
|
|
24
|
-
subcategories: "subcategories";
|
|
25
|
-
both: "both";
|
|
26
|
-
}>;
|
|
27
|
-
image: z.ZodNullable<z.ZodObject<{
|
|
28
|
-
id: z.ZodNumber;
|
|
29
|
-
date_created: z.ZodString;
|
|
30
|
-
date_created_gmt: z.ZodString;
|
|
31
|
-
date_modified: z.ZodString;
|
|
32
|
-
date_modified_gmt: z.ZodString;
|
|
33
|
-
src: z.ZodString;
|
|
34
|
-
name: z.ZodString;
|
|
35
|
-
alt: z.ZodString;
|
|
36
|
-
}, z.core.$strip>>;
|
|
37
|
-
menu_order: z.ZodNumber;
|
|
38
|
-
count: z.ZodNumber;
|
|
39
|
-
_links: z.ZodOptional<z.ZodObject<{
|
|
40
|
-
self: z.ZodArray<z.ZodObject<{
|
|
41
|
-
href: z.ZodString;
|
|
42
|
-
}, z.core.$strip>>;
|
|
43
|
-
collection: z.ZodArray<z.ZodObject<{
|
|
44
|
-
href: z.ZodString;
|
|
45
|
-
}, z.core.$strip>>;
|
|
46
|
-
up: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
47
|
-
href: z.ZodString;
|
|
48
|
-
}, z.core.$strip>>>;
|
|
49
|
-
}, z.core.$strip>>;
|
|
50
|
-
}, z.core.$loose>;
|
|
51
|
-
export type AdminTaxonomyCategory = z.infer<typeof AdminTaxonomyCategorySchema>;
|
|
52
|
-
/**
|
|
53
|
-
* Product category request parameters for creating/updating
|
|
54
|
-
*/
|
|
55
|
-
export declare const AdminTaxonomyCategoryRequestSchema: z.ZodObject<{
|
|
56
|
-
name: z.ZodOptional<z.ZodString>;
|
|
57
|
-
slug: z.ZodOptional<z.ZodString>;
|
|
58
|
-
parent: z.ZodOptional<z.ZodNumber>;
|
|
59
|
-
description: z.ZodOptional<z.ZodString>;
|
|
60
|
-
display: z.ZodOptional<z.ZodEnum<{
|
|
61
|
-
default: "default";
|
|
62
|
-
products: "products";
|
|
63
|
-
subcategories: "subcategories";
|
|
64
|
-
both: "both";
|
|
65
|
-
}>>;
|
|
66
|
-
image: z.ZodOptional<z.ZodObject<{
|
|
67
|
-
id: z.ZodNumber;
|
|
68
|
-
date_created: z.ZodString;
|
|
69
|
-
date_created_gmt: z.ZodString;
|
|
70
|
-
date_modified: z.ZodString;
|
|
71
|
-
date_modified_gmt: z.ZodString;
|
|
72
|
-
src: z.ZodString;
|
|
73
|
-
name: z.ZodString;
|
|
74
|
-
alt: z.ZodString;
|
|
75
|
-
}, z.core.$strip>>;
|
|
76
|
-
menu_order: z.ZodOptional<z.ZodNumber>;
|
|
77
|
-
}, z.core.$loose>;
|
|
78
|
-
export type AdminTaxonomyCategoryRequest = z.infer<typeof AdminTaxonomyCategoryRequestSchema>;
|
|
79
|
-
/**
|
|
80
|
-
* Product category query parameters for listing
|
|
81
|
-
*/
|
|
82
|
-
export declare const AdminTaxonomyCategoryQueryParamsSchema: z.ZodObject<{
|
|
83
|
-
context: z.ZodOptional<z.ZodEnum<{
|
|
84
|
-
view: "view";
|
|
85
|
-
edit: "edit";
|
|
86
|
-
}>>;
|
|
87
|
-
page: z.ZodOptional<z.ZodNumber>;
|
|
88
|
-
per_page: z.ZodOptional<z.ZodNumber>;
|
|
89
|
-
search: z.ZodOptional<z.ZodString>;
|
|
90
|
-
exclude: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
91
|
-
include: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
92
|
-
offset: z.ZodOptional<z.ZodNumber>;
|
|
93
|
-
order: z.ZodOptional<z.ZodEnum<{
|
|
94
|
-
asc: "asc";
|
|
95
|
-
desc: "desc";
|
|
96
|
-
}>>;
|
|
97
|
-
orderby: z.ZodOptional<z.ZodEnum<{
|
|
98
|
-
id: "id";
|
|
99
|
-
name: "name";
|
|
100
|
-
slug: "slug";
|
|
101
|
-
description: "description";
|
|
102
|
-
include: "include";
|
|
103
|
-
count: "count";
|
|
104
|
-
term_group: "term_group";
|
|
105
|
-
}>>;
|
|
106
|
-
hide_empty: z.ZodOptional<z.ZodBoolean>;
|
|
107
|
-
parent: z.ZodOptional<z.ZodNumber>;
|
|
108
|
-
product: z.ZodOptional<z.ZodNumber>;
|
|
109
|
-
slug: z.ZodOptional<z.ZodString>;
|
|
110
|
-
}, z.core.$loose>;
|
|
111
|
-
export type AdminTaxonomyCategoryQueryParams = z.infer<typeof AdminTaxonomyCategoryQueryParamsSchema>;
|
|
112
|
-
/**
|
|
113
|
-
* WooCommerce REST API Product Tag Response
|
|
114
|
-
*/
|
|
115
|
-
export declare const AdminTaxonomyTagSchema: z.ZodObject<{
|
|
116
|
-
id: z.ZodNumber;
|
|
117
|
-
name: z.ZodString;
|
|
118
|
-
slug: z.ZodString;
|
|
119
|
-
description: z.ZodString;
|
|
120
|
-
count: z.ZodNumber;
|
|
121
|
-
_links: z.ZodOptional<z.ZodObject<{
|
|
122
|
-
self: z.ZodArray<z.ZodObject<{
|
|
123
|
-
href: z.ZodString;
|
|
124
|
-
}, z.core.$strip>>;
|
|
125
|
-
collection: z.ZodArray<z.ZodObject<{
|
|
126
|
-
href: z.ZodString;
|
|
127
|
-
}, z.core.$strip>>;
|
|
128
|
-
}, z.core.$strip>>;
|
|
129
|
-
}, z.core.$loose>;
|
|
130
|
-
export type AdminTaxonomyTag = z.infer<typeof AdminTaxonomyTagSchema>;
|
|
131
|
-
/**
|
|
132
|
-
* Product tag request parameters for creating/updating
|
|
133
|
-
*/
|
|
134
|
-
export declare const AdminTaxonomyTagRequestSchema: z.ZodObject<{
|
|
135
|
-
name: z.ZodOptional<z.ZodString>;
|
|
136
|
-
slug: z.ZodOptional<z.ZodString>;
|
|
137
|
-
description: z.ZodOptional<z.ZodString>;
|
|
138
|
-
}, z.core.$loose>;
|
|
139
|
-
export type AdminTaxonomyTagRequest = z.infer<typeof AdminTaxonomyTagRequestSchema>;
|
|
140
|
-
/**
|
|
141
|
-
* Product tag query parameters for listing
|
|
142
|
-
*/
|
|
143
|
-
export declare const AdminTaxonomyTagQueryParamsSchema: z.ZodObject<{
|
|
144
|
-
context: z.ZodOptional<z.ZodEnum<{
|
|
145
|
-
view: "view";
|
|
146
|
-
edit: "edit";
|
|
147
|
-
}>>;
|
|
148
|
-
page: z.ZodOptional<z.ZodNumber>;
|
|
149
|
-
per_page: z.ZodOptional<z.ZodNumber>;
|
|
150
|
-
search: z.ZodOptional<z.ZodString>;
|
|
151
|
-
exclude: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
152
|
-
include: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
153
|
-
offset: z.ZodOptional<z.ZodNumber>;
|
|
154
|
-
order: z.ZodOptional<z.ZodEnum<{
|
|
155
|
-
asc: "asc";
|
|
156
|
-
desc: "desc";
|
|
157
|
-
}>>;
|
|
158
|
-
orderby: z.ZodOptional<z.ZodEnum<{
|
|
159
|
-
id: "id";
|
|
160
|
-
name: "name";
|
|
161
|
-
slug: "slug";
|
|
162
|
-
description: "description";
|
|
163
|
-
include: "include";
|
|
164
|
-
count: "count";
|
|
165
|
-
term_group: "term_group";
|
|
166
|
-
}>>;
|
|
167
|
-
hide_empty: z.ZodOptional<z.ZodBoolean>;
|
|
168
|
-
parent: z.ZodOptional<z.ZodNumber>;
|
|
169
|
-
product: z.ZodOptional<z.ZodNumber>;
|
|
170
|
-
slug: z.ZodOptional<z.ZodString>;
|
|
171
|
-
}, z.core.$loose>;
|
|
172
|
-
export type AdminTaxonomyTagQueryParams = z.infer<typeof AdminTaxonomyTagQueryParamsSchema>;
|
|
173
|
-
/**
|
|
174
|
-
* WooCommerce REST API Shipping Class Response
|
|
175
|
-
*/
|
|
176
|
-
export declare const AdminShippingClassSchema: z.ZodObject<{
|
|
177
|
-
id: z.ZodNumber;
|
|
178
|
-
name: z.ZodString;
|
|
179
|
-
slug: z.ZodString;
|
|
180
|
-
description: z.ZodString;
|
|
181
|
-
count: z.ZodNumber;
|
|
182
|
-
_links: z.ZodOptional<z.ZodObject<{
|
|
183
|
-
self: z.ZodArray<z.ZodObject<{
|
|
184
|
-
href: z.ZodString;
|
|
185
|
-
}, z.core.$strip>>;
|
|
186
|
-
collection: z.ZodArray<z.ZodObject<{
|
|
187
|
-
href: z.ZodString;
|
|
188
|
-
}, z.core.$strip>>;
|
|
189
|
-
}, z.core.$strip>>;
|
|
190
|
-
}, z.core.$loose>;
|
|
191
|
-
export type AdminShippingClass = z.infer<typeof AdminShippingClassSchema>;
|
|
192
|
-
/**
|
|
193
|
-
* Shipping class request parameters for creating/updating
|
|
194
|
-
*/
|
|
195
|
-
export declare const AdminShippingClassRequestSchema: z.ZodObject<{
|
|
196
|
-
name: z.ZodOptional<z.ZodString>;
|
|
197
|
-
slug: z.ZodOptional<z.ZodString>;
|
|
198
|
-
description: z.ZodOptional<z.ZodString>;
|
|
199
|
-
}, z.core.$loose>;
|
|
200
|
-
export type AdminShippingClassRequest = z.infer<typeof AdminShippingClassRequestSchema>;
|
|
201
|
-
/**
|
|
202
|
-
* Shipping class query parameters for listing
|
|
203
|
-
*/
|
|
204
|
-
export declare const AdminShippingClassQueryParamsSchema: z.ZodObject<{
|
|
205
|
-
context: z.ZodOptional<z.ZodEnum<{
|
|
206
|
-
view: "view";
|
|
207
|
-
edit: "edit";
|
|
208
|
-
}>>;
|
|
209
|
-
page: z.ZodOptional<z.ZodNumber>;
|
|
210
|
-
per_page: z.ZodOptional<z.ZodNumber>;
|
|
211
|
-
search: z.ZodOptional<z.ZodString>;
|
|
212
|
-
exclude: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
213
|
-
include: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
214
|
-
offset: z.ZodOptional<z.ZodNumber>;
|
|
215
|
-
order: z.ZodOptional<z.ZodEnum<{
|
|
216
|
-
asc: "asc";
|
|
217
|
-
desc: "desc";
|
|
218
|
-
}>>;
|
|
219
|
-
orderby: z.ZodOptional<z.ZodEnum<{
|
|
220
|
-
id: "id";
|
|
221
|
-
name: "name";
|
|
222
|
-
slug: "slug";
|
|
223
|
-
description: "description";
|
|
224
|
-
include: "include";
|
|
225
|
-
count: "count";
|
|
226
|
-
term_group: "term_group";
|
|
227
|
-
}>>;
|
|
228
|
-
hide_empty: z.ZodOptional<z.ZodBoolean>;
|
|
229
|
-
parent: z.ZodOptional<z.ZodNumber>;
|
|
230
|
-
product: z.ZodOptional<z.ZodNumber>;
|
|
231
|
-
slug: z.ZodOptional<z.ZodString>;
|
|
232
|
-
}, z.core.$loose>;
|
|
233
|
-
export type AdminShippingClassQueryParams = z.infer<typeof AdminShippingClassQueryParamsSchema>;
|
|
1
|
+
export * from './product-categories/index.js';
|
|
2
|
+
export * from './product-tags/index.js';
|
|
3
|
+
export * from './shipping-classes/index.js';
|
|
234
4
|
//# sourceMappingURL=taxonomy.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"taxonomy.types.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/admin/taxonomy.types.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"taxonomy.types.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/admin/taxonomy.types.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC"}
|
|
@@ -1,177 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
* Category display type
|
|
5
|
-
*/
|
|
6
|
-
export const AdminCategoryDisplaySchema = z.enum([
|
|
7
|
-
'default',
|
|
8
|
-
'products',
|
|
9
|
-
'subcategories',
|
|
10
|
-
'both',
|
|
11
|
-
]);
|
|
12
|
-
/**
|
|
13
|
-
* WooCommerce REST API Product Category Response
|
|
14
|
-
*/
|
|
15
|
-
export const AdminTaxonomyCategorySchema = z.looseObject({
|
|
16
|
-
id: z.number(),
|
|
17
|
-
name: z.string(),
|
|
18
|
-
slug: z.string(),
|
|
19
|
-
parent: z.number(),
|
|
20
|
-
description: z.string(),
|
|
21
|
-
display: AdminCategoryDisplaySchema,
|
|
22
|
-
image: AdminImage.nullable(),
|
|
23
|
-
menu_order: z.number(),
|
|
24
|
-
count: z.number(),
|
|
25
|
-
_links: z
|
|
26
|
-
.object({
|
|
27
|
-
self: z.array(z.object({ href: z.string() })),
|
|
28
|
-
collection: z.array(z.object({ href: z.string() })),
|
|
29
|
-
up: z.array(z.object({ href: z.string() })).optional(),
|
|
30
|
-
})
|
|
31
|
-
.optional(),
|
|
32
|
-
});
|
|
33
|
-
/**
|
|
34
|
-
* Product category request parameters for creating/updating
|
|
35
|
-
*/
|
|
36
|
-
export const AdminTaxonomyCategoryRequestSchema = z.looseObject({
|
|
37
|
-
name: z.string().optional(),
|
|
38
|
-
slug: z.string().optional(),
|
|
39
|
-
parent: z.number().optional(),
|
|
40
|
-
description: z.string().optional(),
|
|
41
|
-
display: AdminCategoryDisplaySchema.optional(),
|
|
42
|
-
image: AdminImage.optional(),
|
|
43
|
-
menu_order: z.number().optional(),
|
|
44
|
-
});
|
|
45
|
-
/**
|
|
46
|
-
* Product category query parameters for listing
|
|
47
|
-
*/
|
|
48
|
-
export const AdminTaxonomyCategoryQueryParamsSchema = z.looseObject({
|
|
49
|
-
context: z.enum(['view', 'edit']).optional(),
|
|
50
|
-
page: z.number().optional(),
|
|
51
|
-
per_page: z.number().optional(),
|
|
52
|
-
search: z.string().optional(),
|
|
53
|
-
exclude: z.array(z.number()).optional(),
|
|
54
|
-
include: z.array(z.number()).optional(),
|
|
55
|
-
offset: z.number().optional(),
|
|
56
|
-
order: z.enum(['asc', 'desc']).optional(),
|
|
57
|
-
orderby: z
|
|
58
|
-
.enum([
|
|
59
|
-
'id',
|
|
60
|
-
'include',
|
|
61
|
-
'name',
|
|
62
|
-
'slug',
|
|
63
|
-
'term_group',
|
|
64
|
-
'description',
|
|
65
|
-
'count',
|
|
66
|
-
])
|
|
67
|
-
.optional(),
|
|
68
|
-
hide_empty: z.boolean().optional(),
|
|
69
|
-
parent: z.number().optional(),
|
|
70
|
-
product: z.number().optional(),
|
|
71
|
-
slug: z.string().optional(),
|
|
72
|
-
});
|
|
73
|
-
/**
|
|
74
|
-
* WooCommerce REST API Product Tag Response
|
|
75
|
-
*/
|
|
76
|
-
export const AdminTaxonomyTagSchema = z.looseObject({
|
|
77
|
-
id: z.number(),
|
|
78
|
-
name: z.string(),
|
|
79
|
-
slug: z.string(),
|
|
80
|
-
description: z.string(),
|
|
81
|
-
count: z.number(),
|
|
82
|
-
_links: z
|
|
83
|
-
.object({
|
|
84
|
-
self: z.array(z.object({ href: z.string() })),
|
|
85
|
-
collection: z.array(z.object({ href: z.string() })),
|
|
86
|
-
})
|
|
87
|
-
.optional(),
|
|
88
|
-
});
|
|
89
|
-
/**
|
|
90
|
-
* Product tag request parameters for creating/updating
|
|
91
|
-
*/
|
|
92
|
-
export const AdminTaxonomyTagRequestSchema = z.looseObject({
|
|
93
|
-
name: z.string().optional(),
|
|
94
|
-
slug: z.string().optional(),
|
|
95
|
-
description: z.string().optional(),
|
|
96
|
-
});
|
|
97
|
-
/**
|
|
98
|
-
* Product tag query parameters for listing
|
|
99
|
-
*/
|
|
100
|
-
export const AdminTaxonomyTagQueryParamsSchema = z.looseObject({
|
|
101
|
-
context: z.enum(['view', 'edit']).optional(),
|
|
102
|
-
page: z.number().optional(),
|
|
103
|
-
per_page: z.number().optional(),
|
|
104
|
-
search: z.string().optional(),
|
|
105
|
-
exclude: z.array(z.number()).optional(),
|
|
106
|
-
include: z.array(z.number()).optional(),
|
|
107
|
-
offset: z.number().optional(),
|
|
108
|
-
order: z.enum(['asc', 'desc']).optional(),
|
|
109
|
-
orderby: z
|
|
110
|
-
.enum([
|
|
111
|
-
'id',
|
|
112
|
-
'include',
|
|
113
|
-
'name',
|
|
114
|
-
'slug',
|
|
115
|
-
'term_group',
|
|
116
|
-
'description',
|
|
117
|
-
'count',
|
|
118
|
-
])
|
|
119
|
-
.optional(),
|
|
120
|
-
hide_empty: z.boolean().optional(),
|
|
121
|
-
parent: z.number().optional(),
|
|
122
|
-
product: z.number().optional(),
|
|
123
|
-
slug: z.string().optional(),
|
|
124
|
-
});
|
|
125
|
-
/**
|
|
126
|
-
* WooCommerce REST API Shipping Class Response
|
|
127
|
-
*/
|
|
128
|
-
export const AdminShippingClassSchema = z.looseObject({
|
|
129
|
-
id: z.number(),
|
|
130
|
-
name: z.string(),
|
|
131
|
-
slug: z.string(),
|
|
132
|
-
description: z.string(),
|
|
133
|
-
count: z.number(),
|
|
134
|
-
_links: z
|
|
135
|
-
.object({
|
|
136
|
-
self: z.array(z.object({ href: z.string() })),
|
|
137
|
-
collection: z.array(z.object({ href: z.string() })),
|
|
138
|
-
})
|
|
139
|
-
.optional(),
|
|
140
|
-
});
|
|
141
|
-
/**
|
|
142
|
-
* Shipping class request parameters for creating/updating
|
|
143
|
-
*/
|
|
144
|
-
export const AdminShippingClassRequestSchema = z.looseObject({
|
|
145
|
-
name: z.string().optional(),
|
|
146
|
-
slug: z.string().optional(),
|
|
147
|
-
description: z.string().optional(),
|
|
148
|
-
});
|
|
149
|
-
/**
|
|
150
|
-
* Shipping class query parameters for listing
|
|
151
|
-
*/
|
|
152
|
-
export const AdminShippingClassQueryParamsSchema = z.looseObject({
|
|
153
|
-
context: z.enum(['view', 'edit']).optional(),
|
|
154
|
-
page: z.number().optional(),
|
|
155
|
-
per_page: z.number().optional(),
|
|
156
|
-
search: z.string().optional(),
|
|
157
|
-
exclude: z.array(z.number()).optional(),
|
|
158
|
-
include: z.array(z.number()).optional(),
|
|
159
|
-
offset: z.number().optional(),
|
|
160
|
-
order: z.enum(['asc', 'desc']).optional(),
|
|
161
|
-
orderby: z
|
|
162
|
-
.enum([
|
|
163
|
-
'id',
|
|
164
|
-
'include',
|
|
165
|
-
'name',
|
|
166
|
-
'slug',
|
|
167
|
-
'term_group',
|
|
168
|
-
'description',
|
|
169
|
-
'count',
|
|
170
|
-
])
|
|
171
|
-
.optional(),
|
|
172
|
-
hide_empty: z.boolean().optional(),
|
|
173
|
-
parent: z.number().optional(),
|
|
174
|
-
product: z.number().optional(),
|
|
175
|
-
slug: z.string().optional(),
|
|
176
|
-
});
|
|
1
|
+
export * from './product-categories/index.js';
|
|
2
|
+
export * from './product-tags/index.js';
|
|
3
|
+
export * from './shipping-classes/index.js';
|
|
177
4
|
//# sourceMappingURL=taxonomy.types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"taxonomy.types.js","sourceRoot":"","sources":["../../../../src/lib/types/admin/taxonomy.types.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"taxonomy.types.js","sourceRoot":"","sources":["../../../../src/lib/types/admin/taxonomy.types.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC"}
|
|
@@ -1,72 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const AdminWebhookSchema: z.ZodObject<{
|
|
3
|
-
id: z.ZodNumber;
|
|
4
|
-
name: z.ZodString;
|
|
5
|
-
status: z.ZodEnum<{
|
|
6
|
-
active: "active";
|
|
7
|
-
paused: "paused";
|
|
8
|
-
disabled: "disabled";
|
|
9
|
-
}>;
|
|
10
|
-
topic: z.ZodString;
|
|
11
|
-
resource: z.ZodString;
|
|
12
|
-
event: z.ZodString;
|
|
13
|
-
hooks: z.ZodArray<z.ZodString>;
|
|
14
|
-
delivery_url: z.ZodString;
|
|
15
|
-
secret: z.ZodString;
|
|
16
|
-
date_created: z.ZodString;
|
|
17
|
-
date_created_gmt: z.ZodString;
|
|
18
|
-
date_modified: z.ZodString;
|
|
19
|
-
date_modified_gmt: z.ZodString;
|
|
20
|
-
_links: z.ZodObject<{
|
|
21
|
-
self: z.ZodArray<z.ZodObject<{
|
|
22
|
-
href: z.ZodString;
|
|
23
|
-
}, z.core.$strip>>;
|
|
24
|
-
collection: z.ZodArray<z.ZodObject<{
|
|
25
|
-
href: z.ZodString;
|
|
26
|
-
}, z.core.$strip>>;
|
|
27
|
-
}, z.core.$strip>;
|
|
28
|
-
}, z.core.$loose>;
|
|
29
|
-
export type AdminWebhook = z.infer<typeof AdminWebhookSchema>;
|
|
30
|
-
export declare const AdminWebhookRequestSchema: z.ZodObject<{
|
|
31
|
-
name: z.ZodOptional<z.ZodString>;
|
|
32
|
-
status: z.ZodOptional<z.ZodEnum<{
|
|
33
|
-
active: "active";
|
|
34
|
-
paused: "paused";
|
|
35
|
-
disabled: "disabled";
|
|
36
|
-
}>>;
|
|
37
|
-
topic: z.ZodOptional<z.ZodString>;
|
|
38
|
-
secret: z.ZodOptional<z.ZodString>;
|
|
39
|
-
delivery_url: z.ZodOptional<z.ZodString>;
|
|
40
|
-
}, z.core.$loose>;
|
|
41
|
-
export type AdminWebhookRequest = z.infer<typeof AdminWebhookRequestSchema>;
|
|
42
|
-
export declare const AdminWebhookQueryParamsSchema: z.ZodObject<{
|
|
43
|
-
context: z.ZodOptional<z.ZodEnum<{
|
|
44
|
-
view: "view";
|
|
45
|
-
edit: "edit";
|
|
46
|
-
}>>;
|
|
47
|
-
page: z.ZodOptional<z.ZodNumber>;
|
|
48
|
-
per_page: z.ZodOptional<z.ZodNumber>;
|
|
49
|
-
search: z.ZodOptional<z.ZodString>;
|
|
50
|
-
after: z.ZodOptional<z.ZodString>;
|
|
51
|
-
before: z.ZodOptional<z.ZodString>;
|
|
52
|
-
exclude: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
53
|
-
include: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
54
|
-
offset: z.ZodOptional<z.ZodNumber>;
|
|
55
|
-
order: z.ZodOptional<z.ZodEnum<{
|
|
56
|
-
asc: "asc";
|
|
57
|
-
desc: "desc";
|
|
58
|
-
}>>;
|
|
59
|
-
orderby: z.ZodOptional<z.ZodEnum<{
|
|
60
|
-
id: "id";
|
|
61
|
-
date: "date";
|
|
62
|
-
title: "title";
|
|
63
|
-
}>>;
|
|
64
|
-
status: z.ZodOptional<z.ZodEnum<{
|
|
65
|
-
all: "all";
|
|
66
|
-
active: "active";
|
|
67
|
-
paused: "paused";
|
|
68
|
-
disabled: "disabled";
|
|
69
|
-
}>>;
|
|
70
|
-
}, z.core.$loose>;
|
|
71
|
-
export type AdminWebhookQueryParams = z.infer<typeof AdminWebhookQueryParamsSchema>;
|
|
1
|
+
export * from './webhooks/index.js';
|
|
72
2
|
//# sourceMappingURL=webhook.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webhook.types.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/admin/webhook.types.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"webhook.types.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/admin/webhook.types.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC"}
|
|
@@ -1,42 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export const AdminWebhookSchema = z.looseObject({
|
|
3
|
-
id: z.number(),
|
|
4
|
-
name: z.string(),
|
|
5
|
-
status: z.enum(['active', 'paused', 'disabled']),
|
|
6
|
-
topic: z.string(),
|
|
7
|
-
resource: z.string(),
|
|
8
|
-
event: z.string(),
|
|
9
|
-
hooks: z.array(z.string()),
|
|
10
|
-
delivery_url: z.string(),
|
|
11
|
-
secret: z.string(),
|
|
12
|
-
date_created: z.string(),
|
|
13
|
-
date_created_gmt: z.string(),
|
|
14
|
-
date_modified: z.string(),
|
|
15
|
-
date_modified_gmt: z.string(),
|
|
16
|
-
_links: z.object({
|
|
17
|
-
self: z.array(z.object({ href: z.string() })),
|
|
18
|
-
collection: z.array(z.object({ href: z.string() })),
|
|
19
|
-
}),
|
|
20
|
-
});
|
|
21
|
-
export const AdminWebhookRequestSchema = z.looseObject({
|
|
22
|
-
name: z.string().optional(),
|
|
23
|
-
status: z.enum(['active', 'paused', 'disabled']).optional(),
|
|
24
|
-
topic: z.string().optional(),
|
|
25
|
-
secret: z.string().optional(),
|
|
26
|
-
delivery_url: z.string().optional(),
|
|
27
|
-
});
|
|
28
|
-
export const AdminWebhookQueryParamsSchema = z.looseObject({
|
|
29
|
-
context: z.enum(['view', 'edit']).optional(),
|
|
30
|
-
page: z.number().optional(),
|
|
31
|
-
per_page: z.number().optional(),
|
|
32
|
-
search: z.string().optional(),
|
|
33
|
-
after: z.string().optional(),
|
|
34
|
-
before: z.string().optional(),
|
|
35
|
-
exclude: z.array(z.number()).optional(),
|
|
36
|
-
include: z.array(z.number()).optional(),
|
|
37
|
-
offset: z.number().optional(),
|
|
38
|
-
order: z.enum(['asc', 'desc']).optional(),
|
|
39
|
-
orderby: z.enum(['date', 'id', 'title']).optional(),
|
|
40
|
-
status: z.enum(['all', 'active', 'paused', 'disabled']).optional(),
|
|
41
|
-
});
|
|
1
|
+
export * from './webhooks/index.js';
|
|
42
2
|
//# sourceMappingURL=webhook.types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webhook.types.js","sourceRoot":"","sources":["../../../../src/lib/types/admin/webhook.types.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"webhook.types.js","sourceRoot":"","sources":["../../../../src/lib/types/admin/webhook.types.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lib/types/admin/webhooks/index.ts"],"names":[],"mappings":"AAiCA,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { schemaRegistry } from '../../schema-registry.js';
|
|
2
|
+
import { AdminWebhookSchema } from './webhook.schema.js';
|
|
3
|
+
import { AdminWebhookCreateRequestSchema } from './webhook.create.schema.js';
|
|
4
|
+
import { AdminWebhookUpdateRequestSchema } from './webhook.update.schema.js';
|
|
5
|
+
import { AdminWebhookQueryParamsSchema } from './webhook.query.schema.js';
|
|
6
|
+
schemaRegistry.add(AdminWebhookSchema, {
|
|
7
|
+
surface: 'admin',
|
|
8
|
+
route: '/wc/v3/webhooks',
|
|
9
|
+
kind: 'response',
|
|
10
|
+
// WC JSON Schema declares these as non-nullable, but the live API returns
|
|
11
|
+
// null for webhooks that have never been triggered/modified.
|
|
12
|
+
knownNullable: ['date_modified', 'date_modified_gmt'],
|
|
13
|
+
});
|
|
14
|
+
schemaRegistry.add(AdminWebhookCreateRequestSchema, {
|
|
15
|
+
surface: 'admin',
|
|
16
|
+
route: '/wc/v3/webhooks',
|
|
17
|
+
kind: 'request',
|
|
18
|
+
method: 'POST',
|
|
19
|
+
});
|
|
20
|
+
schemaRegistry.add(AdminWebhookUpdateRequestSchema, {
|
|
21
|
+
surface: 'admin',
|
|
22
|
+
route: '/wc/v3/webhooks/(?P<id>[\\d]+)',
|
|
23
|
+
kind: 'request',
|
|
24
|
+
method: 'PATCH',
|
|
25
|
+
});
|
|
26
|
+
schemaRegistry.add(AdminWebhookQueryParamsSchema, {
|
|
27
|
+
surface: 'admin',
|
|
28
|
+
route: '/wc/v3/webhooks',
|
|
29
|
+
kind: 'query',
|
|
30
|
+
method: 'GET',
|
|
31
|
+
});
|
|
32
|
+
export * from './webhook.schema.js';
|
|
33
|
+
export * from './webhook.create.schema.js';
|
|
34
|
+
export * from './webhook.update.schema.js';
|
|
35
|
+
export * from './webhook.query.schema.js';
|
|
36
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/lib/types/admin/webhooks/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,EAAE,+BAA+B,EAAE,MAAM,4BAA4B,CAAC;AAC7E,OAAO,EAAE,+BAA+B,EAAE,MAAM,4BAA4B,CAAC;AAC7E,OAAO,EAAE,6BAA6B,EAAE,MAAM,2BAA2B,CAAC;AAE1E,cAAc,CAAC,GAAG,CAAC,kBAAkB,EAAE;IACrC,OAAO,EAAE,OAAO;IAChB,KAAK,EAAE,iBAAiB;IACxB,IAAI,EAAE,UAAU;IAChB,0EAA0E;IAC1E,6DAA6D;IAC7D,aAAa,EAAE,CAAC,eAAe,EAAE,mBAAmB,CAAC;CACtD,CAAC,CAAC;AACH,cAAc,CAAC,GAAG,CAAC,+BAA+B,EAAE;IAClD,OAAO,EAAE,OAAO;IAChB,KAAK,EAAE,iBAAiB;IACxB,IAAI,EAAE,SAAS;IACf,MAAM,EAAE,MAAM;CACf,CAAC,CAAC;AACH,cAAc,CAAC,GAAG,CAAC,+BAA+B,EAAE;IAClD,OAAO,EAAE,OAAO;IAChB,KAAK,EAAE,gCAAgC;IACvC,IAAI,EAAE,SAAS;IACf,MAAM,EAAE,OAAO;CAChB,CAAC,CAAC;AACH,cAAc,CAAC,GAAG,CAAC,6BAA6B,EAAE;IAChD,OAAO,EAAE,OAAO;IAChB,KAAK,EAAE,iBAAiB;IACxB,IAAI,EAAE,OAAO;IACb,MAAM,EAAE,KAAK;CACd,CAAC,CAAC;AAEH,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const AdminWebhookCreateRequestSchema: z.ZodObject<{
|
|
3
|
+
name: z.ZodOptional<z.ZodString>;
|
|
4
|
+
status: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
5
|
+
active: "active";
|
|
6
|
+
paused: "paused";
|
|
7
|
+
disabled: "disabled";
|
|
8
|
+
}>>>;
|
|
9
|
+
topic: z.ZodString;
|
|
10
|
+
secret: z.ZodOptional<z.ZodString>;
|
|
11
|
+
delivery_url: z.ZodString;
|
|
12
|
+
}, z.core.$loose>;
|
|
13
|
+
export type AdminWebhookCreateRequest = z.input<typeof AdminWebhookCreateRequestSchema>;
|
|
14
|
+
//# sourceMappingURL=webhook.create.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"webhook.create.schema.d.ts","sourceRoot":"","sources":["../../../../../src/lib/types/admin/webhooks/webhook.create.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,+BAA+B;;;;;;;;;;iBAe1C,CAAC;AAEH,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAC7C,OAAO,+BAA+B,CACvC,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export const AdminWebhookCreateRequestSchema = z.looseObject({
|
|
3
|
+
name: z.string().optional().describe('A friendly name for the webhook.'),
|
|
4
|
+
status: z
|
|
5
|
+
.enum(['active', 'paused', 'disabled'])
|
|
6
|
+
.default('active')
|
|
7
|
+
.optional()
|
|
8
|
+
.describe('Webhook status.'),
|
|
9
|
+
topic: z.string().describe('Webhook topic.'),
|
|
10
|
+
secret: z
|
|
11
|
+
.string()
|
|
12
|
+
.optional()
|
|
13
|
+
.describe("Secret key used to generate a hash of the delivered webhook and provided in the request headers. This will default to a MD5 hash from the current user's ID|username if not provided."),
|
|
14
|
+
delivery_url: z.string().describe('Webhook delivery URL.'),
|
|
15
|
+
});
|
|
16
|
+
//# sourceMappingURL=webhook.create.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"webhook.create.schema.js","sourceRoot":"","sources":["../../../../../src/lib/types/admin/webhooks/webhook.create.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,CAAC,MAAM,+BAA+B,GAAG,CAAC,CAAC,WAAW,CAAC;IAC3D,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,kCAAkC,CAAC;IACxE,MAAM,EAAE,CAAC;SACN,IAAI,CAAC,CAAC,QAAQ,EAAE,QAAQ,EAAE,UAAU,CAAC,CAAC;SACtC,OAAO,CAAC,QAAQ,CAAC;SACjB,QAAQ,EAAE;SACV,QAAQ,CAAC,iBAAiB,CAAC;IAC9B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,gBAAgB,CAAC;IAC5C,MAAM,EAAE,CAAC;SACN,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,uLAAuL,CACxL;IACH,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,uBAAuB,CAAC;CAC3D,CAAC,CAAC"}
|