@typewoo/sdk 3.7.6 → 4.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/services/admin/coupon.service.d.ts +5 -5
- package/dist/lib/services/admin/coupon.service.d.ts.map +1 -1
- package/dist/lib/services/admin/coupon.service.js.map +1 -1
- package/dist/lib/services/admin/customer.service.d.ts +5 -5
- package/dist/lib/services/admin/customer.service.d.ts.map +1 -1
- package/dist/lib/services/admin/customer.service.js.map +1 -1
- package/dist/lib/services/admin/order.service.d.ts +6 -6
- package/dist/lib/services/admin/order.service.d.ts.map +1 -1
- package/dist/lib/services/admin/order.service.js.map +1 -1
- package/dist/lib/services/admin/payment-gateway.service.d.ts +2 -2
- package/dist/lib/services/admin/payment-gateway.service.d.ts.map +1 -1
- package/dist/lib/services/admin/payment-gateway.service.js.map +1 -1
- package/dist/lib/services/admin/product-attribute-term.service.d.ts +5 -5
- package/dist/lib/services/admin/product-attribute-term.service.d.ts.map +1 -1
- package/dist/lib/services/admin/product-attribute-term.service.js.map +1 -1
- package/dist/lib/services/admin/product-attribute.service.d.ts +5 -5
- package/dist/lib/services/admin/product-attribute.service.d.ts.map +1 -1
- package/dist/lib/services/admin/product-attribute.service.js.map +1 -1
- package/dist/lib/services/admin/product-brand.service.d.ts +5 -5
- package/dist/lib/services/admin/product-brand.service.d.ts.map +1 -1
- package/dist/lib/services/admin/product-brand.service.js.map +1 -1
- package/dist/lib/services/admin/product-category.service.d.ts +5 -5
- package/dist/lib/services/admin/product-category.service.d.ts.map +1 -1
- package/dist/lib/services/admin/product-category.service.js.map +1 -1
- package/dist/lib/services/admin/product-review.service.d.ts +5 -5
- package/dist/lib/services/admin/product-review.service.d.ts.map +1 -1
- package/dist/lib/services/admin/product-review.service.js.map +1 -1
- package/dist/lib/services/admin/product-tag.service.d.ts +5 -5
- package/dist/lib/services/admin/product-tag.service.d.ts.map +1 -1
- package/dist/lib/services/admin/product-tag.service.js.map +1 -1
- package/dist/lib/services/admin/product.service.d.ts +8 -8
- package/dist/lib/services/admin/product.service.d.ts.map +1 -1
- package/dist/lib/services/admin/product.service.js.map +1 -1
- package/dist/lib/services/admin/setting.service.d.ts +4 -4
- package/dist/lib/services/admin/setting.service.d.ts.map +1 -1
- package/dist/lib/services/admin/setting.service.js.map +1 -1
- package/dist/lib/services/admin/shipping-class.service.d.ts +5 -5
- package/dist/lib/services/admin/shipping-class.service.d.ts.map +1 -1
- package/dist/lib/services/admin/shipping-class.service.js.map +1 -1
- package/dist/lib/services/admin/shipping-zone.service.d.ts +5 -5
- package/dist/lib/services/admin/shipping-zone.service.d.ts.map +1 -1
- package/dist/lib/services/admin/shipping-zone.service.js.map +1 -1
- package/dist/lib/services/admin/tax.service.d.ts +6 -6
- package/dist/lib/services/admin/tax.service.d.ts.map +1 -1
- package/dist/lib/services/admin/tax.service.js.map +1 -1
- package/dist/lib/services/admin/webhook.service.d.ts +5 -5
- package/dist/lib/services/admin/webhook.service.d.ts.map +1 -1
- package/dist/lib/services/admin/webhook.service.js.map +1 -1
- package/dist/lib/services/store/product.service.d.ts.map +1 -1
- package/dist/lib/services/store/product.service.js +8 -6
- package/dist/lib/services/store/product.service.js.map +1 -1
- package/dist/lib/storage/auth.storage.d.ts.map +1 -1
- package/dist/lib/storage/auth.storage.js +4 -2
- package/dist/lib/storage/auth.storage.js.map +1 -1
- package/dist/lib/tests/helpers/integration-config.d.ts +8 -0
- package/dist/lib/tests/helpers/integration-config.d.ts.map +1 -0
- package/dist/lib/tests/helpers/integration-config.js +15 -0
- package/dist/lib/tests/helpers/integration-config.js.map +1 -0
- package/dist/lib/tests/helpers/make-test-deps.d.ts +372 -0
- package/dist/lib/tests/helpers/make-test-deps.d.ts.map +1 -0
- package/dist/lib/tests/helpers/make-test-deps.js +17 -0
- package/dist/lib/tests/helpers/make-test-deps.js.map +1 -0
- package/dist/lib/tests-v2/helpers/integration-config.d.ts +8 -0
- package/dist/lib/tests-v2/helpers/integration-config.d.ts.map +1 -0
- package/dist/lib/tests-v2/helpers/integration-config.js +15 -0
- package/dist/lib/tests-v2/helpers/integration-config.js.map +1 -0
- package/dist/lib/tests-v2/helpers/make-test-deps.d.ts +372 -0
- package/dist/lib/tests-v2/helpers/make-test-deps.d.ts.map +1 -0
- package/dist/lib/tests-v2/helpers/make-test-deps.js +17 -0
- package/dist/lib/tests-v2/helpers/make-test-deps.js.map +1 -0
- package/dist/lib/types/admin/attribute.types.d.ts +8 -125
- package/dist/lib/types/admin/attribute.types.d.ts.map +1 -1
- package/dist/lib/types/admin/attribute.types.js +8 -92
- package/dist/lib/types/admin/attribute.types.js.map +1 -1
- package/dist/lib/types/admin/attributes/attribute-term.create.schema.d.ts +14 -0
- package/dist/lib/types/admin/attributes/attribute-term.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/attributes/attribute-term.create.schema.js +25 -0
- package/dist/lib/types/admin/attributes/attribute-term.create.schema.js.map +1 -0
- package/dist/lib/types/admin/attributes/attribute-term.query.schema.d.ts +36 -0
- package/dist/lib/types/admin/attributes/attribute-term.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/attributes/attribute-term.query.schema.js +79 -0
- package/dist/lib/types/admin/attributes/attribute-term.query.schema.js.map +1 -0
- package/dist/lib/types/admin/attributes/attribute-term.schema.d.ts +25 -0
- package/dist/lib/types/admin/attributes/attribute-term.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/attributes/attribute-term.schema.js +29 -0
- package/dist/lib/types/admin/attributes/attribute-term.schema.js.map +1 -0
- package/dist/lib/types/admin/attributes/attribute-term.update.schema.d.ts +13 -0
- package/dist/lib/types/admin/attributes/attribute-term.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/attributes/attribute-term.update.schema.js +24 -0
- package/dist/lib/types/admin/attributes/attribute-term.update.schema.js.map +1 -0
- package/dist/lib/types/admin/attributes/attribute.create.schema.d.ts +21 -0
- package/dist/lib/types/admin/attributes/attribute.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/attributes/attribute.create.schema.js +28 -0
- package/dist/lib/types/admin/attributes/attribute.create.schema.js.map +1 -0
- package/dist/lib/types/admin/attributes/attribute.query.schema.d.ts +12 -0
- package/dist/lib/types/admin/attributes/attribute.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/attributes/attribute.query.schema.js +12 -0
- package/dist/lib/types/admin/attributes/attribute.query.schema.js.map +1 -0
- package/dist/lib/types/admin/attributes/attribute.schema.d.ts +29 -0
- package/dist/lib/types/admin/attributes/attribute.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/attributes/attribute.schema.js +34 -0
- package/dist/lib/types/admin/attributes/attribute.schema.js.map +1 -0
- package/dist/lib/types/admin/attributes/attribute.update.schema.d.ts +20 -0
- package/dist/lib/types/admin/attributes/attribute.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/attributes/attribute.update.schema.js +21 -0
- package/dist/lib/types/admin/attributes/attribute.update.schema.js.map +1 -0
- package/dist/lib/types/admin/attributes/index.d.ts +9 -0
- package/dist/lib/types/admin/attributes/index.d.ts.map +1 -0
- package/dist/lib/types/admin/attributes/index.js +64 -0
- package/dist/lib/types/admin/attributes/index.js.map +1 -0
- package/dist/lib/types/admin/common.types.d.ts +0 -71
- package/dist/lib/types/admin/common.types.d.ts.map +1 -1
- package/dist/lib/types/admin/common.types.js +1 -76
- package/dist/lib/types/admin/common.types.js.map +1 -1
- package/dist/lib/types/admin/coupon.types.d.ts +4 -245
- package/dist/lib/types/admin/coupon.types.d.ts.map +1 -1
- package/dist/lib/types/admin/coupon.types.js +4 -210
- package/dist/lib/types/admin/coupon.types.js.map +1 -1
- package/dist/lib/types/admin/coupons/coupon.batch.schema.d.ts +81 -0
- package/dist/lib/types/admin/coupons/coupon.batch.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.batch.schema.js +38 -0
- package/dist/lib/types/admin/coupons/coupon.batch.schema.js.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.create.schema.d.ts +41 -0
- package/dist/lib/types/admin/coupons/coupon.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.create.schema.js +92 -0
- package/dist/lib/types/admin/coupons/coupon.create.schema.js.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.d.ts +7 -0
- package/dist/lib/types/admin/coupons/coupon.d.ts.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.js +13 -0
- package/dist/lib/types/admin/coupons/coupon.js.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.query.schema.d.ts +36 -0
- package/dist/lib/types/admin/coupons/coupon.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.query.schema.js +75 -0
- package/dist/lib/types/admin/coupons/coupon.query.schema.js.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.schema.d.ts +52 -0
- package/dist/lib/types/admin/coupons/coupon.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.schema.js +119 -0
- package/dist/lib/types/admin/coupons/coupon.schema.js.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.update.schema.d.ts +39 -0
- package/dist/lib/types/admin/coupons/coupon.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/coupons/coupon.update.schema.js +87 -0
- package/dist/lib/types/admin/coupons/coupon.update.schema.js.map +1 -0
- package/dist/lib/types/admin/coupons/index.d.ts +6 -0
- package/dist/lib/types/admin/coupons/index.d.ts.map +1 -0
- package/dist/lib/types/admin/coupons/index.js +53 -0
- package/dist/lib/types/admin/coupons/index.js.map +1 -0
- package/dist/lib/types/admin/customer.types.d.ts +1 -165
- package/dist/lib/types/admin/customer.types.d.ts.map +1 -1
- package/dist/lib/types/admin/customer.types.js +1 -100
- package/dist/lib/types/admin/customer.types.js.map +1 -1
- package/dist/lib/types/admin/customers/customer.create.schema.d.ts +40 -0
- package/dist/lib/types/admin/customers/customer.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/customers/customer.create.schema.js +15 -0
- package/dist/lib/types/admin/customers/customer.create.schema.js.map +1 -0
- package/dist/lib/types/admin/customers/customer.d.ts +20 -0
- package/dist/lib/types/admin/customers/customer.d.ts.map +1 -0
- package/dist/lib/types/admin/customers/customer.js +30 -0
- package/dist/lib/types/admin/customers/customer.js.map +1 -0
- package/dist/lib/types/admin/customers/customer.query.schema.d.ts +36 -0
- package/dist/lib/types/admin/customers/customer.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/customers/customer.query.schema.js +65 -0
- package/dist/lib/types/admin/customers/customer.query.schema.js.map +1 -0
- package/dist/lib/types/admin/customers/customer.schema.d.ts +56 -0
- package/dist/lib/types/admin/customers/customer.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/customers/customer.schema.js +41 -0
- package/dist/lib/types/admin/customers/customer.schema.js.map +1 -0
- package/dist/lib/types/admin/customers/customer.update.schema.d.ts +41 -0
- package/dist/lib/types/admin/customers/customer.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/customers/customer.update.schema.js +16 -0
- package/dist/lib/types/admin/customers/customer.update.schema.js.map +1 -0
- package/dist/lib/types/admin/customers/index.d.ts +5 -0
- package/dist/lib/types/admin/customers/index.d.ts.map +1 -0
- package/dist/lib/types/admin/customers/index.js +36 -0
- package/dist/lib/types/admin/customers/index.js.map +1 -0
- package/dist/lib/types/admin/data/data.schema.d.ts +65 -0
- package/dist/lib/types/admin/data/data.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/data/data.schema.js +49 -0
- package/dist/lib/types/admin/data/data.schema.js.map +1 -0
- package/dist/lib/types/admin/data/index.d.ts +2 -0
- package/dist/lib/types/admin/data/index.d.ts.map +1 -0
- package/dist/lib/types/admin/data/index.js +2 -0
- package/dist/lib/types/admin/data/index.js.map +1 -0
- package/dist/lib/types/admin/data.types.d.ts +1 -64
- package/dist/lib/types/admin/data.types.d.ts.map +1 -1
- package/dist/lib/types/admin/data.types.js +1 -48
- package/dist/lib/types/admin/data.types.js.map +1 -1
- package/dist/lib/types/admin/index.d.ts +21 -19
- package/dist/lib/types/admin/index.d.ts.map +1 -1
- package/dist/lib/types/admin/index.js +20 -18
- package/dist/lib/types/admin/index.js.map +1 -1
- package/dist/lib/types/admin/order.types.d.ts +1 -709
- package/dist/lib/types/admin/order.types.d.ts.map +1 -1
- package/dist/lib/types/admin/order.types.js +1 -364
- package/dist/lib/types/admin/order.types.js.map +1 -1
- package/dist/lib/types/admin/orders/index.d.ts +7 -0
- package/dist/lib/types/admin/orders/index.d.ts.map +1 -0
- package/dist/lib/types/admin/orders/index.js +55 -0
- package/dist/lib/types/admin/orders/index.js.map +1 -0
- package/dist/lib/types/admin/orders/order-actions.schema.d.ts +99 -0
- package/dist/lib/types/admin/orders/order-actions.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/orders/order-actions.schema.js +92 -0
- package/dist/lib/types/admin/orders/order-actions.schema.js.map +1 -0
- package/dist/lib/types/admin/orders/order-note.schema.d.ts +37 -0
- package/dist/lib/types/admin/orders/order-note.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/orders/order-note.schema.js +51 -0
- package/dist/lib/types/admin/orders/order-note.schema.js.map +1 -0
- package/dist/lib/types/admin/orders/order.create.schema.d.ts +301 -0
- package/dist/lib/types/admin/orders/order.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/orders/order.create.schema.js +78 -0
- package/dist/lib/types/admin/orders/order.create.schema.js.map +1 -0
- package/dist/lib/types/admin/orders/order.d.ts +21 -0
- package/dist/lib/types/admin/orders/order.d.ts.map +1 -0
- package/dist/lib/types/admin/orders/order.js +197 -0
- package/dist/lib/types/admin/orders/order.js.map +1 -0
- package/dist/lib/types/admin/orders/order.query.schema.d.ts +57 -0
- package/dist/lib/types/admin/orders/order.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/orders/order.query.schema.js +129 -0
- package/dist/lib/types/admin/orders/order.query.schema.js.map +1 -0
- package/dist/lib/types/admin/orders/order.schema.d.ts +560 -0
- package/dist/lib/types/admin/orders/order.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/orders/order.schema.js +246 -0
- package/dist/lib/types/admin/orders/order.schema.js.map +1 -0
- package/dist/lib/types/admin/orders/order.update.schema.d.ts +301 -0
- package/dist/lib/types/admin/orders/order.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/orders/order.update.schema.js +73 -0
- package/dist/lib/types/admin/orders/order.update.schema.js.map +1 -0
- package/dist/lib/types/admin/payment-gateway.types.d.ts +1 -43
- package/dist/lib/types/admin/payment-gateway.types.d.ts.map +1 -1
- package/dist/lib/types/admin/payment-gateway.types.js +1 -33
- package/dist/lib/types/admin/payment-gateway.types.js.map +1 -1
- package/dist/lib/types/admin/payment-gateways/index.d.ts +4 -0
- package/dist/lib/types/admin/payment-gateways/index.d.ts.map +1 -0
- package/dist/lib/types/admin/payment-gateways/index.js +25 -0
- package/dist/lib/types/admin/payment-gateways/index.js.map +1 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.query.schema.d.ts +9 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.query.schema.js +9 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.query.schema.js.map +1 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.schema.d.ts +43 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.schema.js +69 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.schema.js.map +1 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.update.schema.d.ts +13 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.update.schema.js +12 -0
- package/dist/lib/types/admin/payment-gateways/payment-gateway.update.schema.js.map +1 -0
- package/dist/lib/types/admin/product-brand.types.d.ts +1 -94
- package/dist/lib/types/admin/product-brand.types.d.ts.map +1 -1
- package/dist/lib/types/admin/product-brand.types.js +1 -54
- package/dist/lib/types/admin/product-brand.types.js.map +1 -1
- package/dist/lib/types/admin/product-brands/brand.create.schema.d.ts +29 -0
- package/dist/lib/types/admin/product-brands/brand.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-brands/brand.create.schema.js +31 -0
- package/dist/lib/types/admin/product-brands/brand.create.schema.js.map +1 -0
- package/dist/lib/types/admin/product-brands/brand.d.ts +23 -0
- package/dist/lib/types/admin/product-brands/brand.d.ts.map +1 -0
- package/dist/lib/types/admin/product-brands/brand.js +51 -0
- package/dist/lib/types/admin/product-brands/brand.js.map +1 -0
- package/dist/lib/types/admin/product-brands/brand.query.schema.d.ts +32 -0
- package/dist/lib/types/admin/product-brands/brand.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-brands/brand.query.schema.js +72 -0
- package/dist/lib/types/admin/product-brands/brand.query.schema.js.map +1 -0
- package/dist/lib/types/admin/product-brands/brand.schema.d.ts +39 -0
- package/dist/lib/types/admin/product-brands/brand.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-brands/brand.schema.js +35 -0
- package/dist/lib/types/admin/product-brands/brand.schema.js.map +1 -0
- package/dist/lib/types/admin/product-brands/brand.update.schema.d.ts +30 -0
- package/dist/lib/types/admin/product-brands/brand.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-brands/brand.update.schema.js +31 -0
- package/dist/lib/types/admin/product-brands/brand.update.schema.js.map +1 -0
- package/dist/lib/types/admin/product-brands/index.d.ts +5 -0
- package/dist/lib/types/admin/product-brands/index.d.ts.map +1 -0
- package/dist/lib/types/admin/product-brands/index.js +36 -0
- package/dist/lib/types/admin/product-brands/index.js.map +1 -0
- package/dist/lib/types/admin/product-categories/index.d.ts +6 -0
- package/dist/lib/types/admin/product-categories/index.d.ts.map +1 -0
- package/dist/lib/types/admin/product-categories/index.js +37 -0
- package/dist/lib/types/admin/product-categories/index.js.map +1 -0
- package/dist/lib/types/admin/product-categories/product-category.create.schema.d.ts +25 -0
- package/dist/lib/types/admin/product-categories/product-category.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-categories/product-category.create.schema.js +22 -0
- package/dist/lib/types/admin/product-categories/product-category.create.schema.js.map +1 -0
- package/dist/lib/types/admin/product-categories/product-category.d.ts +30 -0
- package/dist/lib/types/admin/product-categories/product-category.d.ts.map +1 -0
- package/dist/lib/types/admin/product-categories/product-category.js +57 -0
- package/dist/lib/types/admin/product-categories/product-category.js.map +1 -0
- package/dist/lib/types/admin/product-categories/product-category.query.schema.d.ts +32 -0
- package/dist/lib/types/admin/product-categories/product-category.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-categories/product-category.query.schema.js +72 -0
- package/dist/lib/types/admin/product-categories/product-category.query.schema.js.map +1 -0
- package/dist/lib/types/admin/product-categories/product-category.schema.d.ts +39 -0
- package/dist/lib/types/admin/product-categories/product-category.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-categories/product-category.schema.js +35 -0
- package/dist/lib/types/admin/product-categories/product-category.schema.js.map +1 -0
- package/dist/lib/types/admin/product-categories/product-category.update.schema.d.ts +26 -0
- package/dist/lib/types/admin/product-categories/product-category.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-categories/product-category.update.schema.js +21 -0
- package/dist/lib/types/admin/product-categories/product-category.update.schema.js.map +1 -0
- package/dist/lib/types/admin/product-review.types.d.ts +1 -87
- package/dist/lib/types/admin/product-review.types.d.ts.map +1 -1
- package/dist/lib/types/admin/product-review.types.js +1 -54
- package/dist/lib/types/admin/product-review.types.js.map +1 -1
- package/dist/lib/types/admin/product-reviews/index.d.ts +5 -0
- package/dist/lib/types/admin/product-reviews/index.d.ts.map +1 -0
- package/dist/lib/types/admin/product-reviews/index.js +33 -0
- package/dist/lib/types/admin/product-reviews/index.js.map +1 -0
- package/dist/lib/types/admin/product-reviews/product-review.create.schema.d.ts +24 -0
- package/dist/lib/types/admin/product-reviews/product-review.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-reviews/product-review.create.schema.js +20 -0
- package/dist/lib/types/admin/product-reviews/product-review.create.schema.js.map +1 -0
- package/dist/lib/types/admin/product-reviews/product-review.query.schema.d.ts +39 -0
- package/dist/lib/types/admin/product-reviews/product-review.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-reviews/product-review.query.schema.js +77 -0
- package/dist/lib/types/admin/product-reviews/product-review.query.schema.js.map +1 -0
- package/dist/lib/types/admin/product-reviews/product-review.schema.d.ts +40 -0
- package/dist/lib/types/admin/product-reviews/product-review.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-reviews/product-review.schema.js +54 -0
- package/dist/lib/types/admin/product-reviews/product-review.schema.js.map +1 -0
- package/dist/lib/types/admin/product-reviews/product-review.update.schema.d.ts +23 -0
- package/dist/lib/types/admin/product-reviews/product-review.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-reviews/product-review.update.schema.js +21 -0
- package/dist/lib/types/admin/product-reviews/product-review.update.schema.js.map +1 -0
- package/dist/lib/types/admin/product-tags/index.d.ts +5 -0
- package/dist/lib/types/admin/product-tags/index.d.ts.map +1 -0
- package/dist/lib/types/admin/product-tags/index.js +33 -0
- package/dist/lib/types/admin/product-tags/index.js.map +1 -0
- package/dist/lib/types/admin/product-tags/product-tag.create.schema.d.ts +8 -0
- package/dist/lib/types/admin/product-tags/product-tag.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-tags/product-tag.create.schema.js +13 -0
- package/dist/lib/types/admin/product-tags/product-tag.create.schema.js.map +1 -0
- package/dist/lib/types/admin/product-tags/product-tag.query.schema.d.ts +32 -0
- package/dist/lib/types/admin/product-tags/product-tag.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-tags/product-tag.query.schema.js +72 -0
- package/dist/lib/types/admin/product-tags/product-tag.query.schema.js.map +1 -0
- package/dist/lib/types/admin/product-tags/product-tag.schema.d.ts +18 -0
- package/dist/lib/types/admin/product-tags/product-tag.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-tags/product-tag.schema.js +21 -0
- package/dist/lib/types/admin/product-tags/product-tag.schema.js.map +1 -0
- package/dist/lib/types/admin/product-tags/product-tag.update.schema.d.ts +9 -0
- package/dist/lib/types/admin/product-tags/product-tag.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/product-tags/product-tag.update.schema.js +14 -0
- package/dist/lib/types/admin/product-tags/product-tag.update.schema.js.map +1 -0
- package/dist/lib/types/admin/product.types.d.ts +1 -509
- package/dist/lib/types/admin/product.types.d.ts.map +1 -1
- package/dist/lib/types/admin/product.types.js +1 -287
- package/dist/lib/types/admin/product.types.js.map +1 -1
- package/dist/lib/types/admin/products/index.d.ts +5 -0
- package/dist/lib/types/admin/products/index.d.ts.map +1 -0
- package/dist/lib/types/admin/products/index.js +43 -0
- package/dist/lib/types/admin/products/index.js.map +1 -0
- package/dist/lib/types/admin/products/product.create.schema.d.ts +127 -0
- package/dist/lib/types/admin/products/product.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/products/product.create.schema.js +187 -0
- package/dist/lib/types/admin/products/product.create.schema.js.map +1 -0
- package/dist/lib/types/admin/products/product.d.ts +22 -0
- package/dist/lib/types/admin/products/product.d.ts.map +1 -0
- package/dist/lib/types/admin/products/product.js +28 -0
- package/dist/lib/types/admin/products/product.js.map +1 -0
- package/dist/lib/types/admin/products/product.query.schema.d.ts +136 -0
- package/dist/lib/types/admin/products/product.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/products/product.query.schema.js +243 -0
- package/dist/lib/types/admin/products/product.query.schema.js.map +1 -0
- package/dist/lib/types/admin/products/product.schema.d.ts +318 -0
- package/dist/lib/types/admin/products/product.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/products/product.schema.js +367 -0
- package/dist/lib/types/admin/products/product.schema.js.map +1 -0
- package/dist/lib/types/admin/products/product.update.schema.d.ts +128 -0
- package/dist/lib/types/admin/products/product.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/products/product.update.schema.js +169 -0
- package/dist/lib/types/admin/products/product.update.schema.js.map +1 -0
- package/dist/lib/types/admin/refund.types.d.ts +1 -236
- package/dist/lib/types/admin/refund.types.d.ts.map +1 -1
- package/dist/lib/types/admin/refund.types.js +1 -117
- package/dist/lib/types/admin/refund.types.js.map +1 -1
- package/dist/lib/types/admin/refunds/index.d.ts +5 -0
- package/dist/lib/types/admin/refunds/index.d.ts.map +1 -0
- package/dist/lib/types/admin/refunds/index.js +26 -0
- package/dist/lib/types/admin/refunds/index.js.map +1 -0
- package/dist/lib/types/admin/refunds/refund.create.schema.d.ts +19 -0
- package/dist/lib/types/admin/refunds/refund.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/refunds/refund.create.schema.js +38 -0
- package/dist/lib/types/admin/refunds/refund.create.schema.js.map +1 -0
- package/dist/lib/types/admin/refunds/refund.d.ts +7 -0
- package/dist/lib/types/admin/refunds/refund.d.ts.map +1 -0
- package/dist/lib/types/admin/refunds/refund.js +13 -0
- package/dist/lib/types/admin/refunds/refund.js.map +1 -0
- package/dist/lib/types/admin/refunds/refund.query.schema.d.ts +39 -0
- package/dist/lib/types/admin/refunds/refund.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/refunds/refund.query.schema.js +99 -0
- package/dist/lib/types/admin/refunds/refund.query.schema.js.map +1 -0
- package/dist/lib/types/admin/refunds/refund.schema.d.ts +188 -0
- package/dist/lib/types/admin/refunds/refund.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/refunds/refund.schema.js +108 -0
- package/dist/lib/types/admin/refunds/refund.schema.js.map +1 -0
- package/dist/lib/types/admin/report.types.d.ts +1 -178
- package/dist/lib/types/admin/report.types.d.ts.map +1 -1
- package/dist/lib/types/admin/report.types.js +1 -95
- package/dist/lib/types/admin/report.types.js.map +1 -1
- package/dist/lib/types/admin/reports/index.d.ts +3 -0
- package/dist/lib/types/admin/reports/index.d.ts.map +1 -0
- package/dist/lib/types/admin/reports/index.js +3 -0
- package/dist/lib/types/admin/reports/index.js.map +1 -0
- package/dist/lib/types/admin/reports/report.query.schema.d.ts +107 -0
- package/dist/lib/types/admin/reports/report.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/reports/report.query.schema.js +39 -0
- package/dist/lib/types/admin/reports/report.query.schema.js.map +1 -0
- package/dist/lib/types/admin/reports/report.schema.d.ts +74 -0
- package/dist/lib/types/admin/reports/report.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/reports/report.schema.js +59 -0
- package/dist/lib/types/admin/reports/report.schema.js.map +1 -0
- package/dist/lib/types/admin/setting.types.d.ts +1 -49
- package/dist/lib/types/admin/setting.types.d.ts.map +1 -1
- package/dist/lib/types/admin/setting.types.js +1 -40
- package/dist/lib/types/admin/setting.types.js.map +1 -1
- package/dist/lib/types/admin/settings/index.d.ts +4 -0
- package/dist/lib/types/admin/settings/index.d.ts.map +1 -0
- package/dist/lib/types/admin/settings/index.js +24 -0
- package/dist/lib/types/admin/settings/index.js.map +1 -0
- package/dist/lib/types/admin/settings/setting-group.schema.d.ts +15 -0
- package/dist/lib/types/admin/settings/setting-group.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/settings/setting-group.schema.js +26 -0
- package/dist/lib/types/admin/settings/setting-group.schema.js.map +1 -0
- package/dist/lib/types/admin/settings/setting.schema.d.ts +35 -0
- package/dist/lib/types/admin/settings/setting.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/settings/setting.schema.js +53 -0
- package/dist/lib/types/admin/settings/setting.schema.js.map +1 -0
- package/dist/lib/types/admin/settings/setting.update.schema.d.ts +12 -0
- package/dist/lib/types/admin/settings/setting.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/settings/setting.update.schema.js +14 -0
- package/dist/lib/types/admin/settings/setting.update.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-classes/index.d.ts +5 -0
- package/dist/lib/types/admin/shipping-classes/index.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-classes/index.js +33 -0
- package/dist/lib/types/admin/shipping-classes/index.js.map +1 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.create.schema.d.ts +8 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.create.schema.js +13 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.create.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.query.schema.d.ts +32 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.query.schema.js +72 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.query.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.schema.d.ts +18 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.schema.js +21 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.update.schema.d.ts +9 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.update.schema.js +14 -0
- package/dist/lib/types/admin/shipping-classes/shipping-class.update.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-method.types.d.ts +1 -21
- package/dist/lib/types/admin/shipping-method.types.d.ts.map +1 -1
- package/dist/lib/types/admin/shipping-method.types.js +1 -13
- package/dist/lib/types/admin/shipping-method.types.js.map +1 -1
- package/dist/lib/types/admin/shipping-methods/index.d.ts +3 -0
- package/dist/lib/types/admin/shipping-methods/index.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-methods/index.js +17 -0
- package/dist/lib/types/admin/shipping-methods/index.js.map +1 -0
- package/dist/lib/types/admin/shipping-methods/shipping-method.query.schema.d.ts +8 -0
- package/dist/lib/types/admin/shipping-methods/shipping-method.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-methods/shipping-method.query.schema.js +9 -0
- package/dist/lib/types/admin/shipping-methods/shipping-method.query.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-methods/shipping-method.schema.d.ts +16 -0
- package/dist/lib/types/admin/shipping-methods/shipping-method.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-methods/shipping-method.schema.js +11 -0
- package/dist/lib/types/admin/shipping-methods/shipping-method.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-zone.types.d.ts +1 -102
- package/dist/lib/types/admin/shipping-zone.types.d.ts.map +1 -1
- package/dist/lib/types/admin/shipping-zone.types.js +1 -62
- package/dist/lib/types/admin/shipping-zone.types.js.map +1 -1
- package/dist/lib/types/admin/shipping-zones/index.d.ts +10 -0
- package/dist/lib/types/admin/shipping-zones/index.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-zones/index.js +65 -0
- package/dist/lib/types/admin/shipping-zones/index.js.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-location.schema.d.ts +30 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-location.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-location.schema.js +14 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-location.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.create.schema.d.ts +37 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.create.schema.js +57 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.create.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.query.schema.d.ts +6 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.query.schema.js +5 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.query.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.schema.d.ts +48 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.schema.js +62 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.update.schema.d.ts +35 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.update.schema.js +55 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone-method.update.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.create.schema.d.ts +11 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.create.schema.js +10 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.create.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.query.schema.d.ts +4 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.query.schema.js +3 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.query.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.schema.d.ts +19 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.schema.js +12 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.schema.js.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.update.schema.d.ts +11 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.update.schema.js +10 -0
- package/dist/lib/types/admin/shipping-zones/shipping-zone.update.schema.js.map +1 -0
- package/dist/lib/types/admin/system-status/index.d.ts +2 -0
- package/dist/lib/types/admin/system-status/index.d.ts.map +1 -0
- package/dist/lib/types/admin/system-status/index.js +2 -0
- package/dist/lib/types/admin/system-status/index.js.map +1 -0
- package/dist/lib/types/admin/system-status/system-status.schema.d.ts +139 -0
- package/dist/lib/types/admin/system-status/system-status.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/system-status/system-status.schema.js +133 -0
- package/dist/lib/types/admin/system-status/system-status.schema.js.map +1 -0
- package/dist/lib/types/admin/system-status.types.d.ts +1 -138
- package/dist/lib/types/admin/system-status.types.d.ts.map +1 -1
- package/dist/lib/types/admin/system-status.types.js +1 -132
- package/dist/lib/types/admin/system-status.types.js.map +1 -1
- package/dist/lib/types/admin/tax.types.d.ts +7 -98
- package/dist/lib/types/admin/tax.types.d.ts.map +1 -1
- package/dist/lib/types/admin/tax.types.js +7 -59
- package/dist/lib/types/admin/tax.types.js.map +1 -1
- package/dist/lib/types/admin/taxes/index.d.ts +8 -0
- package/dist/lib/types/admin/taxes/index.d.ts.map +1 -0
- package/dist/lib/types/admin/taxes/index.js +56 -0
- package/dist/lib/types/admin/taxes/index.js.map +1 -0
- package/dist/lib/types/admin/taxes/tax-class.create.schema.d.ts +10 -0
- package/dist/lib/types/admin/taxes/tax-class.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/taxes/tax-class.create.schema.js +9 -0
- package/dist/lib/types/admin/taxes/tax-class.create.schema.js.map +1 -0
- package/dist/lib/types/admin/taxes/tax-class.query.schema.d.ts +9 -0
- package/dist/lib/types/admin/taxes/tax-class.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/taxes/tax-class.query.schema.js +9 -0
- package/dist/lib/types/admin/taxes/tax-class.query.schema.js.map +1 -0
- package/dist/lib/types/admin/taxes/tax-class.schema.d.ts +15 -0
- package/dist/lib/types/admin/taxes/tax-class.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/taxes/tax-class.schema.js +12 -0
- package/dist/lib/types/admin/taxes/tax-class.schema.js.map +1 -0
- package/dist/lib/types/admin/taxes/tax.create.schema.d.ts +22 -0
- package/dist/lib/types/admin/taxes/tax.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/taxes/tax.create.schema.js +44 -0
- package/dist/lib/types/admin/taxes/tax.create.schema.js.map +1 -0
- package/dist/lib/types/admin/taxes/tax.query.schema.d.ts +26 -0
- package/dist/lib/types/admin/taxes/tax.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/taxes/tax.query.schema.js +37 -0
- package/dist/lib/types/admin/taxes/tax.query.schema.js.map +1 -0
- package/dist/lib/types/admin/taxes/tax.schema.d.ts +31 -0
- package/dist/lib/types/admin/taxes/tax.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/taxes/tax.schema.js +49 -0
- package/dist/lib/types/admin/taxes/tax.schema.js.map +1 -0
- package/dist/lib/types/admin/taxes/tax.update.schema.d.ts +23 -0
- package/dist/lib/types/admin/taxes/tax.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/taxes/tax.update.schema.js +42 -0
- package/dist/lib/types/admin/taxes/tax.update.schema.js.map +1 -0
- package/dist/lib/types/admin/taxonomy.types.d.ts +3 -233
- package/dist/lib/types/admin/taxonomy.types.d.ts.map +1 -1
- package/dist/lib/types/admin/taxonomy.types.js +3 -176
- package/dist/lib/types/admin/taxonomy.types.js.map +1 -1
- package/dist/lib/types/admin/webhook.types.d.ts +1 -71
- package/dist/lib/types/admin/webhook.types.d.ts.map +1 -1
- package/dist/lib/types/admin/webhook.types.js +1 -41
- package/dist/lib/types/admin/webhook.types.js.map +1 -1
- package/dist/lib/types/admin/webhooks/index.d.ts +5 -0
- package/dist/lib/types/admin/webhooks/index.d.ts.map +1 -0
- package/dist/lib/types/admin/webhooks/index.js +36 -0
- package/dist/lib/types/admin/webhooks/index.js.map +1 -0
- package/dist/lib/types/admin/webhooks/webhook.create.schema.d.ts +14 -0
- package/dist/lib/types/admin/webhooks/webhook.create.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/webhooks/webhook.create.schema.js +16 -0
- package/dist/lib/types/admin/webhooks/webhook.create.schema.js.map +1 -0
- package/dist/lib/types/admin/webhooks/webhook.query.schema.d.ts +32 -0
- package/dist/lib/types/admin/webhooks/webhook.query.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/webhooks/webhook.query.schema.js +60 -0
- package/dist/lib/types/admin/webhooks/webhook.query.schema.js.map +1 -0
- package/dist/lib/types/admin/webhooks/webhook.schema.d.ts +30 -0
- package/dist/lib/types/admin/webhooks/webhook.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/webhooks/webhook.schema.js +42 -0
- package/dist/lib/types/admin/webhooks/webhook.schema.js.map +1 -0
- package/dist/lib/types/admin/webhooks/webhook.update.schema.d.ts +14 -0
- package/dist/lib/types/admin/webhooks/webhook.update.schema.d.ts.map +1 -0
- package/dist/lib/types/admin/webhooks/webhook.update.schema.js +15 -0
- package/dist/lib/types/admin/webhooks/webhook.update.schema.js.map +1 -0
- package/dist/lib/types/analytics/categories/categories.query.schema.d.ts +113 -0
- package/dist/lib/types/analytics/categories/categories.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/categories/categories.query.schema.js +175 -0
- package/dist/lib/types/analytics/categories/categories.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/categories/categories.schema.d.ts +31 -0
- package/dist/lib/types/analytics/categories/categories.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/categories/categories.schema.js +28 -0
- package/dist/lib/types/analytics/categories/categories.schema.js.map +1 -0
- package/dist/lib/types/analytics/categories/index.d.ts +3 -0
- package/dist/lib/types/analytics/categories/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/categories/index.js +17 -0
- package/dist/lib/types/analytics/categories/index.js.map +1 -0
- package/dist/lib/types/analytics/categories.types.d.ts +75 -17
- package/dist/lib/types/analytics/categories.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/categories.types.js +175 -15
- package/dist/lib/types/analytics/categories.types.js.map +1 -1
- package/dist/lib/types/analytics/common.types.d.ts +5 -69
- package/dist/lib/types/analytics/common.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/common.types.js +1 -51
- package/dist/lib/types/analytics/common.types.js.map +1 -1
- package/dist/lib/types/analytics/coupons/coupons.query.schema.d.ts +70 -0
- package/dist/lib/types/analytics/coupons/coupons.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/coupons/coupons.query.schema.js +131 -0
- package/dist/lib/types/analytics/coupons/coupons.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/coupons/coupons.schema.d.ts +70 -0
- package/dist/lib/types/analytics/coupons/coupons.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/coupons/coupons.schema.js +48 -0
- package/dist/lib/types/analytics/coupons/coupons.schema.js.map +1 -0
- package/dist/lib/types/analytics/coupons/index.d.ts +3 -0
- package/dist/lib/types/analytics/coupons/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/coupons/index.js +28 -0
- package/dist/lib/types/analytics/coupons/index.js.map +1 -0
- package/dist/lib/types/analytics/coupons.types.d.ts +52 -25
- package/dist/lib/types/analytics/coupons.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/coupons.types.js +132 -9
- package/dist/lib/types/analytics/coupons.types.js.map +1 -1
- package/dist/lib/types/analytics/customers/customers.query.schema.d.ts +142 -0
- package/dist/lib/types/analytics/customers/customers.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/customers/customers.query.schema.js +353 -0
- package/dist/lib/types/analytics/customers/customers.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/customers/customers.schema.d.ts +45 -0
- package/dist/lib/types/analytics/customers/customers.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/customers/customers.schema.js +37 -0
- package/dist/lib/types/analytics/customers/customers.schema.js.map +1 -0
- package/dist/lib/types/analytics/customers/index.d.ts +3 -0
- package/dist/lib/types/analytics/customers/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/customers/index.js +28 -0
- package/dist/lib/types/analytics/customers/index.js.map +1 -0
- package/dist/lib/types/analytics/customers.types.d.ts +114 -45
- package/dist/lib/types/analytics/customers.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/customers.types.js +402 -35
- package/dist/lib/types/analytics/customers.types.js.map +1 -1
- package/dist/lib/types/analytics/downloads/downloads.query.schema.d.ts +81 -0
- package/dist/lib/types/analytics/downloads/downloads.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/downloads/downloads.query.schema.js +197 -0
- package/dist/lib/types/analytics/downloads/downloads.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/downloads/downloads.schema.d.ts +54 -0
- package/dist/lib/types/analytics/downloads/downloads.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/downloads/downloads.schema.js +42 -0
- package/dist/lib/types/analytics/downloads/downloads.schema.js.map +1 -0
- package/dist/lib/types/analytics/downloads/index.d.ts +3 -0
- package/dist/lib/types/analytics/downloads/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/downloads/index.js +28 -0
- package/dist/lib/types/analytics/downloads/index.js.map +1 -0
- package/dist/lib/types/analytics/downloads.types.d.ts +53 -19
- package/dist/lib/types/analytics/downloads.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/downloads.types.js +209 -29
- package/dist/lib/types/analytics/downloads.types.js.map +1 -1
- package/dist/lib/types/analytics/index.d.ts +12 -12
- package/dist/lib/types/analytics/index.d.ts.map +1 -1
- package/dist/lib/types/analytics/index.js +12 -12
- package/dist/lib/types/analytics/index.js.map +1 -1
- package/dist/lib/types/analytics/leaderboards/index.d.ts +4 -0
- package/dist/lib/types/analytics/leaderboards/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/leaderboards/index.js +24 -0
- package/dist/lib/types/analytics/leaderboards/index.js.map +1 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.allowed.schema.d.ts +13 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.allowed.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.allowed.schema.js +11 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.allowed.schema.js.map +1 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.query.schema.d.ts +13 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.query.schema.js +29 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.schema.d.ts +34 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.schema.js +27 -0
- package/dist/lib/types/analytics/leaderboards/leaderboards.schema.js.map +1 -0
- package/dist/lib/types/analytics/leaderboards.types.d.ts +3 -10
- package/dist/lib/types/analytics/leaderboards.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/leaderboards.types.js +68 -11
- package/dist/lib/types/analytics/leaderboards.types.js.map +1 -1
- package/dist/lib/types/analytics/orders/index.d.ts +3 -0
- package/dist/lib/types/analytics/orders/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/orders/index.js +28 -0
- package/dist/lib/types/analytics/orders/index.js.map +1 -0
- package/dist/lib/types/analytics/orders/orders.query.schema.d.ts +168 -0
- package/dist/lib/types/analytics/orders/orders.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/orders/orders.query.schema.js +320 -0
- package/dist/lib/types/analytics/orders/orders.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/orders/orders.schema.d.ts +110 -0
- package/dist/lib/types/analytics/orders/orders.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/orders/orders.schema.js +87 -0
- package/dist/lib/types/analytics/orders/orders.schema.js.map +1 -0
- package/dist/lib/types/analytics/orders.types.d.ts +142 -70
- package/dist/lib/types/analytics/orders.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/orders.types.js +339 -44
- package/dist/lib/types/analytics/orders.types.js.map +1 -1
- package/dist/lib/types/analytics/performance/index.d.ts +4 -0
- package/dist/lib/types/analytics/performance/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/performance/index.js +24 -0
- package/dist/lib/types/analytics/performance/index.js.map +1 -0
- package/dist/lib/types/analytics/performance/performance.allowed.schema.d.ts +27 -0
- package/dist/lib/types/analytics/performance/performance.allowed.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/performance/performance.allowed.schema.js +28 -0
- package/dist/lib/types/analytics/performance/performance.allowed.schema.js.map +1 -0
- package/dist/lib/types/analytics/performance/performance.query.schema.d.ts +15 -0
- package/dist/lib/types/analytics/performance/performance.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/performance/performance.query.schema.js +25 -0
- package/dist/lib/types/analytics/performance/performance.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/performance/performance.schema.d.ts +32 -0
- package/dist/lib/types/analytics/performance/performance.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/performance/performance.schema.js +36 -0
- package/dist/lib/types/analytics/performance/performance.schema.js.map +1 -0
- package/dist/lib/types/analytics/performance.types.d.ts +46 -22
- package/dist/lib/types/analytics/performance.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/performance.types.js +107 -15
- package/dist/lib/types/analytics/performance.types.js.map +1 -1
- package/dist/lib/types/analytics/products/index.d.ts +3 -0
- package/dist/lib/types/analytics/products/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/products/index.js +28 -0
- package/dist/lib/types/analytics/products/index.js.map +1 -0
- package/dist/lib/types/analytics/products/products.query.schema.d.ts +83 -0
- package/dist/lib/types/analytics/products/products.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/products/products.query.schema.js +166 -0
- package/dist/lib/types/analytics/products/products.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/products/products.schema.d.ts +76 -0
- package/dist/lib/types/analytics/products/products.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/products/products.schema.js +54 -0
- package/dist/lib/types/analytics/products/products.schema.js.map +1 -0
- package/dist/lib/types/analytics/products.types.d.ts +62 -36
- package/dist/lib/types/analytics/products.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/products.types.js +168 -15
- package/dist/lib/types/analytics/products.types.js.map +1 -1
- package/dist/lib/types/analytics/revenue/index.d.ts +3 -0
- package/dist/lib/types/analytics/revenue/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/revenue/index.js +17 -0
- package/dist/lib/types/analytics/revenue/index.js.map +1 -0
- package/dist/lib/types/analytics/revenue/revenue.query.schema.d.ts +53 -0
- package/dist/lib/types/analytics/revenue/revenue.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/revenue/revenue.query.schema.js +85 -0
- package/dist/lib/types/analytics/revenue/revenue.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/revenue/revenue.schema.d.ts +80 -0
- package/dist/lib/types/analytics/revenue/revenue.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/revenue/revenue.schema.js +36 -0
- package/dist/lib/types/analytics/revenue/revenue.schema.js.map +1 -0
- package/dist/lib/types/analytics/revenue.types.d.ts +50 -12
- package/dist/lib/types/analytics/revenue.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/revenue.types.js +83 -4
- package/dist/lib/types/analytics/revenue.types.js.map +1 -1
- package/dist/lib/types/analytics/stock/index.d.ts +4 -0
- package/dist/lib/types/analytics/stock/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/stock/index.js +30 -0
- package/dist/lib/types/analytics/stock/index.js.map +1 -0
- package/dist/lib/types/analytics/stock/stock.query.schema.d.ts +39 -0
- package/dist/lib/types/analytics/stock/stock.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/stock/stock.query.schema.js +69 -0
- package/dist/lib/types/analytics/stock/stock.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/stock/stock.schema.d.ts +42 -0
- package/dist/lib/types/analytics/stock/stock.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/stock/stock.schema.js +32 -0
- package/dist/lib/types/analytics/stock/stock.schema.js.map +1 -0
- package/dist/lib/types/analytics/stock/stock.stats.query.schema.d.ts +12 -0
- package/dist/lib/types/analytics/stock/stock.stats.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/stock/stock.stats.query.schema.js +12 -0
- package/dist/lib/types/analytics/stock/stock.stats.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/stock.types.d.ts +35 -27
- package/dist/lib/types/analytics/stock.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/stock.types.js +109 -15
- package/dist/lib/types/analytics/stock.types.js.map +1 -1
- package/dist/lib/types/analytics/taxes/index.d.ts +3 -0
- package/dist/lib/types/analytics/taxes/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/taxes/index.js +28 -0
- package/dist/lib/types/analytics/taxes/index.js.map +1 -0
- package/dist/lib/types/analytics/taxes/taxes.query.schema.d.ts +71 -0
- package/dist/lib/types/analytics/taxes/taxes.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/taxes/taxes.query.schema.js +146 -0
- package/dist/lib/types/analytics/taxes/taxes.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/taxes/taxes.schema.d.ts +83 -0
- package/dist/lib/types/analytics/taxes/taxes.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/taxes/taxes.schema.js +55 -0
- package/dist/lib/types/analytics/taxes/taxes.schema.js.map +1 -0
- package/dist/lib/types/analytics/taxes.types.d.ts +54 -24
- package/dist/lib/types/analytics/taxes.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/taxes.types.js +153 -17
- package/dist/lib/types/analytics/taxes.types.js.map +1 -1
- package/dist/lib/types/analytics/variations/index.d.ts +3 -0
- package/dist/lib/types/analytics/variations/index.d.ts.map +1 -0
- package/dist/lib/types/analytics/variations/index.js +28 -0
- package/dist/lib/types/analytics/variations/index.js.map +1 -0
- package/dist/lib/types/analytics/variations/variations.query.schema.d.ts +95 -0
- package/dist/lib/types/analytics/variations/variations.query.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/variations/variations.query.schema.js +211 -0
- package/dist/lib/types/analytics/variations/variations.query.schema.js.map +1 -0
- package/dist/lib/types/analytics/variations/variations.schema.d.ts +79 -0
- package/dist/lib/types/analytics/variations/variations.schema.d.ts.map +1 -0
- package/dist/lib/types/analytics/variations/variations.schema.js +59 -0
- package/dist/lib/types/analytics/variations/variations.schema.js.map +1 -0
- package/dist/lib/types/analytics/variations.types.d.ts +73 -38
- package/dist/lib/types/analytics/variations.types.d.ts.map +1 -1
- package/dist/lib/types/analytics/variations.types.js +214 -16
- package/dist/lib/types/analytics/variations.types.js.map +1 -1
- package/dist/lib/types/schema-registry.d.ts +46 -0
- package/dist/lib/types/schema-registry.d.ts.map +1 -0
- package/dist/lib/types/schema-registry.js +21 -0
- package/dist/lib/types/schema-registry.js.map +1 -0
- package/dist/lib/types/sdk.state.d.ts +156 -25
- package/dist/lib/types/sdk.state.d.ts.map +1 -1
- package/dist/lib/types/store/batch/batch.create.schema.d.ts +65 -0
- package/dist/lib/types/store/batch/batch.create.schema.d.ts.map +1 -0
- package/dist/lib/types/store/batch/batch.create.schema.js +38 -0
- package/dist/lib/types/store/batch/batch.create.schema.js.map +1 -0
- package/dist/lib/types/store/batch/batch.request.d.ts +2 -2
- package/dist/lib/types/store/batch/batch.request.d.ts.map +1 -1
- package/dist/lib/types/store/batch/batch.request.js +4 -1
- package/dist/lib/types/store/batch/batch.request.js.map +1 -1
- package/dist/lib/types/store/batch/batch.schema.d.ts +37 -0
- package/dist/lib/types/store/batch/batch.schema.d.ts.map +1 -0
- package/dist/lib/types/store/batch/batch.schema.js +22 -0
- package/dist/lib/types/store/batch/batch.schema.js.map +1 -0
- package/dist/lib/types/store/batch/index.d.ts +2 -2
- package/dist/lib/types/store/batch/index.d.ts.map +1 -1
- package/dist/lib/types/store/batch/index.js +16 -2
- package/dist/lib/types/store/batch/index.js.map +1 -1
- package/dist/lib/types/store/cart/cart.billing.response.d.ts.map +1 -1
- package/dist/lib/types/store/cart/cart.billing.response.js +15 -11
- package/dist/lib/types/store/cart/cart.billing.response.js.map +1 -1
- package/dist/lib/types/store/cart/cart.billing.schema.d.ts +16 -0
- package/dist/lib/types/store/cart/cart.billing.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart/cart.billing.schema.js +19 -0
- package/dist/lib/types/store/cart/cart.billing.schema.js.map +1 -0
- package/dist/lib/types/store/cart/cart.customer.request.d.ts +25 -25
- package/dist/lib/types/store/cart/cart.customer.request.d.ts.map +1 -1
- package/dist/lib/types/store/cart/cart.customer.request.js +43 -25
- package/dist/lib/types/store/cart/cart.customer.request.js.map +1 -1
- package/dist/lib/types/store/cart/cart.customer.update.schema.d.ts +30 -0
- package/dist/lib/types/store/cart/cart.customer.update.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart/cart.customer.update.schema.js +47 -0
- package/dist/lib/types/store/cart/cart.customer.update.schema.js.map +1 -0
- package/dist/lib/types/store/cart/cart.error.schema.d.ts +7 -0
- package/dist/lib/types/store/cart/cart.error.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart/cart.error.schema.js +6 -0
- package/dist/lib/types/store/cart/cart.error.schema.js.map +1 -0
- package/dist/lib/types/store/cart/cart.fee.schema.d.ts +30 -0
- package/dist/lib/types/store/cart/cart.fee.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart/cart.fee.schema.js +32 -0
- package/dist/lib/types/store/cart/cart.fee.schema.js.map +1 -0
- package/dist/lib/types/store/cart/cart.response.d.ts +184 -25
- package/dist/lib/types/store/cart/cart.response.d.ts.map +1 -1
- package/dist/lib/types/store/cart/cart.response.js +68 -17
- package/dist/lib/types/store/cart/cart.response.js.map +1 -1
- package/dist/lib/types/store/cart/cart.schema.d.ts +323 -0
- package/dist/lib/types/store/cart/cart.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart/cart.schema.js +50 -0
- package/dist/lib/types/store/cart/cart.schema.js.map +1 -0
- package/dist/lib/types/store/cart/cart.shipping.rate.schema.d.ts +42 -0
- package/dist/lib/types/store/cart/cart.shipping.rate.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart/cart.shipping.rate.schema.js +41 -0
- package/dist/lib/types/store/cart/cart.shipping.rate.schema.js.map +1 -0
- package/dist/lib/types/store/cart/cart.shipping.response.d.ts.map +1 -1
- package/dist/lib/types/store/cart/cart.shipping.response.js +14 -10
- package/dist/lib/types/store/cart/cart.shipping.response.js.map +1 -1
- package/dist/lib/types/store/cart/cart.shipping.schema.d.ts +15 -0
- package/dist/lib/types/store/cart/cart.shipping.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart/cart.shipping.schema.js +18 -0
- package/dist/lib/types/store/cart/cart.shipping.schema.js.map +1 -0
- package/dist/lib/types/store/cart/cart.total.response.d.ts +2 -2
- package/dist/lib/types/store/cart/cart.total.response.d.ts.map +1 -1
- package/dist/lib/types/store/cart/cart.total.response.js +43 -19
- package/dist/lib/types/store/cart/cart.total.response.js.map +1 -1
- package/dist/lib/types/store/cart/cart.total.schema.d.ts +27 -0
- package/dist/lib/types/store/cart/cart.total.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart/cart.total.schema.js +50 -0
- package/dist/lib/types/store/cart/cart.total.schema.js.map +1 -0
- package/dist/lib/types/store/cart/index.d.ts +8 -6
- package/dist/lib/types/store/cart/index.d.ts.map +1 -1
- package/dist/lib/types/store/cart/index.js +22 -6
- package/dist/lib/types/store/cart/index.js.map +1 -1
- package/dist/lib/types/store/cart-coupon/cart.coupon.response.d.ts +2 -2
- package/dist/lib/types/store/cart-coupon/cart.coupon.response.d.ts.map +1 -1
- package/dist/lib/types/store/cart-coupon/cart.coupon.response.js +6 -3
- package/dist/lib/types/store/cart-coupon/cart.coupon.response.js.map +1 -1
- package/dist/lib/types/store/cart-coupon/cart.coupon.schema.d.ts +18 -0
- package/dist/lib/types/store/cart-coupon/cart.coupon.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-coupon/cart.coupon.schema.js +11 -0
- package/dist/lib/types/store/cart-coupon/cart.coupon.schema.js.map +1 -0
- package/dist/lib/types/store/cart-coupon/cart.coupon.total.response.d.ts.map +1 -1
- package/dist/lib/types/store/cart-coupon/cart.coupon.total.response.js +25 -9
- package/dist/lib/types/store/cart-coupon/cart.coupon.total.response.js.map +1 -1
- package/dist/lib/types/store/cart-coupon/cart.coupon.total.schema.d.ts +14 -0
- package/dist/lib/types/store/cart-coupon/cart.coupon.total.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-coupon/cart.coupon.total.schema.js +29 -0
- package/dist/lib/types/store/cart-coupon/cart.coupon.total.schema.js.map +1 -0
- package/dist/lib/types/store/cart-coupon/index.d.ts +2 -2
- package/dist/lib/types/store/cart-coupon/index.d.ts.map +1 -1
- package/dist/lib/types/store/cart-coupon/index.js +9 -2
- package/dist/lib/types/store/cart-coupon/index.js.map +1 -1
- package/dist/lib/types/store/cart-extensions/cart.extensions.create.schema.d.ts +16 -0
- package/dist/lib/types/store/cart-extensions/cart.extensions.create.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-extensions/cart.extensions.create.schema.js +21 -0
- package/dist/lib/types/store/cart-extensions/cart.extensions.create.schema.js.map +1 -0
- package/dist/lib/types/store/cart-extensions/cart.extensions.request.d.ts +2 -2
- package/dist/lib/types/store/cart-extensions/cart.extensions.request.d.ts.map +1 -1
- package/dist/lib/types/store/cart-extensions/cart.extensions.request.js +8 -2
- package/dist/lib/types/store/cart-extensions/cart.extensions.request.js.map +1 -1
- package/dist/lib/types/store/cart-extensions/cart.extensions.schema.d.ts +24 -0
- package/dist/lib/types/store/cart-extensions/cart.extensions.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-extensions/cart.extensions.schema.js +23 -0
- package/dist/lib/types/store/cart-extensions/cart.extensions.schema.js.map +1 -0
- package/dist/lib/types/store/cart-extensions/index.d.ts +2 -2
- package/dist/lib/types/store/cart-extensions/index.d.ts.map +1 -1
- package/dist/lib/types/store/cart-extensions/index.js +10 -2
- package/dist/lib/types/store/cart-extensions/index.js.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.add.request.d.ts +1 -1
- package/dist/lib/types/store/cart-item/cart.item.add.request.d.ts.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.add.request.js +9 -3
- package/dist/lib/types/store/cart-item/cart.item.add.request.js.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.add.schema.d.ts +17 -0
- package/dist/lib/types/store/cart-item/cart.item.add.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.add.schema.js +22 -0
- package/dist/lib/types/store/cart-item/cart.item.add.schema.js.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.edit.request.d.ts +2 -2
- package/dist/lib/types/store/cart-item/cart.item.edit.request.d.ts.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.edit.request.js +8 -2
- package/dist/lib/types/store/cart-item/cart.item.edit.request.js.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.price.response.d.ts +10 -7
- package/dist/lib/types/store/cart-item/cart.item.price.response.d.ts.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.price.response.js +48 -17
- package/dist/lib/types/store/cart-item/cart.item.price.response.js.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.price.schema.d.ts +25 -0
- package/dist/lib/types/store/cart-item/cart.item.price.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.price.schema.js +52 -0
- package/dist/lib/types/store/cart-item/cart.item.price.schema.js.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.quantity.limits.response.d.ts +2 -2
- package/dist/lib/types/store/cart-item/cart.item.quantity.limits.response.d.ts.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.quantity.limits.response.js +14 -4
- package/dist/lib/types/store/cart-item/cart.item.quantity.limits.response.js.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.quantity.limits.schema.d.ts +9 -0
- package/dist/lib/types/store/cart-item/cart.item.quantity.limits.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.quantity.limits.schema.js +18 -0
- package/dist/lib/types/store/cart-item/cart.item.quantity.limits.schema.js.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.response.d.ts +27 -18
- package/dist/lib/types/store/cart-item/cart.item.response.d.ts.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.response.js +42 -21
- package/dist/lib/types/store/cart-item/cart.item.response.js.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.schema.d.ts +82 -0
- package/dist/lib/types/store/cart-item/cart.item.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.schema.js +51 -0
- package/dist/lib/types/store/cart-item/cart.item.schema.js.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.total.response.d.ts.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.total.response.js +29 -11
- package/dist/lib/types/store/cart-item/cart.item.total.response.js.map +1 -1
- package/dist/lib/types/store/cart-item/cart.item.total.schema.d.ts +16 -0
- package/dist/lib/types/store/cart-item/cart.item.total.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.total.schema.js +33 -0
- package/dist/lib/types/store/cart-item/cart.item.total.schema.js.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.update.schema.d.ts +13 -0
- package/dist/lib/types/store/cart-item/cart.item.update.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.update.schema.js +18 -0
- package/dist/lib/types/store/cart-item/cart.item.update.schema.js.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.variation.schema.d.ts +8 -0
- package/dist/lib/types/store/cart-item/cart.item.variation.schema.d.ts.map +1 -0
- package/dist/lib/types/store/cart-item/cart.item.variation.schema.js +7 -0
- package/dist/lib/types/store/cart-item/cart.item.variation.schema.js.map +1 -0
- package/dist/lib/types/store/cart-item/index.d.ts +7 -7
- package/dist/lib/types/store/cart-item/index.d.ts.map +1 -1
- package/dist/lib/types/store/cart-item/index.js +28 -7
- package/dist/lib/types/store/cart-item/index.js.map +1 -1
- package/dist/lib/types/store/checkout/checkout.billing.response.d.ts +11 -11
- package/dist/lib/types/store/checkout/checkout.billing.response.d.ts.map +1 -1
- package/dist/lib/types/store/checkout/checkout.billing.response.js +17 -11
- package/dist/lib/types/store/checkout/checkout.billing.response.js.map +1 -1
- package/dist/lib/types/store/checkout/checkout.billing.schema.d.ts +16 -0
- package/dist/lib/types/store/checkout/checkout.billing.schema.d.ts.map +1 -0
- package/dist/lib/types/store/checkout/checkout.billing.schema.js +21 -0
- package/dist/lib/types/store/checkout/checkout.billing.schema.js.map +1 -0
- package/dist/lib/types/store/checkout/checkout.create.request.d.ts +54 -38
- package/dist/lib/types/store/checkout/checkout.create.request.d.ts.map +1 -1
- package/dist/lib/types/store/checkout/checkout.create.request.js +108 -17
- package/dist/lib/types/store/checkout/checkout.create.request.js.map +1 -1
- package/dist/lib/types/store/checkout/checkout.create.schema.d.ts +72 -0
- package/dist/lib/types/store/checkout/checkout.create.schema.d.ts.map +1 -0
- package/dist/lib/types/store/checkout/checkout.create.schema.js +127 -0
- package/dist/lib/types/store/checkout/checkout.create.schema.js.map +1 -0
- package/dist/lib/types/store/checkout/checkout.response.d.ts +60 -35
- package/dist/lib/types/store/checkout/checkout.response.d.ts.map +1 -1
- package/dist/lib/types/store/checkout/checkout.response.js +140 -16
- package/dist/lib/types/store/checkout/checkout.response.js.map +1 -1
- package/dist/lib/types/store/checkout/checkout.schema.d.ts +69 -0
- package/dist/lib/types/store/checkout/checkout.schema.d.ts.map +1 -0
- package/dist/lib/types/store/checkout/checkout.schema.js +146 -0
- package/dist/lib/types/store/checkout/checkout.schema.js.map +1 -0
- package/dist/lib/types/store/checkout/checkout.shipping.d.ts +10 -10
- package/dist/lib/types/store/checkout/checkout.shipping.d.ts.map +1 -1
- package/dist/lib/types/store/checkout/checkout.shipping.js +16 -10
- package/dist/lib/types/store/checkout/checkout.shipping.js.map +1 -1
- package/dist/lib/types/store/checkout/checkout.shipping.schema.d.ts +15 -0
- package/dist/lib/types/store/checkout/checkout.shipping.schema.d.ts.map +1 -0
- package/dist/lib/types/store/checkout/checkout.shipping.schema.js +20 -0
- package/dist/lib/types/store/checkout/checkout.shipping.schema.js.map +1 -0
- package/dist/lib/types/store/checkout/checkout.update.schema.d.ts +17 -0
- package/dist/lib/types/store/checkout/checkout.update.schema.d.ts.map +1 -0
- package/dist/lib/types/store/checkout/checkout.update.schema.js +16 -0
- package/dist/lib/types/store/checkout/checkout.update.schema.js.map +1 -0
- package/dist/lib/types/store/checkout/index.d.ts +5 -5
- package/dist/lib/types/store/checkout/index.d.ts.map +1 -1
- package/dist/lib/types/store/checkout/index.js +26 -5
- package/dist/lib/types/store/checkout/index.js.map +1 -1
- package/dist/lib/types/store/error.schema.d.ts +10 -0
- package/dist/lib/types/store/error.schema.d.ts.map +1 -0
- package/dist/lib/types/store/error.schema.js +9 -0
- package/dist/lib/types/store/error.schema.js.map +1 -0
- package/dist/lib/types/store/image.response.d.ts +9 -7
- package/dist/lib/types/store/image.response.d.ts.map +1 -1
- package/dist/lib/types/store/image.response.js +21 -7
- package/dist/lib/types/store/image.response.js.map +1 -1
- package/dist/lib/types/store/image.schema.d.ts +14 -0
- package/dist/lib/types/store/image.schema.d.ts.map +1 -0
- package/dist/lib/types/store/image.schema.js +25 -0
- package/dist/lib/types/store/image.schema.js.map +1 -0
- package/dist/lib/types/store/index.d.ts +2 -2
- package/dist/lib/types/store/index.d.ts.map +1 -1
- package/dist/lib/types/store/index.js +2 -2
- package/dist/lib/types/store/index.js.map +1 -1
- package/dist/lib/types/store/order/index.d.ts +6 -6
- package/dist/lib/types/store/order/index.d.ts.map +1 -1
- package/dist/lib/types/store/order/index.js +23 -6
- package/dist/lib/types/store/order/index.js.map +1 -1
- package/dist/lib/types/store/order/order.billing.response.d.ts.map +1 -1
- package/dist/lib/types/store/order/order.billing.response.js +15 -11
- package/dist/lib/types/store/order/order.billing.response.js.map +1 -1
- package/dist/lib/types/store/order/order.billing.schema.d.ts +16 -0
- package/dist/lib/types/store/order/order.billing.schema.d.ts.map +1 -0
- package/dist/lib/types/store/order/order.billing.schema.js +19 -0
- package/dist/lib/types/store/order/order.billing.schema.js.map +1 -0
- package/dist/lib/types/store/order/order.coupon.response.d.ts.map +1 -1
- package/dist/lib/types/store/order/order.coupon.response.js +25 -9
- package/dist/lib/types/store/order/order.coupon.response.js.map +1 -1
- package/dist/lib/types/store/order/order.coupon.schema.d.ts +17 -0
- package/dist/lib/types/store/order/order.coupon.schema.d.ts.map +1 -0
- package/dist/lib/types/store/order/order.coupon.schema.js +32 -0
- package/dist/lib/types/store/order/order.coupon.schema.js.map +1 -0
- package/dist/lib/types/store/order/order.query.schema.d.ts +55 -0
- package/dist/lib/types/store/order/order.query.schema.d.ts.map +1 -0
- package/dist/lib/types/store/order/order.query.schema.js +35 -0
- package/dist/lib/types/store/order/order.query.schema.js.map +1 -0
- package/dist/lib/types/store/order/order.response.d.ts +38 -22
- package/dist/lib/types/store/order/order.response.d.ts.map +1 -1
- package/dist/lib/types/store/order/order.response.js +24 -11
- package/dist/lib/types/store/order/order.response.js.map +1 -1
- package/dist/lib/types/store/order/order.schema.d.ts +157 -0
- package/dist/lib/types/store/order/order.schema.d.ts.map +1 -0
- package/dist/lib/types/store/order/order.schema.js +34 -0
- package/dist/lib/types/store/order/order.schema.js.map +1 -0
- package/dist/lib/types/store/order/order.shipping.response.d.ts.map +1 -1
- package/dist/lib/types/store/order/order.shipping.response.js +14 -10
- package/dist/lib/types/store/order/order.shipping.response.js.map +1 -1
- package/dist/lib/types/store/order/order.shipping.schema.d.ts +15 -0
- package/dist/lib/types/store/order/order.shipping.schema.d.ts.map +1 -0
- package/dist/lib/types/store/order/order.shipping.schema.js +18 -0
- package/dist/lib/types/store/order/order.shipping.schema.js.map +1 -0
- package/dist/lib/types/store/order/order.total.response.d.ts +9 -2
- package/dist/lib/types/store/order/order.total.response.d.ts.map +1 -1
- package/dist/lib/types/store/order/order.total.response.js +48 -13
- package/dist/lib/types/store/order/order.total.response.js.map +1 -1
- package/dist/lib/types/store/order/order.total.schema.d.ts +25 -0
- package/dist/lib/types/store/order/order.total.schema.d.ts.map +1 -0
- package/dist/lib/types/store/order/order.total.schema.js +52 -0
- package/dist/lib/types/store/order/order.total.schema.js.map +1 -0
- package/dist/lib/types/store/paginated.d.ts +2 -2
- package/dist/lib/types/store/paginated.d.ts.map +1 -1
- package/dist/lib/types/store/paginated.js +14 -3
- package/dist/lib/types/store/paginated.js.map +1 -1
- package/dist/lib/types/store/product/index.d.ts +4 -3
- package/dist/lib/types/store/product/index.d.ts.map +1 -1
- package/dist/lib/types/store/product/index.js +18 -3
- package/dist/lib/types/store/product/index.js.map +1 -1
- package/dist/lib/types/store/product/product.embedded.schema.d.ts +22 -0
- package/dist/lib/types/store/product/product.embedded.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product/product.embedded.schema.js +20 -0
- package/dist/lib/types/store/product/product.embedded.schema.js.map +1 -0
- package/dist/lib/types/store/product/product.price.response.d.ts.map +1 -1
- package/dist/lib/types/store/product/product.price.response.js +29 -13
- package/dist/lib/types/store/product/product.price.response.js.map +1 -1
- package/dist/lib/types/store/product/product.price.schema.d.ts +24 -0
- package/dist/lib/types/store/product/product.price.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product/product.price.schema.js +35 -0
- package/dist/lib/types/store/product/product.price.schema.js.map +1 -0
- package/dist/lib/types/store/product/product.query.schema.d.ts +99 -0
- package/dist/lib/types/store/product/product.query.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product/product.query.schema.js +258 -0
- package/dist/lib/types/store/product/product.query.schema.js.map +1 -0
- package/dist/lib/types/store/product/product.request.d.ts +44 -39
- package/dist/lib/types/store/product/product.request.d.ts.map +1 -1
- package/dist/lib/types/store/product/product.request.js +130 -39
- package/dist/lib/types/store/product/product.request.js.map +1 -1
- package/dist/lib/types/store/product/product.response.d.ts +40 -29
- package/dist/lib/types/store/product/product.response.d.ts.map +1 -1
- package/dist/lib/types/store/product/product.response.js +115 -45
- package/dist/lib/types/store/product/product.response.js.map +1 -1
- package/dist/lib/types/store/product/product.schema.d.ts +112 -0
- package/dist/lib/types/store/product/product.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product/product.schema.js +134 -0
- package/dist/lib/types/store/product/product.schema.js.map +1 -0
- package/dist/lib/types/store/product-attribute/index.d.ts +1 -1
- package/dist/lib/types/store/product-attribute/index.d.ts.map +1 -1
- package/dist/lib/types/store/product-attribute/index.js +8 -1
- package/dist/lib/types/store/product-attribute/index.js.map +1 -1
- package/dist/lib/types/store/product-attribute/product.attribute.response.d.ts +1 -0
- package/dist/lib/types/store/product-attribute/product.attribute.response.d.ts.map +1 -1
- package/dist/lib/types/store/product-attribute/product.attribute.response.js +14 -6
- package/dist/lib/types/store/product-attribute/product.attribute.response.js.map +1 -1
- package/dist/lib/types/store/product-attribute/product.attribute.schema.d.ts +12 -0
- package/dist/lib/types/store/product-attribute/product.attribute.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-attribute/product.attribute.schema.js +18 -0
- package/dist/lib/types/store/product-attribute/product.attribute.schema.js.map +1 -0
- package/dist/lib/types/store/product-attribute-term/index.d.ts +2 -2
- package/dist/lib/types/store/product-attribute-term/index.d.ts.map +1 -1
- package/dist/lib/types/store/product-attribute-term/index.js +16 -2
- package/dist/lib/types/store/product-attribute-term/index.js.map +1 -1
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.query.schema.d.ts +43 -0
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.query.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.query.schema.js +69 -0
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.query.schema.js.map +1 -0
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.request.d.ts +20 -6
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.request.d.ts.map +1 -1
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.request.js +55 -4
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.request.js.map +1 -1
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.response.d.ts +2 -0
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.response.d.ts.map +1 -1
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.response.js +8 -4
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.response.js.map +1 -1
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.schema.d.ts +11 -0
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.schema.js +12 -0
- package/dist/lib/types/store/product-attribute-term/product.attribute.term.schema.js.map +1 -0
- package/dist/lib/types/store/product-brand/index.d.ts +1 -1
- package/dist/lib/types/store/product-brand/index.d.ts.map +1 -1
- package/dist/lib/types/store/product-brand/index.js +8 -1
- package/dist/lib/types/store/product-brand/index.js.map +1 -1
- package/dist/lib/types/store/product-brand/product.brand.response.d.ts +11 -9
- package/dist/lib/types/store/product-brand/product.brand.response.d.ts.map +1 -1
- package/dist/lib/types/store/product-brand/product.brand.response.js +13 -9
- package/dist/lib/types/store/product-brand/product.brand.response.js.map +1 -1
- package/dist/lib/types/store/product-brand/product.brand.schema.d.ts +24 -0
- package/dist/lib/types/store/product-brand/product.brand.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-brand/product.brand.schema.js +18 -0
- package/dist/lib/types/store/product-brand/product.brand.schema.js.map +1 -0
- package/dist/lib/types/store/product-category/index.d.ts +2 -2
- package/dist/lib/types/store/product-category/index.d.ts.map +1 -1
- package/dist/lib/types/store/product-category/index.js +19 -2
- package/dist/lib/types/store/product-category/index.js.map +1 -1
- package/dist/lib/types/store/product-category/product.category.query.schema.d.ts +26 -0
- package/dist/lib/types/store/product-category/product.category.query.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-category/product.category.query.schema.js +49 -0
- package/dist/lib/types/store/product-category/product.category.query.schema.js.map +1 -0
- package/dist/lib/types/store/product-category/product.category.request.d.ts +20 -2
- package/dist/lib/types/store/product-category/product.category.request.d.ts.map +1 -1
- package/dist/lib/types/store/product-category/product.category.request.js +47 -1
- package/dist/lib/types/store/product-category/product.category.request.js.map +1 -1
- package/dist/lib/types/store/product-category/product.category.response.d.ts +11 -9
- package/dist/lib/types/store/product-category/product.category.response.d.ts.map +1 -1
- package/dist/lib/types/store/product-category/product.category.response.js +13 -9
- package/dist/lib/types/store/product-category/product.category.response.js.map +1 -1
- package/dist/lib/types/store/product-category/product.category.schema.d.ts +24 -0
- package/dist/lib/types/store/product-category/product.category.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-category/product.category.schema.js +18 -0
- package/dist/lib/types/store/product-category/product.category.schema.js.map +1 -0
- package/dist/lib/types/store/product-collection-data/index.d.ts +6 -6
- package/dist/lib/types/store/product-collection-data/index.d.ts.map +1 -1
- package/dist/lib/types/store/product-collection-data/index.js +20 -6
- package/dist/lib/types/store/product-collection-data/index.js.map +1 -1
- package/dist/lib/types/store/product-collection-data/product.collection.data.attribute.counts.schema.d.ts +7 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.attribute.counts.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.attribute.counts.schema.js +6 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.attribute.counts.schema.js.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.price.range.response.d.ts.map +1 -1
- package/dist/lib/types/store/product-collection-data/product.collection.data.price.range.response.js +23 -9
- package/dist/lib/types/store/product-collection-data/product.collection.data.price.range.response.js.map +1 -1
- package/dist/lib/types/store/product-collection-data/product.collection.data.price.range.schema.d.ts +14 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.price.range.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.price.range.schema.js +27 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.price.range.schema.js.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.query.schema.d.ts +35 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.query.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.query.schema.js +36 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.query.schema.js.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.rating.counts.schema.d.ts +7 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.rating.counts.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.rating.counts.schema.js +6 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.rating.counts.schema.js.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.response.d.ts +9 -8
- package/dist/lib/types/store/product-collection-data/product.collection.data.response.d.ts.map +1 -1
- package/dist/lib/types/store/product-collection-data/product.collection.data.response.js +20 -4
- package/dist/lib/types/store/product-collection-data/product.collection.data.response.js.map +1 -1
- package/dist/lib/types/store/product-collection-data/product.collection.data.schema.d.ts +29 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.schema.js +28 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.schema.js.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.taxonomy.counts.schema.d.ts +7 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.taxonomy.counts.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.taxonomy.counts.schema.js +6 -0
- package/dist/lib/types/store/product-collection-data/product.collection.data.taxonomy.counts.schema.js.map +1 -0
- package/dist/lib/types/store/product-review/index.d.ts +2 -2
- package/dist/lib/types/store/product-review/index.d.ts.map +1 -1
- package/dist/lib/types/store/product-review/index.js +19 -2
- package/dist/lib/types/store/product-review/index.js.map +1 -1
- package/dist/lib/types/store/product-review/product.review.query.schema.d.ts +25 -0
- package/dist/lib/types/store/product-review/product.review.query.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-review/product.review.query.schema.js +41 -0
- package/dist/lib/types/store/product-review/product.review.query.schema.js.map +1 -0
- package/dist/lib/types/store/product-review/product.review.request.d.ts +11 -7
- package/dist/lib/types/store/product-review/product.review.request.d.ts.map +1 -1
- package/dist/lib/types/store/product-review/product.review.request.js +23 -4
- package/dist/lib/types/store/product-review/product.review.request.js.map +1 -1
- package/dist/lib/types/store/product-review/product.review.response.d.ts +14 -8
- package/dist/lib/types/store/product-review/product.review.response.d.ts.map +1 -1
- package/dist/lib/types/store/product-review/product.review.response.js +42 -13
- package/dist/lib/types/store/product-review/product.review.response.js.map +1 -1
- package/dist/lib/types/store/product-review/product.review.schema.d.ts +32 -0
- package/dist/lib/types/store/product-review/product.review.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-review/product.review.schema.js +47 -0
- package/dist/lib/types/store/product-review/product.review.schema.js.map +1 -0
- package/dist/lib/types/store/product-tag/index.d.ts +2 -2
- package/dist/lib/types/store/product-tag/index.d.ts.map +1 -1
- package/dist/lib/types/store/product-tag/index.js +16 -2
- package/dist/lib/types/store/product-tag/index.js.map +1 -1
- package/dist/lib/types/store/product-tag/product.tag.query.schema.d.ts +25 -0
- package/dist/lib/types/store/product-tag/product.tag.query.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-tag/product.tag.query.schema.js +49 -0
- package/dist/lib/types/store/product-tag/product.tag.query.schema.js.map +1 -0
- package/dist/lib/types/store/product-tag/product.tag.request.d.ts +19 -2
- package/dist/lib/types/store/product-tag/product.tag.request.d.ts.map +1 -1
- package/dist/lib/types/store/product-tag/product.tag.request.js +47 -1
- package/dist/lib/types/store/product-tag/product.tag.request.js.map +1 -1
- package/dist/lib/types/store/product-tag/product.tag.response.d.ts.map +1 -1
- package/dist/lib/types/store/product-tag/product.tag.response.js +8 -6
- package/dist/lib/types/store/product-tag/product.tag.response.js.map +1 -1
- package/dist/lib/types/store/product-tag/product.tag.schema.d.ts +11 -0
- package/dist/lib/types/store/product-tag/product.tag.schema.d.ts.map +1 -0
- package/dist/lib/types/store/product-tag/product.tag.schema.js +12 -0
- package/dist/lib/types/store/product-tag/product.tag.schema.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const CartItemResponseSchema: z.ZodObject<{
|
|
3
|
+
key: z.ZodString;
|
|
4
|
+
id: z.ZodNumber;
|
|
5
|
+
quantity: z.ZodNumber;
|
|
6
|
+
type: z.ZodString;
|
|
7
|
+
quantity_limits: z.ZodObject<{
|
|
8
|
+
minimum: z.ZodNumber;
|
|
9
|
+
maximum: z.ZodNumber;
|
|
10
|
+
multiple_of: z.ZodDefault<z.ZodNumber>;
|
|
11
|
+
editable: z.ZodDefault<z.ZodBoolean>;
|
|
12
|
+
}, z.core.$loose>;
|
|
13
|
+
name: z.ZodString;
|
|
14
|
+
short_description: z.ZodString;
|
|
15
|
+
description: z.ZodString;
|
|
16
|
+
sku: z.ZodString;
|
|
17
|
+
low_stock_remaining: z.ZodNullable<z.ZodNumber>;
|
|
18
|
+
backorders_allowed: z.ZodBoolean;
|
|
19
|
+
show_backorder_badge: z.ZodBoolean;
|
|
20
|
+
sold_individually: z.ZodBoolean;
|
|
21
|
+
permalink: z.ZodString;
|
|
22
|
+
images: z.ZodArray<z.ZodObject<{
|
|
23
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
24
|
+
src: z.ZodOptional<z.ZodString>;
|
|
25
|
+
thumbnail: z.ZodOptional<z.ZodString>;
|
|
26
|
+
srcset: z.ZodOptional<z.ZodString>;
|
|
27
|
+
sizes: z.ZodOptional<z.ZodString>;
|
|
28
|
+
name: z.ZodOptional<z.ZodString>;
|
|
29
|
+
alt: z.ZodOptional<z.ZodString>;
|
|
30
|
+
thumbnail_sizes: z.ZodOptional<z.ZodString>;
|
|
31
|
+
thumbnail_srcset: z.ZodOptional<z.ZodString>;
|
|
32
|
+
}, z.core.$loose>>;
|
|
33
|
+
variation: z.ZodArray<z.ZodObject<{
|
|
34
|
+
raw_attribute: z.ZodString;
|
|
35
|
+
attribute: z.ZodString;
|
|
36
|
+
value: z.ZodString;
|
|
37
|
+
}, z.core.$loose>>;
|
|
38
|
+
item_data: z.ZodArray<z.ZodObject<{
|
|
39
|
+
name: z.ZodString;
|
|
40
|
+
value: z.ZodString;
|
|
41
|
+
display: z.ZodString;
|
|
42
|
+
}, z.core.$loose>>;
|
|
43
|
+
prices: z.ZodObject<{
|
|
44
|
+
price: z.ZodString;
|
|
45
|
+
regular_price: z.ZodString;
|
|
46
|
+
sale_price: z.ZodString;
|
|
47
|
+
price_range: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
48
|
+
min_amount: z.ZodOptional<z.ZodString>;
|
|
49
|
+
max_amount: z.ZodOptional<z.ZodString>;
|
|
50
|
+
}, z.core.$loose>>>;
|
|
51
|
+
currency_code: z.ZodString;
|
|
52
|
+
currency_symbol: z.ZodString;
|
|
53
|
+
currency_minor_unit: z.ZodNumber;
|
|
54
|
+
currency_decimal_separator: z.ZodString;
|
|
55
|
+
currency_thousand_separator: z.ZodString;
|
|
56
|
+
currency_prefix: z.ZodString;
|
|
57
|
+
currency_suffix: z.ZodString;
|
|
58
|
+
raw_prices: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
59
|
+
precision: z.ZodOptional<z.ZodNumber>;
|
|
60
|
+
price: z.ZodOptional<z.ZodString>;
|
|
61
|
+
regular_price: z.ZodOptional<z.ZodString>;
|
|
62
|
+
sale_price: z.ZodOptional<z.ZodString>;
|
|
63
|
+
}, z.core.$loose>>>;
|
|
64
|
+
}, z.core.$loose>;
|
|
65
|
+
totals: z.ZodObject<{
|
|
66
|
+
line_subtotal: z.ZodString;
|
|
67
|
+
line_subtotal_tax: z.ZodString;
|
|
68
|
+
line_total: z.ZodString;
|
|
69
|
+
line_total_tax: z.ZodString;
|
|
70
|
+
currency_code: z.ZodString;
|
|
71
|
+
currency_symbol: z.ZodString;
|
|
72
|
+
currency_minor_unit: z.ZodNumber;
|
|
73
|
+
currency_decimal_separator: z.ZodString;
|
|
74
|
+
currency_thousand_separator: z.ZodString;
|
|
75
|
+
currency_prefix: z.ZodString;
|
|
76
|
+
currency_suffix: z.ZodString;
|
|
77
|
+
}, z.core.$loose>;
|
|
78
|
+
catalog_visibility: z.ZodString;
|
|
79
|
+
extensions: z.ZodOptional<z.ZodUnknown>;
|
|
80
|
+
}, z.core.$loose>;
|
|
81
|
+
export type CartItemResponse = z.infer<typeof CartItemResponseSchema>;
|
|
82
|
+
//# sourceMappingURL=cart.item.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cart.item.schema.d.ts","sourceRoot":"","sources":["../../../../../src/lib/types/store/cart-item/cart.item.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAOxB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAuDjC,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { ImageResponseSchema } from '../image.schema.js';
|
|
3
|
+
import { CartItemPriceResponseSchema } from './cart.item.price.schema.js';
|
|
4
|
+
import { CartItemQuantityLimitsResponseSchema } from './cart.item.quantity.limits.schema.js';
|
|
5
|
+
import { CartItemTotalResponseSchema } from './cart.item.total.schema.js';
|
|
6
|
+
import { CartItemVariationResponseSchema } from './cart.item.variation.schema.js';
|
|
7
|
+
export const CartItemResponseSchema = z.looseObject({
|
|
8
|
+
key: z.string().describe('Unique identifier for the item.'),
|
|
9
|
+
id: z.number().describe('The item product or variation ID.'),
|
|
10
|
+
quantity: z.number().describe('Quantity of this item.'),
|
|
11
|
+
type: z.string().describe('The item type.'),
|
|
12
|
+
quantity_limits: CartItemQuantityLimitsResponseSchema.describe('How the quantity of this item should be controlled, for example, any limits in place.'),
|
|
13
|
+
name: z.string().describe('Product name.'),
|
|
14
|
+
short_description: z
|
|
15
|
+
.string()
|
|
16
|
+
.describe('Product short description in HTML format.'),
|
|
17
|
+
description: z.string().describe('Product full description in HTML format.'),
|
|
18
|
+
sku: z.string().describe('Stock keeping unit, if applicable.'),
|
|
19
|
+
low_stock_remaining: z
|
|
20
|
+
.number()
|
|
21
|
+
.nullable()
|
|
22
|
+
.describe('Quantity left in stock if stock is low, or null if not applicable.'),
|
|
23
|
+
backorders_allowed: z
|
|
24
|
+
.boolean()
|
|
25
|
+
.describe('True if backorders are allowed past stock availability.'),
|
|
26
|
+
show_backorder_badge: z
|
|
27
|
+
.boolean()
|
|
28
|
+
.describe('True if the product is on backorder.'),
|
|
29
|
+
sold_individually: z
|
|
30
|
+
.boolean()
|
|
31
|
+
.describe('If true, only one item of this product is allowed for purchase in a single order.'),
|
|
32
|
+
permalink: z.string().describe('Product URL.'),
|
|
33
|
+
images: z.array(ImageResponseSchema).describe('List of images.'),
|
|
34
|
+
variation: z
|
|
35
|
+
.array(CartItemVariationResponseSchema)
|
|
36
|
+
.describe('Chosen attributes (for variations).'),
|
|
37
|
+
item_data: z
|
|
38
|
+
.array(z.looseObject({
|
|
39
|
+
name: z.string(),
|
|
40
|
+
value: z.string(),
|
|
41
|
+
display: z.string(),
|
|
42
|
+
}))
|
|
43
|
+
.describe('Metadata related to the item'),
|
|
44
|
+
prices: CartItemPriceResponseSchema.describe('Price data for the product in the current line item, including or excluding taxes based on the "display prices during cart and checkout" setting. Provided using the smallest unit of the currency.'),
|
|
45
|
+
totals: CartItemTotalResponseSchema.describe('Item total amounts provided using the smallest unit of the currency.'),
|
|
46
|
+
catalog_visibility: z
|
|
47
|
+
.string()
|
|
48
|
+
.describe('Whether the product is visible in the catalog'),
|
|
49
|
+
extensions: z.unknown().optional(),
|
|
50
|
+
});
|
|
51
|
+
//# sourceMappingURL=cart.item.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cart.item.schema.js","sourceRoot":"","sources":["../../../../../src/lib/types/store/cart-item/cart.item.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AACzD,OAAO,EAAE,2BAA2B,EAAE,MAAM,6BAA6B,CAAC;AAC1E,OAAO,EAAE,oCAAoC,EAAE,MAAM,uCAAuC,CAAC;AAC7F,OAAO,EAAE,2BAA2B,EAAE,MAAM,6BAA6B,CAAC;AAC1E,OAAO,EAAE,+BAA+B,EAAE,MAAM,iCAAiC,CAAC;AAElF,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,CAAC,WAAW,CAAC;IAClD,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,iCAAiC,CAAC;IAC3D,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,mCAAmC,CAAC;IAC5D,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,wBAAwB,CAAC;IACvD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,gBAAgB,CAAC;IAC3C,eAAe,EAAE,oCAAoC,CAAC,QAAQ,CAC5D,uFAAuF,CACxF;IACD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,eAAe,CAAC;IAC1C,iBAAiB,EAAE,CAAC;SACjB,MAAM,EAAE;SACR,QAAQ,CAAC,2CAA2C,CAAC;IACxD,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,0CAA0C,CAAC;IAC5E,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,oCAAoC,CAAC;IAC9D,mBAAmB,EAAE,CAAC;SACnB,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,oEAAoE,CACrE;IACH,kBAAkB,EAAE,CAAC;SAClB,OAAO,EAAE;SACT,QAAQ,CAAC,yDAAyD,CAAC;IACtE,oBAAoB,EAAE,CAAC;SACpB,OAAO,EAAE;SACT,QAAQ,CAAC,sCAAsC,CAAC;IACnD,iBAAiB,EAAE,CAAC;SACjB,OAAO,EAAE;SACT,QAAQ,CACP,mFAAmF,CACpF;IACH,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,cAAc,CAAC;IAC9C,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC,QAAQ,CAAC,iBAAiB,CAAC;IAChE,SAAS,EAAE,CAAC;SACT,KAAK,CAAC,+BAA+B,CAAC;SACtC,QAAQ,CAAC,qCAAqC,CAAC;IAClD,SAAS,EAAE,CAAC;SACT,KAAK,CACJ,CAAC,CAAC,WAAW,CAAC;QACZ,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;QAChB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;QACjB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;KACpB,CAAC,CACH;SACA,QAAQ,CAAC,8BAA8B,CAAC;IAC3C,MAAM,EAAE,2BAA2B,CAAC,QAAQ,CAC1C,qMAAqM,CACtM;IACD,MAAM,EAAE,2BAA2B,CAAC,QAAQ,CAC1C,sEAAsE,CACvE;IACD,kBAAkB,EAAE,CAAC;SAClB,MAAM,EAAE;SACR,QAAQ,CAAC,+CAA+C,CAAC;IAC5D,UAAU,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cart.item.total.response.d.ts","sourceRoot":"","sources":["../../../../../src/lib/types/store/cart-item/cart.item.total.response.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"cart.item.total.response.d.ts","sourceRoot":"","sources":["../../../../../src/lib/types/store/cart-item/cart.item.total.response.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;iBA8CtC,CAAC;AAEH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
|
|
@@ -1,15 +1,33 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export const CartItemTotalResponseSchema = z.looseObject({
|
|
3
|
-
line_subtotal: z
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
3
|
+
line_subtotal: z
|
|
4
|
+
.string()
|
|
5
|
+
.describe('Line subtotal (the price of the product before coupon discounts have been applied).'),
|
|
6
|
+
line_subtotal_tax: z.string().describe('Line subtotal tax.'),
|
|
7
|
+
line_total: z
|
|
8
|
+
.string()
|
|
9
|
+
.describe('Line total (the price of the product after coupon discounts have been applied).'),
|
|
10
|
+
line_total_tax: z.string().describe('Line total tax.'),
|
|
11
|
+
currency_code: z
|
|
12
|
+
.string()
|
|
13
|
+
.describe('Currency code (in ISO format) for returned prices.'),
|
|
14
|
+
currency_symbol: z
|
|
15
|
+
.string()
|
|
16
|
+
.describe('Currency symbol for the currency which can be used to format returned prices.'),
|
|
17
|
+
currency_minor_unit: z
|
|
18
|
+
.number()
|
|
19
|
+
.describe('Currency minor unit (number of digits after the decimal separator) for returned prices.'),
|
|
20
|
+
currency_decimal_separator: z
|
|
21
|
+
.string()
|
|
22
|
+
.describe('Decimal separator for the currency which can be used to format returned prices.'),
|
|
23
|
+
currency_thousand_separator: z
|
|
24
|
+
.string()
|
|
25
|
+
.describe('Thousand separator for the currency which can be used to format returned prices.'),
|
|
26
|
+
currency_prefix: z
|
|
27
|
+
.string()
|
|
28
|
+
.describe('Price prefix for the currency which can be used to format returned prices.'),
|
|
29
|
+
currency_suffix: z
|
|
30
|
+
.string()
|
|
31
|
+
.describe('Price prefix for the currency which can be used to format returned prices.'),
|
|
14
32
|
});
|
|
15
33
|
//# sourceMappingURL=cart.item.total.response.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cart.item.total.response.js","sourceRoot":"","sources":["../../../../../src/lib/types/store/cart-item/cart.item.total.response.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,CAAC,WAAW,CAAC;IACvD,aAAa,EAAE,CAAC,
|
|
1
|
+
{"version":3,"file":"cart.item.total.response.js","sourceRoot":"","sources":["../../../../../src/lib/types/store/cart-item/cart.item.total.response.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,CAAC,WAAW,CAAC;IACvD,aAAa,EAAE,CAAC;SACb,MAAM,EAAE;SACR,QAAQ,CACP,qFAAqF,CACtF;IACH,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,oBAAoB,CAAC;IAC5D,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,CACP,iFAAiF,CAClF;IACH,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,iBAAiB,CAAC;IACtD,aAAa,EAAE,CAAC;SACb,MAAM,EAAE;SACR,QAAQ,CAAC,oDAAoD,CAAC;IACjE,eAAe,EAAE,CAAC;SACf,MAAM,EAAE;SACR,QAAQ,CACP,+EAA+E,CAChF;IACH,mBAAmB,EAAE,CAAC;SACnB,MAAM,EAAE;SACR,QAAQ,CACP,yFAAyF,CAC1F;IACH,0BAA0B,EAAE,CAAC;SAC1B,MAAM,EAAE;SACR,QAAQ,CACP,iFAAiF,CAClF;IACH,2BAA2B,EAAE,CAAC;SAC3B,MAAM,EAAE;SACR,QAAQ,CACP,kFAAkF,CACnF;IACH,eAAe,EAAE,CAAC;SACf,MAAM,EAAE;SACR,QAAQ,CACP,4EAA4E,CAC7E;IACH,eAAe,EAAE,CAAC;SACf,MAAM,EAAE;SACR,QAAQ,CACP,4EAA4E,CAC7E;CACJ,CAAC,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const CartItemTotalResponseSchema: z.ZodObject<{
|
|
3
|
+
line_subtotal: z.ZodString;
|
|
4
|
+
line_subtotal_tax: z.ZodString;
|
|
5
|
+
line_total: z.ZodString;
|
|
6
|
+
line_total_tax: z.ZodString;
|
|
7
|
+
currency_code: z.ZodString;
|
|
8
|
+
currency_symbol: z.ZodString;
|
|
9
|
+
currency_minor_unit: z.ZodNumber;
|
|
10
|
+
currency_decimal_separator: z.ZodString;
|
|
11
|
+
currency_thousand_separator: z.ZodString;
|
|
12
|
+
currency_prefix: z.ZodString;
|
|
13
|
+
currency_suffix: z.ZodString;
|
|
14
|
+
}, z.core.$loose>;
|
|
15
|
+
export type CartItemTotalResponse = z.infer<typeof CartItemTotalResponseSchema>;
|
|
16
|
+
//# sourceMappingURL=cart.item.total.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cart.item.total.schema.d.ts","sourceRoot":"","sources":["../../../../../src/lib/types/store/cart-item/cart.item.total.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;iBA8CtC,CAAC;AAEH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export const CartItemTotalResponseSchema = z.looseObject({
|
|
3
|
+
line_subtotal: z
|
|
4
|
+
.string()
|
|
5
|
+
.describe('Line subtotal (the price of the product before coupon discounts have been applied).'),
|
|
6
|
+
line_subtotal_tax: z.string().describe('Line subtotal tax.'),
|
|
7
|
+
line_total: z
|
|
8
|
+
.string()
|
|
9
|
+
.describe('Line total (the price of the product after coupon discounts have been applied).'),
|
|
10
|
+
line_total_tax: z.string().describe('Line total tax.'),
|
|
11
|
+
currency_code: z
|
|
12
|
+
.string()
|
|
13
|
+
.describe('Currency code (in ISO format) for returned prices.'),
|
|
14
|
+
currency_symbol: z
|
|
15
|
+
.string()
|
|
16
|
+
.describe('Currency symbol for the currency which can be used to format returned prices.'),
|
|
17
|
+
currency_minor_unit: z
|
|
18
|
+
.number()
|
|
19
|
+
.describe('Currency minor unit (number of digits after the decimal separator) for returned prices.'),
|
|
20
|
+
currency_decimal_separator: z
|
|
21
|
+
.string()
|
|
22
|
+
.describe('Decimal separator for the currency which can be used to format returned prices.'),
|
|
23
|
+
currency_thousand_separator: z
|
|
24
|
+
.string()
|
|
25
|
+
.describe('Thousand separator for the currency which can be used to format returned prices.'),
|
|
26
|
+
currency_prefix: z
|
|
27
|
+
.string()
|
|
28
|
+
.describe('Price prefix for the currency which can be used to format returned prices.'),
|
|
29
|
+
currency_suffix: z
|
|
30
|
+
.string()
|
|
31
|
+
.describe('Price prefix for the currency which can be used to format returned prices.'),
|
|
32
|
+
});
|
|
33
|
+
//# sourceMappingURL=cart.item.total.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cart.item.total.schema.js","sourceRoot":"","sources":["../../../../../src/lib/types/store/cart-item/cart.item.total.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,CAAC,WAAW,CAAC;IACvD,aAAa,EAAE,CAAC;SACb,MAAM,EAAE;SACR,QAAQ,CACP,qFAAqF,CACtF;IACH,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,oBAAoB,CAAC;IAC5D,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,CACP,iFAAiF,CAClF;IACH,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,iBAAiB,CAAC;IACtD,aAAa,EAAE,CAAC;SACb,MAAM,EAAE;SACR,QAAQ,CAAC,oDAAoD,CAAC;IACjE,eAAe,EAAE,CAAC;SACf,MAAM,EAAE;SACR,QAAQ,CACP,+EAA+E,CAChF;IACH,mBAAmB,EAAE,CAAC;SACnB,MAAM,EAAE;SACR,QAAQ,CACP,yFAAyF,CAC1F;IACH,0BAA0B,EAAE,CAAC;SAC1B,MAAM,EAAE;SACR,QAAQ,CACP,iFAAiF,CAClF;IACH,2BAA2B,EAAE,CAAC;SAC3B,MAAM,EAAE;SACR,QAAQ,CACP,kFAAkF,CACnF;IACH,eAAe,EAAE,CAAC;SACf,MAAM,EAAE;SACR,QAAQ,CACP,4EAA4E,CAC7E;IACH,eAAe,EAAE,CAAC;SACf,MAAM,EAAE;SACR,QAAQ,CACP,4EAA4E,CAC7E;CACJ,CAAC,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const CartItemEditRequestSchema: z.ZodObject<{
|
|
3
|
+
/**
|
|
4
|
+
* The key of the cart item to edit.
|
|
5
|
+
*/
|
|
6
|
+
key: z.ZodOptional<z.ZodString>;
|
|
7
|
+
/**
|
|
8
|
+
* Quantity of this item in the cart.
|
|
9
|
+
*/
|
|
10
|
+
quantity: z.ZodOptional<z.ZodNumber>;
|
|
11
|
+
}, z.core.$loose>;
|
|
12
|
+
export type CartItemEditRequest = z.infer<typeof CartItemEditRequestSchema>;
|
|
13
|
+
//# sourceMappingURL=cart.item.update.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cart.item.update.schema.d.ts","sourceRoot":"","sources":["../../../../../src/lib/types/store/cart-item/cart.item.update.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,yBAAyB;IACpC;;OAEG;;IAKH;;OAEG;;iBAKH,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export const CartItemEditRequestSchema = z.looseObject({
|
|
3
|
+
/**
|
|
4
|
+
* The key of the cart item to edit.
|
|
5
|
+
*/
|
|
6
|
+
key: z
|
|
7
|
+
.string()
|
|
8
|
+
.optional()
|
|
9
|
+
.describe('Unique identifier (key) for the cart item to update.'),
|
|
10
|
+
/**
|
|
11
|
+
* Quantity of this item in the cart.
|
|
12
|
+
*/
|
|
13
|
+
quantity: z
|
|
14
|
+
.number()
|
|
15
|
+
.optional()
|
|
16
|
+
.describe('New quantity of the item in the cart.'),
|
|
17
|
+
});
|
|
18
|
+
//# sourceMappingURL=cart.item.update.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cart.item.update.schema.js","sourceRoot":"","sources":["../../../../../src/lib/types/store/cart-item/cart.item.update.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,CAAC,WAAW,CAAC;IACrD;;OAEG;IACH,GAAG,EAAE,CAAC;SACH,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,sDAAsD,CAAC;IACnE;;OAEG;IACH,QAAQ,EAAE,CAAC;SACR,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,uCAAuC,CAAC;CACrD,CAAC,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const CartItemVariationResponseSchema: z.ZodObject<{
|
|
3
|
+
raw_attribute: z.ZodString;
|
|
4
|
+
attribute: z.ZodString;
|
|
5
|
+
value: z.ZodString;
|
|
6
|
+
}, z.core.$loose>;
|
|
7
|
+
export type CartItemVariationResponse = z.infer<typeof CartItemVariationResponseSchema>;
|
|
8
|
+
//# sourceMappingURL=cart.item.variation.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cart.item.variation.schema.d.ts","sourceRoot":"","sources":["../../../../../src/lib/types/store/cart-item/cart.item.variation.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,+BAA+B;;;;iBAI1C,CAAC;AAEH,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAC7C,OAAO,+BAA+B,CACvC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cart.item.variation.schema.js","sourceRoot":"","sources":["../../../../../src/lib/types/store/cart-item/cart.item.variation.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,CAAC,MAAM,+BAA+B,GAAG,CAAC,CAAC,WAAW,CAAC;IAC3D,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE;IACzB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;CAClB,CAAC,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export * from './cart.item.add.
|
|
2
|
-
export * from './cart.item.
|
|
3
|
-
export * from './cart.item.price.
|
|
4
|
-
export * from './cart.item.quantity.limits.
|
|
5
|
-
export * from './cart.item.
|
|
6
|
-
export * from './cart.item.total.
|
|
7
|
-
export * from './cart.item.variation.
|
|
1
|
+
export * from './cart.item.add.schema.js';
|
|
2
|
+
export * from './cart.item.update.schema.js';
|
|
3
|
+
export * from './cart.item.price.schema.js';
|
|
4
|
+
export * from './cart.item.quantity.limits.schema.js';
|
|
5
|
+
export * from './cart.item.schema.js';
|
|
6
|
+
export * from './cart.item.total.schema.js';
|
|
7
|
+
export * from './cart.item.variation.schema.js';
|
|
8
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lib/types/store/cart-item/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lib/types/store/cart-item/index.ts"],"names":[],"mappings":"AAuBA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uCAAuC,CAAC;AACtD,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iCAAiC,CAAC"}
|
|
@@ -1,8 +1,29 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { schemaRegistry } from '../../schema-registry.js';
|
|
2
|
+
import { CartItemAddRequestSchema } from './cart.item.add.schema.js';
|
|
3
|
+
import { CartItemEditRequestSchema } from './cart.item.update.schema.js';
|
|
4
|
+
import { CartItemResponseSchema } from './cart.item.schema.js';
|
|
5
|
+
schemaRegistry.add(CartItemResponseSchema, {
|
|
6
|
+
surface: 'store',
|
|
7
|
+
route: '/wc/store/v1/cart/items',
|
|
8
|
+
kind: 'response',
|
|
9
|
+
});
|
|
10
|
+
schemaRegistry.add(CartItemAddRequestSchema, {
|
|
11
|
+
surface: 'store',
|
|
12
|
+
route: '/wc/store/v1/cart/add-item',
|
|
13
|
+
kind: 'request',
|
|
14
|
+
method: 'POST',
|
|
15
|
+
});
|
|
16
|
+
schemaRegistry.add(CartItemEditRequestSchema, {
|
|
17
|
+
surface: 'store',
|
|
18
|
+
route: '/wc/store/v1/cart/update-item',
|
|
19
|
+
kind: 'request',
|
|
20
|
+
method: 'POST',
|
|
21
|
+
});
|
|
22
|
+
export * from './cart.item.add.schema.js';
|
|
23
|
+
export * from './cart.item.update.schema.js';
|
|
24
|
+
export * from './cart.item.price.schema.js';
|
|
25
|
+
export * from './cart.item.quantity.limits.schema.js';
|
|
26
|
+
export * from './cart.item.schema.js';
|
|
27
|
+
export * from './cart.item.total.schema.js';
|
|
28
|
+
export * from './cart.item.variation.schema.js';
|
|
8
29
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/lib/types/store/cart-item/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/lib/types/store/cart-item/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,wBAAwB,EAAE,MAAM,2BAA2B,CAAC;AACrE,OAAO,EAAE,yBAAyB,EAAE,MAAM,8BAA8B,CAAC;AACzE,OAAO,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AAE/D,cAAc,CAAC,GAAG,CAAC,sBAAsB,EAAE;IACzC,OAAO,EAAE,OAAO;IAChB,KAAK,EAAE,yBAAyB;IAChC,IAAI,EAAE,UAAU;CACjB,CAAC,CAAC;AACH,cAAc,CAAC,GAAG,CAAC,wBAAwB,EAAE;IAC3C,OAAO,EAAE,OAAO;IAChB,KAAK,EAAE,4BAA4B;IACnC,IAAI,EAAE,SAAS;IACf,MAAM,EAAE,MAAM;CACf,CAAC,CAAC;AACH,cAAc,CAAC,GAAG,CAAC,yBAAyB,EAAE;IAC5C,OAAO,EAAE,OAAO;IAChB,KAAK,EAAE,+BAA+B;IACtC,IAAI,EAAE,SAAS;IACf,MAAM,EAAE,MAAM;CACf,CAAC,CAAC;AAEH,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uCAAuC,CAAC;AACtD,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iCAAiC,CAAC"}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const CheckoutBillingResponseSchema: z.ZodObject<{
|
|
3
|
-
first_name: z.ZodString
|
|
4
|
-
last_name: z.ZodString
|
|
5
|
-
company: z.ZodString
|
|
6
|
-
address_1: z.ZodString
|
|
7
|
-
address_2: z.ZodString
|
|
8
|
-
city: z.ZodString
|
|
9
|
-
state: z.ZodString
|
|
10
|
-
postcode: z.ZodString
|
|
11
|
-
country: z.ZodString
|
|
12
|
-
email: z.ZodString
|
|
13
|
-
phone: z.ZodString
|
|
3
|
+
first_name: z.ZodOptional<z.ZodString>;
|
|
4
|
+
last_name: z.ZodOptional<z.ZodString>;
|
|
5
|
+
company: z.ZodOptional<z.ZodString>;
|
|
6
|
+
address_1: z.ZodOptional<z.ZodString>;
|
|
7
|
+
address_2: z.ZodOptional<z.ZodString>;
|
|
8
|
+
city: z.ZodOptional<z.ZodString>;
|
|
9
|
+
state: z.ZodOptional<z.ZodString>;
|
|
10
|
+
postcode: z.ZodOptional<z.ZodString>;
|
|
11
|
+
country: z.ZodOptional<z.ZodString>;
|
|
12
|
+
email: z.ZodOptional<z.ZodString>;
|
|
13
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
14
14
|
}, z.core.$loose>;
|
|
15
15
|
export type CheckoutBillingResponse = z.infer<typeof CheckoutBillingResponseSchema>;
|
|
16
16
|
//# sourceMappingURL=checkout.billing.response.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkout.billing.response.d.ts","sourceRoot":"","sources":["../../../../../src/lib/types/store/checkout/checkout.billing.response.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"checkout.billing.response.d.ts","sourceRoot":"","sources":["../../../../../src/lib/types/store/checkout/checkout.billing.response.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;iBAoBxC,CAAC;AAEH,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAC3C,OAAO,6BAA6B,CACrC,CAAC"}
|
|
@@ -1,15 +1,21 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export const CheckoutBillingResponseSchema = z.looseObject({
|
|
3
|
-
first_name: z.string(),
|
|
4
|
-
last_name: z.string(),
|
|
5
|
-
company: z.string(),
|
|
6
|
-
address_1: z.string(),
|
|
7
|
-
address_2: z.string(),
|
|
8
|
-
city: z.string(),
|
|
9
|
-
state: z
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
3
|
+
first_name: z.string().optional().describe('First name'),
|
|
4
|
+
last_name: z.string().optional().describe('Last name'),
|
|
5
|
+
company: z.string().optional().describe('Company'),
|
|
6
|
+
address_1: z.string().optional().describe('Address'),
|
|
7
|
+
address_2: z.string().optional().describe('Apartment, suite, etc.'),
|
|
8
|
+
city: z.string().optional().describe('City'),
|
|
9
|
+
state: z
|
|
10
|
+
.string()
|
|
11
|
+
.optional()
|
|
12
|
+
.describe('State/County code, or name of the state, county, province, or district.'),
|
|
13
|
+
postcode: z.string().optional().describe('Postal code'),
|
|
14
|
+
country: z
|
|
15
|
+
.string()
|
|
16
|
+
.optional()
|
|
17
|
+
.describe('Country/Region code in ISO 3166-1 alpha-2 format.'),
|
|
18
|
+
email: z.string().optional().describe('Email'),
|
|
19
|
+
phone: z.string().optional().describe('Phone'),
|
|
14
20
|
});
|
|
15
21
|
//# sourceMappingURL=checkout.billing.response.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkout.billing.response.js","sourceRoot":"","sources":["../../../../../src/lib/types/store/checkout/checkout.billing.response.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,CAAC,MAAM,6BAA6B,GAAG,CAAC,CAAC,WAAW,CAAC;IACzD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;
|
|
1
|
+
{"version":3,"file":"checkout.billing.response.js","sourceRoot":"","sources":["../../../../../src/lib/types/store/checkout/checkout.billing.response.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,CAAC,MAAM,6BAA6B,GAAG,CAAC,CAAC,WAAW,CAAC;IACzD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,YAAY,CAAC;IACxD,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,WAAW,CAAC;IACtD,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,SAAS,CAAC;IAClD,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,SAAS,CAAC;IACpD,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,wBAAwB,CAAC;IACnE,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,MAAM,CAAC;IAC5C,KAAK,EAAE,CAAC;SACL,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,yEAAyE,CAC1E;IACH,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC;IACvD,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,mDAAmD,CAAC;IAChE,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,OAAO,CAAC;IAC9C,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,OAAO,CAAC;CAC/C,CAAC,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const CheckoutBillingResponseSchema: z.ZodObject<{
|
|
3
|
+
first_name: z.ZodOptional<z.ZodString>;
|
|
4
|
+
last_name: z.ZodOptional<z.ZodString>;
|
|
5
|
+
company: z.ZodOptional<z.ZodString>;
|
|
6
|
+
address_1: z.ZodOptional<z.ZodString>;
|
|
7
|
+
address_2: z.ZodOptional<z.ZodString>;
|
|
8
|
+
city: z.ZodOptional<z.ZodString>;
|
|
9
|
+
state: z.ZodOptional<z.ZodString>;
|
|
10
|
+
postcode: z.ZodOptional<z.ZodString>;
|
|
11
|
+
country: z.ZodOptional<z.ZodString>;
|
|
12
|
+
email: z.ZodOptional<z.ZodString>;
|
|
13
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
14
|
+
}, z.core.$loose>;
|
|
15
|
+
export type CheckoutBillingResponse = z.infer<typeof CheckoutBillingResponseSchema>;
|
|
16
|
+
//# sourceMappingURL=checkout.billing.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkout.billing.schema.d.ts","sourceRoot":"","sources":["../../../../../src/lib/types/store/checkout/checkout.billing.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;iBAoBxC,CAAC;AAEH,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAC3C,OAAO,6BAA6B,CACrC,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export const CheckoutBillingResponseSchema = z.looseObject({
|
|
3
|
+
first_name: z.string().optional().describe('First name'),
|
|
4
|
+
last_name: z.string().optional().describe('Last name'),
|
|
5
|
+
company: z.string().optional().describe('Company'),
|
|
6
|
+
address_1: z.string().optional().describe('Address'),
|
|
7
|
+
address_2: z.string().optional().describe('Apartment, suite, etc.'),
|
|
8
|
+
city: z.string().optional().describe('City'),
|
|
9
|
+
state: z
|
|
10
|
+
.string()
|
|
11
|
+
.optional()
|
|
12
|
+
.describe('State/County code, or name of the state, county, province, or district.'),
|
|
13
|
+
postcode: z.string().optional().describe('Postal code'),
|
|
14
|
+
country: z
|
|
15
|
+
.string()
|
|
16
|
+
.optional()
|
|
17
|
+
.describe('Country/Region code in ISO 3166-1 alpha-2 format.'),
|
|
18
|
+
email: z.string().optional().describe('Email'),
|
|
19
|
+
phone: z.string().optional().describe('Phone'),
|
|
20
|
+
});
|
|
21
|
+
//# sourceMappingURL=checkout.billing.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkout.billing.schema.js","sourceRoot":"","sources":["../../../../../src/lib/types/store/checkout/checkout.billing.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,CAAC,MAAM,6BAA6B,GAAG,CAAC,CAAC,WAAW,CAAC;IACzD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,YAAY,CAAC;IACxD,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,WAAW,CAAC;IACtD,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,SAAS,CAAC;IAClD,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,SAAS,CAAC;IACpD,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,wBAAwB,CAAC;IACnE,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,MAAM,CAAC;IAC5C,KAAK,EAAE,CAAC;SACL,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,yEAAyE,CAC1E;IACH,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC;IACvD,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,mDAAmD,CAAC;IAChE,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,OAAO,CAAC;IAC9C,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,OAAO,CAAC;CAC/C,CAAC,CAAC"}
|