@keystrokehq/shopify 0.0.16 → 0.1.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/README.md +9 -31
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/add-product-to-custom-collection.cjs +28 -0
- package/dist/actions/add-product-to-custom-collection.cjs.map +1 -0
- package/dist/actions/add-product-to-custom-collection.d.cts +9 -0
- package/dist/actions/add-product-to-custom-collection.d.cts.map +1 -0
- package/dist/actions/add-product-to-custom-collection.d.mts +9 -0
- package/dist/actions/add-product-to-custom-collection.d.mts.map +1 -0
- package/dist/actions/add-product-to-custom-collection.mjs +27 -0
- package/dist/actions/add-product-to-custom-collection.mjs.map +1 -0
- package/dist/actions/adjust-inventory-level.cjs +27 -0
- package/dist/actions/adjust-inventory-level.cjs.map +1 -0
- package/dist/actions/adjust-inventory-level.d.cts +9 -0
- package/dist/actions/adjust-inventory-level.d.cts.map +1 -0
- package/dist/actions/adjust-inventory-level.d.mts +9 -0
- package/dist/actions/adjust-inventory-level.d.mts.map +1 -0
- package/dist/actions/adjust-inventory-level.mjs +26 -0
- package/dist/actions/adjust-inventory-level.mjs.map +1 -0
- package/dist/actions/apply-fulfillment-hold.cjs +93 -0
- package/dist/actions/apply-fulfillment-hold.cjs.map +1 -0
- package/dist/actions/apply-fulfillment-hold.d.cts +9 -0
- package/dist/actions/apply-fulfillment-hold.d.cts.map +1 -0
- package/dist/actions/apply-fulfillment-hold.d.mts +9 -0
- package/dist/actions/apply-fulfillment-hold.d.mts.map +1 -0
- package/dist/actions/apply-fulfillment-hold.mjs +92 -0
- package/dist/actions/apply-fulfillment-hold.mjs.map +1 -0
- package/dist/actions/approve-comment.cjs +31 -0
- package/dist/actions/approve-comment.cjs.map +1 -0
- package/dist/actions/approve-comment.d.cts +9 -0
- package/dist/actions/approve-comment.d.cts.map +1 -0
- package/dist/actions/approve-comment.d.mts +9 -0
- package/dist/actions/approve-comment.d.mts.map +1 -0
- package/dist/actions/approve-comment.mjs +30 -0
- package/dist/actions/approve-comment.mjs.map +1 -0
- package/dist/actions/bulk-create-products.cjs +39 -0
- package/dist/actions/bulk-create-products.cjs.map +1 -0
- package/dist/actions/bulk-create-products.d.cts +9 -0
- package/dist/actions/bulk-create-products.d.cts.map +1 -0
- package/dist/actions/bulk-create-products.d.mts +9 -0
- package/dist/actions/bulk-create-products.d.mts.map +1 -0
- package/dist/actions/bulk-create-products.mjs +38 -0
- package/dist/actions/bulk-create-products.mjs.map +1 -0
- package/dist/actions/bulk-delete-metafields.cjs +32 -0
- package/dist/actions/bulk-delete-metafields.cjs.map +1 -0
- package/dist/actions/bulk-delete-metafields.d.cts +9 -0
- package/dist/actions/bulk-delete-metafields.d.cts.map +1 -0
- package/dist/actions/bulk-delete-metafields.d.mts +9 -0
- package/dist/actions/bulk-delete-metafields.d.mts.map +1 -0
- package/dist/actions/bulk-delete-metafields.mjs +31 -0
- package/dist/actions/bulk-delete-metafields.mjs.map +1 -0
- package/dist/actions/bulk-delete-metaobjects.cjs +32 -0
- package/dist/actions/bulk-delete-metaobjects.cjs.map +1 -0
- package/dist/actions/bulk-delete-metaobjects.d.cts +9 -0
- package/dist/actions/bulk-delete-metaobjects.d.cts.map +1 -0
- package/dist/actions/bulk-delete-metaobjects.d.mts +9 -0
- package/dist/actions/bulk-delete-metaobjects.d.mts.map +1 -0
- package/dist/actions/bulk-delete-metaobjects.mjs +31 -0
- package/dist/actions/bulk-delete-metaobjects.mjs.map +1 -0
- package/dist/actions/bulk-query-operation.cjs +31 -0
- package/dist/actions/bulk-query-operation.cjs.map +1 -0
- package/dist/actions/bulk-query-operation.d.cts +9 -0
- package/dist/actions/bulk-query-operation.d.cts.map +1 -0
- package/dist/actions/bulk-query-operation.d.mts +9 -0
- package/dist/actions/bulk-query-operation.d.mts.map +1 -0
- package/dist/actions/bulk-query-operation.mjs +28 -0
- package/dist/actions/bulk-query-operation.mjs.map +1 -0
- package/dist/actions/calculate-refund.cjs +61 -0
- package/dist/actions/calculate-refund.cjs.map +1 -0
- package/dist/actions/calculate-refund.d.cts +9 -0
- package/dist/actions/calculate-refund.d.cts.map +1 -0
- package/dist/actions/calculate-refund.d.mts +9 -0
- package/dist/actions/calculate-refund.d.mts.map +1 -0
- package/dist/actions/calculate-refund.mjs +60 -0
- package/dist/actions/calculate-refund.mjs.map +1 -0
- package/dist/actions/cancel-app-subscription.cjs +30 -0
- package/dist/actions/cancel-app-subscription.cjs.map +1 -0
- package/dist/actions/cancel-app-subscription.d.cts +9 -0
- package/dist/actions/cancel-app-subscription.d.cts.map +1 -0
- package/dist/actions/cancel-app-subscription.d.mts +9 -0
- package/dist/actions/cancel-app-subscription.d.mts.map +1 -0
- package/dist/actions/cancel-app-subscription.mjs +29 -0
- package/dist/actions/cancel-app-subscription.mjs.map +1 -0
- package/dist/actions/cancel-bulk-operation.cjs +27 -0
- package/dist/actions/cancel-bulk-operation.cjs.map +1 -0
- package/dist/actions/cancel-bulk-operation.d.cts +9 -0
- package/dist/actions/cancel-bulk-operation.d.cts.map +1 -0
- package/dist/actions/cancel-bulk-operation.d.mts +9 -0
- package/dist/actions/cancel-bulk-operation.d.mts.map +1 -0
- package/dist/actions/cancel-bulk-operation.mjs +26 -0
- package/dist/actions/cancel-bulk-operation.mjs.map +1 -0
- package/dist/actions/cancel-fulfillment-order.cjs +74 -0
- package/dist/actions/cancel-fulfillment-order.cjs.map +1 -0
- package/dist/actions/cancel-fulfillment-order.d.cts +9 -0
- package/dist/actions/cancel-fulfillment-order.d.cts.map +1 -0
- package/dist/actions/cancel-fulfillment-order.d.mts +9 -0
- package/dist/actions/cancel-fulfillment-order.d.mts.map +1 -0
- package/dist/actions/cancel-fulfillment-order.mjs +73 -0
- package/dist/actions/cancel-fulfillment-order.mjs.map +1 -0
- package/dist/actions/cancel-fulfillment.cjs +58 -0
- package/dist/actions/cancel-fulfillment.cjs.map +1 -0
- package/dist/actions/cancel-fulfillment.d.cts +9 -0
- package/dist/actions/cancel-fulfillment.d.cts.map +1 -0
- package/dist/actions/cancel-fulfillment.d.mts +9 -0
- package/dist/actions/cancel-fulfillment.d.mts.map +1 -0
- package/dist/actions/cancel-fulfillment.mjs +57 -0
- package/dist/actions/cancel-fulfillment.mjs.map +1 -0
- package/dist/actions/cancel-order.cjs +167 -0
- package/dist/actions/cancel-order.cjs.map +1 -0
- package/dist/actions/cancel-order.d.cts +9 -0
- package/dist/actions/cancel-order.d.cts.map +1 -0
- package/dist/actions/cancel-order.d.mts +9 -0
- package/dist/actions/cancel-order.d.mts.map +1 -0
- package/dist/actions/cancel-order.mjs +166 -0
- package/dist/actions/cancel-order.mjs.map +1 -0
- package/dist/actions/close-order.cjs +154 -0
- package/dist/actions/close-order.cjs.map +1 -0
- package/dist/actions/close-order.d.cts +9 -0
- package/dist/actions/close-order.d.cts.map +1 -0
- package/dist/actions/close-order.d.mts +9 -0
- package/dist/actions/close-order.d.mts.map +1 -0
- package/dist/actions/close-order.mjs +153 -0
- package/dist/actions/close-order.mjs.map +1 -0
- package/dist/actions/complete-draft-order.cjs +149 -0
- package/dist/actions/complete-draft-order.cjs.map +1 -0
- package/dist/actions/complete-draft-order.d.cts +9 -0
- package/dist/actions/complete-draft-order.d.cts.map +1 -0
- package/dist/actions/complete-draft-order.d.mts +9 -0
- package/dist/actions/complete-draft-order.d.mts.map +1 -0
- package/dist/actions/complete-draft-order.mjs +148 -0
- package/dist/actions/complete-draft-order.mjs.map +1 -0
- package/dist/actions/connect-inventory-level.cjs +27 -0
- package/dist/actions/connect-inventory-level.cjs.map +1 -0
- package/dist/actions/connect-inventory-level.d.cts +9 -0
- package/dist/actions/connect-inventory-level.d.cts.map +1 -0
- package/dist/actions/connect-inventory-level.d.mts +9 -0
- package/dist/actions/connect-inventory-level.d.mts.map +1 -0
- package/dist/actions/connect-inventory-level.mjs +26 -0
- package/dist/actions/connect-inventory-level.mjs.map +1 -0
- package/dist/actions/count-articles.cjs +29 -0
- package/dist/actions/count-articles.cjs.map +1 -0
- package/dist/actions/count-articles.d.cts +9 -0
- package/dist/actions/count-articles.d.cts.map +1 -0
- package/dist/actions/count-articles.d.mts +9 -0
- package/dist/actions/count-articles.d.mts.map +1 -0
- package/dist/actions/count-articles.mjs +26 -0
- package/dist/actions/count-articles.mjs.map +1 -0
- package/dist/actions/count-blogs.cjs +16 -0
- package/dist/actions/count-blogs.cjs.map +1 -0
- package/dist/actions/count-blogs.d.cts +9 -0
- package/dist/actions/count-blogs.d.cts.map +1 -0
- package/dist/actions/count-blogs.d.mts +9 -0
- package/dist/actions/count-blogs.d.mts.map +1 -0
- package/dist/actions/count-blogs.mjs +13 -0
- package/dist/actions/count-blogs.mjs.map +1 -0
- package/dist/actions/count-draft-orders.cjs +24 -0
- package/dist/actions/count-draft-orders.cjs.map +1 -0
- package/dist/actions/count-draft-orders.d.cts +9 -0
- package/dist/actions/count-draft-orders.d.cts.map +1 -0
- package/dist/actions/count-draft-orders.d.mts +9 -0
- package/dist/actions/count-draft-orders.d.mts.map +1 -0
- package/dist/actions/count-draft-orders.mjs +21 -0
- package/dist/actions/count-draft-orders.mjs.map +1 -0
- package/dist/actions/count-fulfillments.cjs +22 -0
- package/dist/actions/count-fulfillments.cjs.map +1 -0
- package/dist/actions/count-fulfillments.d.cts +9 -0
- package/dist/actions/count-fulfillments.d.cts.map +1 -0
- package/dist/actions/count-fulfillments.d.mts +9 -0
- package/dist/actions/count-fulfillments.d.mts.map +1 -0
- package/dist/actions/count-fulfillments.mjs +19 -0
- package/dist/actions/count-fulfillments.mjs.map +1 -0
- package/dist/actions/count-metafields.cjs +16 -0
- package/dist/actions/count-metafields.cjs.map +1 -0
- package/dist/actions/count-metafields.d.cts +9 -0
- package/dist/actions/count-metafields.d.cts.map +1 -0
- package/dist/actions/count-metafields.d.mts +9 -0
- package/dist/actions/count-metafields.d.mts.map +1 -0
- package/dist/actions/count-metafields.mjs +13 -0
- package/dist/actions/count-metafields.mjs.map +1 -0
- package/dist/actions/count-pages.cjs +25 -0
- package/dist/actions/count-pages.cjs.map +1 -0
- package/dist/actions/count-pages.d.cts +9 -0
- package/dist/actions/count-pages.d.cts.map +1 -0
- package/dist/actions/count-pages.d.mts +9 -0
- package/dist/actions/count-pages.d.mts.map +1 -0
- package/dist/actions/count-pages.mjs +22 -0
- package/dist/actions/count-pages.mjs.map +1 -0
- package/dist/actions/count-price-rules.cjs +16 -0
- package/dist/actions/count-price-rules.cjs.map +1 -0
- package/dist/actions/count-price-rules.d.cts +9 -0
- package/dist/actions/count-price-rules.d.cts.map +1 -0
- package/dist/actions/count-price-rules.d.mts +9 -0
- package/dist/actions/count-price-rules.d.mts.map +1 -0
- package/dist/actions/count-price-rules.mjs +13 -0
- package/dist/actions/count-price-rules.mjs.map +1 -0
- package/dist/actions/count-product-images.cjs +16 -0
- package/dist/actions/count-product-images.cjs.map +1 -0
- package/dist/actions/count-product-images.d.cts +9 -0
- package/dist/actions/count-product-images.d.cts.map +1 -0
- package/dist/actions/count-product-images.d.mts +9 -0
- package/dist/actions/count-product-images.d.mts.map +1 -0
- package/dist/actions/count-product-images.mjs +13 -0
- package/dist/actions/count-product-images.mjs.map +1 -0
- package/dist/actions/count-product-variants.cjs +16 -0
- package/dist/actions/count-product-variants.cjs.map +1 -0
- package/dist/actions/count-product-variants.d.cts +9 -0
- package/dist/actions/count-product-variants.d.cts.map +1 -0
- package/dist/actions/count-product-variants.d.mts +9 -0
- package/dist/actions/count-product-variants.d.mts.map +1 -0
- package/dist/actions/count-product-variants.mjs +13 -0
- package/dist/actions/count-product-variants.mjs.map +1 -0
- package/dist/actions/count-products.cjs +28 -0
- package/dist/actions/count-products.cjs.map +1 -0
- package/dist/actions/count-products.d.cts +9 -0
- package/dist/actions/count-products.d.cts.map +1 -0
- package/dist/actions/count-products.d.mts +9 -0
- package/dist/actions/count-products.d.mts.map +1 -0
- package/dist/actions/count-products.mjs +25 -0
- package/dist/actions/count-products.mjs.map +1 -0
- package/dist/actions/create-a-metafield.cjs +56 -0
- package/dist/actions/create-a-metafield.cjs.map +1 -0
- package/dist/actions/create-a-metafield.d.cts +9 -0
- package/dist/actions/create-a-metafield.d.cts.map +1 -0
- package/dist/actions/create-a-metafield.d.mts +9 -0
- package/dist/actions/create-a-metafield.d.mts.map +1 -0
- package/dist/actions/create-a-metafield.mjs +55 -0
- package/dist/actions/create-a-metafield.mjs.map +1 -0
- package/dist/actions/create-app-subscription.cjs +62 -0
- package/dist/actions/create-app-subscription.cjs.map +1 -0
- package/dist/actions/create-app-subscription.d.cts +9 -0
- package/dist/actions/create-app-subscription.d.cts.map +1 -0
- package/dist/actions/create-app-subscription.d.mts +9 -0
- package/dist/actions/create-app-subscription.d.mts.map +1 -0
- package/dist/actions/create-app-subscription.mjs +61 -0
- package/dist/actions/create-app-subscription.mjs.map +1 -0
- package/dist/actions/create-article-comment.cjs +39 -0
- package/dist/actions/create-article-comment.cjs.map +1 -0
- package/dist/actions/create-article-comment.d.cts +9 -0
- package/dist/actions/create-article-comment.d.cts.map +1 -0
- package/dist/actions/create-article-comment.d.mts +9 -0
- package/dist/actions/create-article-comment.d.mts.map +1 -0
- package/dist/actions/create-article-comment.mjs +38 -0
- package/dist/actions/create-article-comment.mjs.map +1 -0
- package/dist/actions/create-article.cjs +60 -0
- package/dist/actions/create-article.cjs.map +1 -0
- package/dist/actions/create-article.d.cts +9 -0
- package/dist/actions/create-article.d.cts.map +1 -0
- package/dist/actions/create-article.d.mts +9 -0
- package/dist/actions/create-article.d.mts.map +1 -0
- package/dist/actions/create-article.mjs +59 -0
- package/dist/actions/create-article.mjs.map +1 -0
- package/dist/actions/create-blog.cjs +44 -0
- package/dist/actions/create-blog.cjs.map +1 -0
- package/dist/actions/create-blog.d.cts +9 -0
- package/dist/actions/create-blog.d.cts.map +1 -0
- package/dist/actions/create-blog.d.mts +9 -0
- package/dist/actions/create-blog.d.mts.map +1 -0
- package/dist/actions/create-blog.mjs +43 -0
- package/dist/actions/create-blog.mjs.map +1 -0
- package/dist/actions/create-custom-collection.cjs +65 -0
- package/dist/actions/create-custom-collection.cjs.map +1 -0
- package/dist/actions/create-custom-collection.d.cts +9 -0
- package/dist/actions/create-custom-collection.d.cts.map +1 -0
- package/dist/actions/create-custom-collection.d.mts +9 -0
- package/dist/actions/create-custom-collection.d.mts.map +1 -0
- package/dist/actions/create-custom-collection.mjs +64 -0
- package/dist/actions/create-custom-collection.mjs.map +1 -0
- package/dist/actions/create-customer-account-activation-url.cjs +16 -0
- package/dist/actions/create-customer-account-activation-url.cjs.map +1 -0
- package/dist/actions/create-customer-account-activation-url.d.cts +9 -0
- package/dist/actions/create-customer-account-activation-url.d.cts.map +1 -0
- package/dist/actions/create-customer-account-activation-url.d.mts +9 -0
- package/dist/actions/create-customer-account-activation-url.d.mts.map +1 -0
- package/dist/actions/create-customer-account-activation-url.mjs +13 -0
- package/dist/actions/create-customer-account-activation-url.mjs.map +1 -0
- package/dist/actions/create-customer-address.cjs +53 -0
- package/dist/actions/create-customer-address.cjs.map +1 -0
- package/dist/actions/create-customer-address.d.cts +9 -0
- package/dist/actions/create-customer-address.d.cts.map +1 -0
- package/dist/actions/create-customer-address.d.mts +9 -0
- package/dist/actions/create-customer-address.d.mts.map +1 -0
- package/dist/actions/create-customer-address.mjs +52 -0
- package/dist/actions/create-customer-address.mjs.map +1 -0
- package/dist/actions/create-customer.cjs +129 -0
- package/dist/actions/create-customer.cjs.map +1 -0
- package/dist/actions/create-customer.d.cts +9 -0
- package/dist/actions/create-customer.d.cts.map +1 -0
- package/dist/actions/create-customer.d.mts +9 -0
- package/dist/actions/create-customer.d.mts.map +1 -0
- package/dist/actions/create-customer.mjs +128 -0
- package/dist/actions/create-customer.mjs.map +1 -0
- package/dist/actions/create-delegate-access-token.cjs +33 -0
- package/dist/actions/create-delegate-access-token.cjs.map +1 -0
- package/dist/actions/create-delegate-access-token.d.cts +9 -0
- package/dist/actions/create-delegate-access-token.d.cts.map +1 -0
- package/dist/actions/create-delegate-access-token.d.mts +9 -0
- package/dist/actions/create-delegate-access-token.d.mts.map +1 -0
- package/dist/actions/create-delegate-access-token.mjs +32 -0
- package/dist/actions/create-delegate-access-token.mjs.map +1 -0
- package/dist/actions/create-discount-code-batch.cjs +32 -0
- package/dist/actions/create-discount-code-batch.cjs.map +1 -0
- package/dist/actions/create-discount-code-batch.d.cts +9 -0
- package/dist/actions/create-discount-code-batch.d.cts.map +1 -0
- package/dist/actions/create-discount-code-batch.d.mts +9 -0
- package/dist/actions/create-discount-code-batch.d.mts.map +1 -0
- package/dist/actions/create-discount-code-batch.mjs +31 -0
- package/dist/actions/create-discount-code-batch.mjs.map +1 -0
- package/dist/actions/create-discount-code.cjs +27 -0
- package/dist/actions/create-discount-code.cjs.map +1 -0
- package/dist/actions/create-discount-code.d.cts +9 -0
- package/dist/actions/create-discount-code.d.cts.map +1 -0
- package/dist/actions/create-discount-code.d.mts +9 -0
- package/dist/actions/create-discount-code.d.mts.map +1 -0
- package/dist/actions/create-discount-code.mjs +26 -0
- package/dist/actions/create-discount-code.mjs.map +1 -0
- package/dist/actions/create-draft-order.cjs +177 -0
- package/dist/actions/create-draft-order.cjs.map +1 -0
- package/dist/actions/create-draft-order.d.cts +9 -0
- package/dist/actions/create-draft-order.d.cts.map +1 -0
- package/dist/actions/create-draft-order.d.mts +9 -0
- package/dist/actions/create-draft-order.d.mts.map +1 -0
- package/dist/actions/create-draft-order.mjs +176 -0
- package/dist/actions/create-draft-order.mjs.map +1 -0
- package/dist/actions/create-event-bridge-webhook-subscription.cjs +106 -0
- package/dist/actions/create-event-bridge-webhook-subscription.cjs.map +1 -0
- package/dist/actions/create-event-bridge-webhook-subscription.d.cts +9 -0
- package/dist/actions/create-event-bridge-webhook-subscription.d.cts.map +1 -0
- package/dist/actions/create-event-bridge-webhook-subscription.d.mts +9 -0
- package/dist/actions/create-event-bridge-webhook-subscription.d.mts.map +1 -0
- package/dist/actions/create-event-bridge-webhook-subscription.mjs +105 -0
- package/dist/actions/create-event-bridge-webhook-subscription.mjs.map +1 -0
- package/dist/actions/create-fulfillment-event.cjs +61 -0
- package/dist/actions/create-fulfillment-event.cjs.map +1 -0
- package/dist/actions/create-fulfillment-event.d.cts +9 -0
- package/dist/actions/create-fulfillment-event.d.cts.map +1 -0
- package/dist/actions/create-fulfillment-event.d.mts +9 -0
- package/dist/actions/create-fulfillment-event.d.mts.map +1 -0
- package/dist/actions/create-fulfillment-event.mjs +60 -0
- package/dist/actions/create-fulfillment-event.mjs.map +1 -0
- package/dist/actions/create-fulfillment.cjs +101 -0
- package/dist/actions/create-fulfillment.cjs.map +1 -0
- package/dist/actions/create-fulfillment.d.cts +9 -0
- package/dist/actions/create-fulfillment.d.cts.map +1 -0
- package/dist/actions/create-fulfillment.d.mts +9 -0
- package/dist/actions/create-fulfillment.d.mts.map +1 -0
- package/dist/actions/create-fulfillment.mjs +100 -0
- package/dist/actions/create-fulfillment.mjs.map +1 -0
- package/dist/actions/create-gift-card.cjs +48 -0
- package/dist/actions/create-gift-card.cjs.map +1 -0
- package/dist/actions/create-gift-card.d.cts +9 -0
- package/dist/actions/create-gift-card.d.cts.map +1 -0
- package/dist/actions/create-gift-card.d.mts +9 -0
- package/dist/actions/create-gift-card.d.mts.map +1 -0
- package/dist/actions/create-gift-card.mjs +47 -0
- package/dist/actions/create-gift-card.mjs.map +1 -0
- package/dist/actions/create-marketing-engagements.cjs +49 -0
- package/dist/actions/create-marketing-engagements.cjs.map +1 -0
- package/dist/actions/create-marketing-engagements.d.cts +9 -0
- package/dist/actions/create-marketing-engagements.d.cts.map +1 -0
- package/dist/actions/create-marketing-engagements.d.mts +9 -0
- package/dist/actions/create-marketing-engagements.d.mts.map +1 -0
- package/dist/actions/create-marketing-engagements.mjs +48 -0
- package/dist/actions/create-marketing-engagements.mjs.map +1 -0
- package/dist/actions/create-marketing-event.cjs +84 -0
- package/dist/actions/create-marketing-event.cjs.map +1 -0
- package/dist/actions/create-marketing-event.d.cts +9 -0
- package/dist/actions/create-marketing-event.d.cts.map +1 -0
- package/dist/actions/create-marketing-event.d.mts +9 -0
- package/dist/actions/create-marketing-event.d.mts.map +1 -0
- package/dist/actions/create-marketing-event.mjs +83 -0
- package/dist/actions/create-marketing-event.mjs.map +1 -0
- package/dist/actions/create-metafield.cjs +43 -0
- package/dist/actions/create-metafield.cjs.map +1 -0
- package/dist/actions/create-metafield.d.cts +9 -0
- package/dist/actions/create-metafield.d.cts.map +1 -0
- package/dist/actions/create-metafield.d.mts +9 -0
- package/dist/actions/create-metafield.d.mts.map +1 -0
- package/dist/actions/create-metafield.mjs +42 -0
- package/dist/actions/create-metafield.mjs.map +1 -0
- package/dist/actions/create-one-time-application-charge.cjs +36 -0
- package/dist/actions/create-one-time-application-charge.cjs.map +1 -0
- package/dist/actions/create-one-time-application-charge.d.cts +9 -0
- package/dist/actions/create-one-time-application-charge.d.cts.map +1 -0
- package/dist/actions/create-one-time-application-charge.d.mts +9 -0
- package/dist/actions/create-one-time-application-charge.d.mts.map +1 -0
- package/dist/actions/create-one-time-application-charge.mjs +35 -0
- package/dist/actions/create-one-time-application-charge.mjs.map +1 -0
- package/dist/actions/create-order-transaction.cjs +94 -0
- package/dist/actions/create-order-transaction.cjs.map +1 -0
- package/dist/actions/create-order-transaction.d.cts +9 -0
- package/dist/actions/create-order-transaction.d.cts.map +1 -0
- package/dist/actions/create-order-transaction.d.mts +9 -0
- package/dist/actions/create-order-transaction.d.mts.map +1 -0
- package/dist/actions/create-order-transaction.mjs +93 -0
- package/dist/actions/create-order-transaction.mjs.map +1 -0
- package/dist/actions/create-order.cjs +288 -0
- package/dist/actions/create-order.cjs.map +1 -0
- package/dist/actions/create-order.d.cts +9 -0
- package/dist/actions/create-order.d.cts.map +1 -0
- package/dist/actions/create-order.d.mts +9 -0
- package/dist/actions/create-order.d.mts.map +1 -0
- package/dist/actions/create-order.mjs +287 -0
- package/dist/actions/create-order.mjs.map +1 -0
- package/dist/actions/create-page.cjs +44 -0
- package/dist/actions/create-page.cjs.map +1 -0
- package/dist/actions/create-page.d.cts +9 -0
- package/dist/actions/create-page.d.cts.map +1 -0
- package/dist/actions/create-page.d.mts +9 -0
- package/dist/actions/create-page.d.mts.map +1 -0
- package/dist/actions/create-page.mjs +43 -0
- package/dist/actions/create-page.mjs.map +1 -0
- package/dist/actions/create-price-rule.cjs +85 -0
- package/dist/actions/create-price-rule.cjs.map +1 -0
- package/dist/actions/create-price-rule.d.cts +9 -0
- package/dist/actions/create-price-rule.d.cts.map +1 -0
- package/dist/actions/create-price-rule.d.mts +9 -0
- package/dist/actions/create-price-rule.d.mts.map +1 -0
- package/dist/actions/create-price-rule.mjs +84 -0
- package/dist/actions/create-price-rule.mjs.map +1 -0
- package/dist/actions/create-product-metafield.cjs +43 -0
- package/dist/actions/create-product-metafield.cjs.map +1 -0
- package/dist/actions/create-product-metafield.d.cts +9 -0
- package/dist/actions/create-product-metafield.d.cts.map +1 -0
- package/dist/actions/create-product-metafield.d.mts +9 -0
- package/dist/actions/create-product-metafield.d.mts.map +1 -0
- package/dist/actions/create-product-metafield.mjs +42 -0
- package/dist/actions/create-product-metafield.mjs.map +1 -0
- package/dist/actions/create-product-variant.cjs +79 -0
- package/dist/actions/create-product-variant.cjs.map +1 -0
- package/dist/actions/create-product-variant.d.cts +9 -0
- package/dist/actions/create-product-variant.d.cts.map +1 -0
- package/dist/actions/create-product-variant.d.mts +9 -0
- package/dist/actions/create-product-variant.d.mts.map +1 -0
- package/dist/actions/create-product-variant.mjs +78 -0
- package/dist/actions/create-product-variant.mjs.map +1 -0
- package/dist/actions/create-pub-sub-webhook-subscription.cjs +110 -0
- package/dist/actions/create-pub-sub-webhook-subscription.cjs.map +1 -0
- package/dist/actions/create-pub-sub-webhook-subscription.d.cts +9 -0
- package/dist/actions/create-pub-sub-webhook-subscription.d.cts.map +1 -0
- package/dist/actions/create-pub-sub-webhook-subscription.d.mts +9 -0
- package/dist/actions/create-pub-sub-webhook-subscription.d.mts.map +1 -0
- package/dist/actions/create-pub-sub-webhook-subscription.mjs +109 -0
- package/dist/actions/create-pub-sub-webhook-subscription.mjs.map +1 -0
- package/dist/actions/create-redirect.cjs +24 -0
- package/dist/actions/create-redirect.cjs.map +1 -0
- package/dist/actions/create-redirect.d.cts +9 -0
- package/dist/actions/create-redirect.d.cts.map +1 -0
- package/dist/actions/create-redirect.d.mts +9 -0
- package/dist/actions/create-redirect.d.mts.map +1 -0
- package/dist/actions/create-redirect.mjs +23 -0
- package/dist/actions/create-redirect.mjs.map +1 -0
- package/dist/actions/create-refund.cjs +115 -0
- package/dist/actions/create-refund.cjs.map +1 -0
- package/dist/actions/create-refund.d.cts +9 -0
- package/dist/actions/create-refund.d.cts.map +1 -0
- package/dist/actions/create-refund.d.mts +9 -0
- package/dist/actions/create-refund.d.mts.map +1 -0
- package/dist/actions/create-refund.mjs +114 -0
- package/dist/actions/create-refund.mjs.map +1 -0
- package/dist/actions/create-resource-feedback.cjs +30 -0
- package/dist/actions/create-resource-feedback.cjs.map +1 -0
- package/dist/actions/create-resource-feedback.d.cts +9 -0
- package/dist/actions/create-resource-feedback.d.cts.map +1 -0
- package/dist/actions/create-resource-feedback.d.mts +9 -0
- package/dist/actions/create-resource-feedback.d.mts.map +1 -0
- package/dist/actions/create-resource-feedback.mjs +29 -0
- package/dist/actions/create-resource-feedback.mjs.map +1 -0
- package/dist/actions/create-script-tag.cjs +34 -0
- package/dist/actions/create-script-tag.cjs.map +1 -0
- package/dist/actions/create-script-tag.d.cts +9 -0
- package/dist/actions/create-script-tag.d.cts.map +1 -0
- package/dist/actions/create-script-tag.d.mts +9 -0
- package/dist/actions/create-script-tag.d.mts.map +1 -0
- package/dist/actions/create-script-tag.mjs +33 -0
- package/dist/actions/create-script-tag.mjs.map +1 -0
- package/dist/actions/create-smart-collections.cjs +71 -0
- package/dist/actions/create-smart-collections.cjs.map +1 -0
- package/dist/actions/create-smart-collections.d.cts +9 -0
- package/dist/actions/create-smart-collections.d.cts.map +1 -0
- package/dist/actions/create-smart-collections.d.mts +9 -0
- package/dist/actions/create-smart-collections.d.mts.map +1 -0
- package/dist/actions/create-smart-collections.mjs +70 -0
- package/dist/actions/create-smart-collections.mjs.map +1 -0
- package/dist/actions/create-storefront-access-token.cjs +24 -0
- package/dist/actions/create-storefront-access-token.cjs.map +1 -0
- package/dist/actions/create-storefront-access-token.d.cts +9 -0
- package/dist/actions/create-storefront-access-token.d.cts.map +1 -0
- package/dist/actions/create-storefront-access-token.d.mts +9 -0
- package/dist/actions/create-storefront-access-token.d.mts.map +1 -0
- package/dist/actions/create-storefront-access-token.mjs +23 -0
- package/dist/actions/create-storefront-access-token.mjs.map +1 -0
- package/dist/actions/create-theme.cjs +35 -0
- package/dist/actions/create-theme.cjs.map +1 -0
- package/dist/actions/create-theme.d.cts +9 -0
- package/dist/actions/create-theme.d.cts.map +1 -0
- package/dist/actions/create-theme.d.mts +9 -0
- package/dist/actions/create-theme.d.mts.map +1 -0
- package/dist/actions/create-theme.mjs +34 -0
- package/dist/actions/create-theme.mjs.map +1 -0
- package/dist/actions/create-webhook-subscription.cjs +104 -0
- package/dist/actions/create-webhook-subscription.cjs.map +1 -0
- package/dist/actions/create-webhook-subscription.d.cts +9 -0
- package/dist/actions/create-webhook-subscription.d.cts.map +1 -0
- package/dist/actions/create-webhook-subscription.d.mts +9 -0
- package/dist/actions/create-webhook-subscription.d.mts.map +1 -0
- package/dist/actions/create-webhook-subscription.mjs +103 -0
- package/dist/actions/create-webhook-subscription.mjs.map +1 -0
- package/dist/actions/creates-or-updates-an-asset-for-a-theme.cjs +33 -0
- package/dist/actions/creates-or-updates-an-asset-for-a-theme.cjs.map +1 -0
- package/dist/actions/creates-or-updates-an-asset-for-a-theme.d.cts +9 -0
- package/dist/actions/creates-or-updates-an-asset-for-a-theme.d.cts.map +1 -0
- package/dist/actions/creates-or-updates-an-asset-for-a-theme.d.mts +9 -0
- package/dist/actions/creates-or-updates-an-asset-for-a-theme.d.mts.map +1 -0
- package/dist/actions/creates-or-updates-an-asset-for-a-theme.mjs +32 -0
- package/dist/actions/creates-or-updates-an-asset-for-a-theme.mjs.map +1 -0
- package/dist/actions/delete-article.cjs +19 -0
- package/dist/actions/delete-article.cjs.map +1 -0
- package/dist/actions/delete-article.d.cts +9 -0
- package/dist/actions/delete-article.d.cts.map +1 -0
- package/dist/actions/delete-article.d.mts +9 -0
- package/dist/actions/delete-article.d.mts.map +1 -0
- package/dist/actions/delete-article.mjs +16 -0
- package/dist/actions/delete-article.mjs.map +1 -0
- package/dist/actions/delete-blog.cjs +16 -0
- package/dist/actions/delete-blog.cjs.map +1 -0
- package/dist/actions/delete-blog.d.cts +9 -0
- package/dist/actions/delete-blog.d.cts.map +1 -0
- package/dist/actions/delete-blog.d.mts +9 -0
- package/dist/actions/delete-blog.d.mts.map +1 -0
- package/dist/actions/delete-blog.mjs +13 -0
- package/dist/actions/delete-blog.mjs.map +1 -0
- package/dist/actions/delete-collect.cjs +16 -0
- package/dist/actions/delete-collect.cjs.map +1 -0
- package/dist/actions/delete-collect.d.cts +9 -0
- package/dist/actions/delete-collect.d.cts.map +1 -0
- package/dist/actions/delete-collect.d.mts +9 -0
- package/dist/actions/delete-collect.d.mts.map +1 -0
- package/dist/actions/delete-collect.mjs +13 -0
- package/dist/actions/delete-collect.mjs.map +1 -0
- package/dist/actions/delete-comment.cjs +31 -0
- package/dist/actions/delete-comment.cjs.map +1 -0
- package/dist/actions/delete-comment.d.cts +9 -0
- package/dist/actions/delete-comment.d.cts.map +1 -0
- package/dist/actions/delete-comment.d.mts +9 -0
- package/dist/actions/delete-comment.d.mts.map +1 -0
- package/dist/actions/delete-comment.mjs +30 -0
- package/dist/actions/delete-comment.mjs.map +1 -0
- package/dist/actions/delete-customer-address.cjs +19 -0
- package/dist/actions/delete-customer-address.cjs.map +1 -0
- package/dist/actions/delete-customer-address.d.cts +9 -0
- package/dist/actions/delete-customer-address.d.cts.map +1 -0
- package/dist/actions/delete-customer-address.d.mts +9 -0
- package/dist/actions/delete-customer-address.d.mts.map +1 -0
- package/dist/actions/delete-customer-address.mjs +16 -0
- package/dist/actions/delete-customer-address.mjs.map +1 -0
- package/dist/actions/delete-customer.cjs +16 -0
- package/dist/actions/delete-customer.cjs.map +1 -0
- package/dist/actions/delete-customer.d.cts +9 -0
- package/dist/actions/delete-customer.d.cts.map +1 -0
- package/dist/actions/delete-customer.d.mts +9 -0
- package/dist/actions/delete-customer.d.mts.map +1 -0
- package/dist/actions/delete-customer.mjs +13 -0
- package/dist/actions/delete-customer.mjs.map +1 -0
- package/dist/actions/delete-draft-order.cjs +16 -0
- package/dist/actions/delete-draft-order.cjs.map +1 -0
- package/dist/actions/delete-draft-order.d.cts +9 -0
- package/dist/actions/delete-draft-order.d.cts.map +1 -0
- package/dist/actions/delete-draft-order.d.mts +9 -0
- package/dist/actions/delete-draft-order.d.mts.map +1 -0
- package/dist/actions/delete-draft-order.mjs +13 -0
- package/dist/actions/delete-draft-order.mjs.map +1 -0
- package/dist/actions/delete-fulfillment-service.cjs +16 -0
- package/dist/actions/delete-fulfillment-service.cjs.map +1 -0
- package/dist/actions/delete-fulfillment-service.d.cts +9 -0
- package/dist/actions/delete-fulfillment-service.d.cts.map +1 -0
- package/dist/actions/delete-fulfillment-service.d.mts +9 -0
- package/dist/actions/delete-fulfillment-service.d.mts.map +1 -0
- package/dist/actions/delete-fulfillment-service.mjs +13 -0
- package/dist/actions/delete-fulfillment-service.mjs.map +1 -0
- package/dist/actions/delete-inventory-level.cjs +19 -0
- package/dist/actions/delete-inventory-level.cjs.map +1 -0
- package/dist/actions/delete-inventory-level.d.cts +9 -0
- package/dist/actions/delete-inventory-level.d.cts.map +1 -0
- package/dist/actions/delete-inventory-level.d.mts +9 -0
- package/dist/actions/delete-inventory-level.d.mts.map +1 -0
- package/dist/actions/delete-inventory-level.mjs +16 -0
- package/dist/actions/delete-inventory-level.mjs.map +1 -0
- package/dist/actions/delete-marketing-event.cjs +16 -0
- package/dist/actions/delete-marketing-event.cjs.map +1 -0
- package/dist/actions/delete-marketing-event.d.cts +9 -0
- package/dist/actions/delete-marketing-event.d.cts.map +1 -0
- package/dist/actions/delete-marketing-event.d.mts +9 -0
- package/dist/actions/delete-marketing-event.d.mts.map +1 -0
- package/dist/actions/delete-marketing-event.mjs +13 -0
- package/dist/actions/delete-marketing-event.mjs.map +1 -0
- package/dist/actions/delete-metafield.cjs +20 -0
- package/dist/actions/delete-metafield.cjs.map +1 -0
- package/dist/actions/delete-metafield.d.cts +9 -0
- package/dist/actions/delete-metafield.d.cts.map +1 -0
- package/dist/actions/delete-metafield.d.mts +9 -0
- package/dist/actions/delete-metafield.d.mts.map +1 -0
- package/dist/actions/delete-metafield.mjs +17 -0
- package/dist/actions/delete-metafield.mjs.map +1 -0
- package/dist/actions/delete-metaobject-definition.cjs +24 -0
- package/dist/actions/delete-metaobject-definition.cjs.map +1 -0
- package/dist/actions/delete-metaobject-definition.d.cts +9 -0
- package/dist/actions/delete-metaobject-definition.d.cts.map +1 -0
- package/dist/actions/delete-metaobject-definition.d.mts +9 -0
- package/dist/actions/delete-metaobject-definition.d.mts.map +1 -0
- package/dist/actions/delete-metaobject-definition.mjs +23 -0
- package/dist/actions/delete-metaobject-definition.mjs.map +1 -0
- package/dist/actions/delete-metaobject.cjs +24 -0
- package/dist/actions/delete-metaobject.cjs.map +1 -0
- package/dist/actions/delete-metaobject.d.cts +9 -0
- package/dist/actions/delete-metaobject.d.cts.map +1 -0
- package/dist/actions/delete-metaobject.d.mts +9 -0
- package/dist/actions/delete-metaobject.d.mts.map +1 -0
- package/dist/actions/delete-metaobject.mjs +23 -0
- package/dist/actions/delete-metaobject.mjs.map +1 -0
- package/dist/actions/delete-order.cjs +16 -0
- package/dist/actions/delete-order.cjs.map +1 -0
- package/dist/actions/delete-order.d.cts +9 -0
- package/dist/actions/delete-order.d.cts.map +1 -0
- package/dist/actions/delete-order.d.mts +9 -0
- package/dist/actions/delete-order.d.mts.map +1 -0
- package/dist/actions/delete-order.mjs +13 -0
- package/dist/actions/delete-order.mjs.map +1 -0
- package/dist/actions/delete-page.cjs +16 -0
- package/dist/actions/delete-page.cjs.map +1 -0
- package/dist/actions/delete-page.d.cts +9 -0
- package/dist/actions/delete-page.d.cts.map +1 -0
- package/dist/actions/delete-page.d.mts +9 -0
- package/dist/actions/delete-page.d.mts.map +1 -0
- package/dist/actions/delete-page.mjs +13 -0
- package/dist/actions/delete-page.mjs.map +1 -0
- package/dist/actions/delete-price-rule.cjs +16 -0
- package/dist/actions/delete-price-rule.cjs.map +1 -0
- package/dist/actions/delete-price-rule.d.cts +9 -0
- package/dist/actions/delete-price-rule.d.cts.map +1 -0
- package/dist/actions/delete-price-rule.d.mts +9 -0
- package/dist/actions/delete-price-rule.d.mts.map +1 -0
- package/dist/actions/delete-price-rule.mjs +13 -0
- package/dist/actions/delete-price-rule.mjs.map +1 -0
- package/dist/actions/delete-product-image.cjs +19 -0
- package/dist/actions/delete-product-image.cjs.map +1 -0
- package/dist/actions/delete-product-image.d.cts +9 -0
- package/dist/actions/delete-product-image.d.cts.map +1 -0
- package/dist/actions/delete-product-image.d.mts +9 -0
- package/dist/actions/delete-product-image.d.mts.map +1 -0
- package/dist/actions/delete-product-image.mjs +16 -0
- package/dist/actions/delete-product-image.mjs.map +1 -0
- package/dist/actions/delete-product-metafield.cjs +31 -0
- package/dist/actions/delete-product-metafield.cjs.map +1 -0
- package/dist/actions/delete-product-metafield.d.cts +9 -0
- package/dist/actions/delete-product-metafield.d.cts.map +1 -0
- package/dist/actions/delete-product-metafield.d.mts +9 -0
- package/dist/actions/delete-product-metafield.d.mts.map +1 -0
- package/dist/actions/delete-product-metafield.mjs +30 -0
- package/dist/actions/delete-product-metafield.mjs.map +1 -0
- package/dist/actions/delete-product-variant.cjs +19 -0
- package/dist/actions/delete-product-variant.cjs.map +1 -0
- package/dist/actions/delete-product-variant.d.cts +9 -0
- package/dist/actions/delete-product-variant.d.cts.map +1 -0
- package/dist/actions/delete-product-variant.d.mts +9 -0
- package/dist/actions/delete-product-variant.d.mts.map +1 -0
- package/dist/actions/delete-product-variant.mjs +16 -0
- package/dist/actions/delete-product-variant.mjs.map +1 -0
- package/dist/actions/delete-product.cjs +16 -0
- package/dist/actions/delete-product.cjs.map +1 -0
- package/dist/actions/delete-product.d.cts +9 -0
- package/dist/actions/delete-product.d.cts.map +1 -0
- package/dist/actions/delete-product.d.mts +9 -0
- package/dist/actions/delete-product.d.mts.map +1 -0
- package/dist/actions/delete-product.mjs +13 -0
- package/dist/actions/delete-product.mjs.map +1 -0
- package/dist/actions/delete-redirect.cjs +16 -0
- package/dist/actions/delete-redirect.cjs.map +1 -0
- package/dist/actions/delete-redirect.d.cts +9 -0
- package/dist/actions/delete-redirect.d.cts.map +1 -0
- package/dist/actions/delete-redirect.d.mts +9 -0
- package/dist/actions/delete-redirect.d.mts.map +1 -0
- package/dist/actions/delete-redirect.mjs +13 -0
- package/dist/actions/delete-redirect.mjs.map +1 -0
- package/dist/actions/delete-saved-search.cjs +24 -0
- package/dist/actions/delete-saved-search.cjs.map +1 -0
- package/dist/actions/delete-saved-search.d.cts +9 -0
- package/dist/actions/delete-saved-search.d.cts.map +1 -0
- package/dist/actions/delete-saved-search.d.mts +9 -0
- package/dist/actions/delete-saved-search.d.mts.map +1 -0
- package/dist/actions/delete-saved-search.mjs +23 -0
- package/dist/actions/delete-saved-search.mjs.map +1 -0
- package/dist/actions/delete-smart-collection.cjs +16 -0
- package/dist/actions/delete-smart-collection.cjs.map +1 -0
- package/dist/actions/delete-smart-collection.d.cts +9 -0
- package/dist/actions/delete-smart-collection.d.cts.map +1 -0
- package/dist/actions/delete-smart-collection.d.mts +9 -0
- package/dist/actions/delete-smart-collection.d.mts.map +1 -0
- package/dist/actions/delete-smart-collection.mjs +13 -0
- package/dist/actions/delete-smart-collection.mjs.map +1 -0
- package/dist/actions/delete-storefront-access-token.cjs +16 -0
- package/dist/actions/delete-storefront-access-token.cjs.map +1 -0
- package/dist/actions/delete-storefront-access-token.d.cts +9 -0
- package/dist/actions/delete-storefront-access-token.d.cts.map +1 -0
- package/dist/actions/delete-storefront-access-token.d.mts +9 -0
- package/dist/actions/delete-storefront-access-token.d.mts.map +1 -0
- package/dist/actions/delete-storefront-access-token.mjs +13 -0
- package/dist/actions/delete-storefront-access-token.mjs.map +1 -0
- package/dist/actions/delete-theme-asset.cjs +19 -0
- package/dist/actions/delete-theme-asset.cjs.map +1 -0
- package/dist/actions/delete-theme-asset.d.cts +9 -0
- package/dist/actions/delete-theme-asset.d.cts.map +1 -0
- package/dist/actions/delete-theme-asset.d.mts +9 -0
- package/dist/actions/delete-theme-asset.d.mts.map +1 -0
- package/dist/actions/delete-theme-asset.mjs +16 -0
- package/dist/actions/delete-theme-asset.mjs.map +1 -0
- package/dist/actions/delete-theme.cjs +27 -0
- package/dist/actions/delete-theme.cjs.map +1 -0
- package/dist/actions/delete-theme.d.cts +9 -0
- package/dist/actions/delete-theme.d.cts.map +1 -0
- package/dist/actions/delete-theme.d.mts +9 -0
- package/dist/actions/delete-theme.d.mts.map +1 -0
- package/dist/actions/delete-theme.mjs +26 -0
- package/dist/actions/delete-theme.mjs.map +1 -0
- package/dist/actions/delete-web-presence.cjs +23 -0
- package/dist/actions/delete-web-presence.cjs.map +1 -0
- package/dist/actions/delete-web-presence.d.cts +9 -0
- package/dist/actions/delete-web-presence.d.cts.map +1 -0
- package/dist/actions/delete-web-presence.d.mts +9 -0
- package/dist/actions/delete-web-presence.d.mts.map +1 -0
- package/dist/actions/delete-web-presence.mjs +22 -0
- package/dist/actions/delete-web-presence.mjs.map +1 -0
- package/dist/actions/delete-webhook-subscription.cjs +24 -0
- package/dist/actions/delete-webhook-subscription.cjs.map +1 -0
- package/dist/actions/delete-webhook-subscription.d.cts +9 -0
- package/dist/actions/delete-webhook-subscription.d.cts.map +1 -0
- package/dist/actions/delete-webhook-subscription.d.mts +9 -0
- package/dist/actions/delete-webhook-subscription.d.mts.map +1 -0
- package/dist/actions/delete-webhook-subscription.mjs +23 -0
- package/dist/actions/delete-webhook-subscription.mjs.map +1 -0
- package/dist/actions/deletes-a-custom-collection.cjs +16 -0
- package/dist/actions/deletes-a-custom-collection.cjs.map +1 -0
- package/dist/actions/deletes-a-custom-collection.d.cts +9 -0
- package/dist/actions/deletes-a-custom-collection.d.cts.map +1 -0
- package/dist/actions/deletes-a-custom-collection.d.mts +9 -0
- package/dist/actions/deletes-a-custom-collection.d.mts.map +1 -0
- package/dist/actions/deletes-a-custom-collection.mjs +13 -0
- package/dist/actions/deletes-a-custom-collection.mjs.map +1 -0
- package/dist/actions/deletes-a-discount-code.cjs +19 -0
- package/dist/actions/deletes-a-discount-code.cjs.map +1 -0
- package/dist/actions/deletes-a-discount-code.d.cts +9 -0
- package/dist/actions/deletes-a-discount-code.d.cts.map +1 -0
- package/dist/actions/deletes-a-discount-code.d.mts +9 -0
- package/dist/actions/deletes-a-discount-code.d.mts.map +1 -0
- package/dist/actions/deletes-a-discount-code.mjs +16 -0
- package/dist/actions/deletes-a-discount-code.mjs.map +1 -0
- package/dist/actions/disable-gift-card.cjs +34 -0
- package/dist/actions/disable-gift-card.cjs.map +1 -0
- package/dist/actions/disable-gift-card.d.cts +9 -0
- package/dist/actions/disable-gift-card.d.cts.map +1 -0
- package/dist/actions/disable-gift-card.d.mts +9 -0
- package/dist/actions/disable-gift-card.d.mts.map +1 -0
- package/dist/actions/disable-gift-card.mjs +33 -0
- package/dist/actions/disable-gift-card.mjs.map +1 -0
- package/dist/actions/enable-standard-metaobject-definition.cjs +40 -0
- package/dist/actions/enable-standard-metaobject-definition.cjs.map +1 -0
- package/dist/actions/enable-standard-metaobject-definition.d.cts +9 -0
- package/dist/actions/enable-standard-metaobject-definition.d.cts.map +1 -0
- package/dist/actions/enable-standard-metaobject-definition.d.mts +9 -0
- package/dist/actions/enable-standard-metaobject-definition.d.mts.map +1 -0
- package/dist/actions/enable-standard-metaobject-definition.mjs +39 -0
- package/dist/actions/enable-standard-metaobject-definition.mjs.map +1 -0
- package/dist/actions/get-abandonment-by-abandoned-checkout-id.cjs +44 -0
- package/dist/actions/get-abandonment-by-abandoned-checkout-id.cjs.map +1 -0
- package/dist/actions/get-abandonment-by-abandoned-checkout-id.d.cts +9 -0
- package/dist/actions/get-abandonment-by-abandoned-checkout-id.d.cts.map +1 -0
- package/dist/actions/get-abandonment-by-abandoned-checkout-id.d.mts +9 -0
- package/dist/actions/get-abandonment-by-abandoned-checkout-id.d.mts.map +1 -0
- package/dist/actions/get-abandonment-by-abandoned-checkout-id.mjs +43 -0
- package/dist/actions/get-abandonment-by-abandoned-checkout-id.mjs.map +1 -0
- package/dist/actions/get-abandonment.cjs +57 -0
- package/dist/actions/get-abandonment.cjs.map +1 -0
- package/dist/actions/get-abandonment.d.cts +9 -0
- package/dist/actions/get-abandonment.d.cts.map +1 -0
- package/dist/actions/get-abandonment.d.mts +9 -0
- package/dist/actions/get-abandonment.d.mts.map +1 -0
- package/dist/actions/get-abandonment.mjs +56 -0
- package/dist/actions/get-abandonment.mjs.map +1 -0
- package/dist/actions/get-access-scopes.cjs +17 -0
- package/dist/actions/get-access-scopes.cjs.map +1 -0
- package/dist/actions/get-access-scopes.d.cts +9 -0
- package/dist/actions/get-access-scopes.d.cts.map +1 -0
- package/dist/actions/get-access-scopes.d.mts +9 -0
- package/dist/actions/get-access-scopes.d.mts.map +1 -0
- package/dist/actions/get-access-scopes.mjs +16 -0
- package/dist/actions/get-access-scopes.mjs.map +1 -0
- package/dist/actions/get-app-by-handle.cjs +57 -0
- package/dist/actions/get-app-by-handle.cjs.map +1 -0
- package/dist/actions/get-app-by-handle.d.cts +9 -0
- package/dist/actions/get-app-by-handle.d.cts.map +1 -0
- package/dist/actions/get-app-by-handle.d.mts +9 -0
- package/dist/actions/get-app-by-handle.d.mts.map +1 -0
- package/dist/actions/get-app-by-handle.mjs +56 -0
- package/dist/actions/get-app-by-handle.mjs.map +1 -0
- package/dist/actions/get-app-installation.cjs +40 -0
- package/dist/actions/get-app-installation.cjs.map +1 -0
- package/dist/actions/get-app-installation.d.cts +9 -0
- package/dist/actions/get-app-installation.d.cts.map +1 -0
- package/dist/actions/get-app-installation.d.mts +9 -0
- package/dist/actions/get-app-installation.d.mts.map +1 -0
- package/dist/actions/get-app-installation.mjs +39 -0
- package/dist/actions/get-app-installation.mjs.map +1 -0
- package/dist/actions/get-app.cjs +63 -0
- package/dist/actions/get-app.cjs.map +1 -0
- package/dist/actions/get-app.d.cts +9 -0
- package/dist/actions/get-app.d.cts.map +1 -0
- package/dist/actions/get-app.d.mts +9 -0
- package/dist/actions/get-app.d.mts.map +1 -0
- package/dist/actions/get-app.mjs +62 -0
- package/dist/actions/get-app.mjs.map +1 -0
- package/dist/actions/get-application-charge-by-id.cjs +33 -0
- package/dist/actions/get-application-charge-by-id.cjs.map +1 -0
- package/dist/actions/get-application-charge-by-id.d.cts +9 -0
- package/dist/actions/get-application-charge-by-id.d.cts.map +1 -0
- package/dist/actions/get-application-charge-by-id.d.mts +9 -0
- package/dist/actions/get-application-charge-by-id.d.mts.map +1 -0
- package/dist/actions/get-application-charge-by-id.mjs +32 -0
- package/dist/actions/get-application-charge-by-id.mjs.map +1 -0
- package/dist/actions/get-application-charges.cjs +34 -0
- package/dist/actions/get-application-charges.cjs.map +1 -0
- package/dist/actions/get-application-charges.d.cts +9 -0
- package/dist/actions/get-application-charges.d.cts.map +1 -0
- package/dist/actions/get-application-charges.d.mts +9 -0
- package/dist/actions/get-application-charges.d.mts.map +1 -0
- package/dist/actions/get-application-charges.mjs +33 -0
- package/dist/actions/get-application-charges.mjs.map +1 -0
- package/dist/actions/get-application-credits.cjs +23 -0
- package/dist/actions/get-application-credits.cjs.map +1 -0
- package/dist/actions/get-application-credits.d.cts +9 -0
- package/dist/actions/get-application-credits.d.cts.map +1 -0
- package/dist/actions/get-application-credits.d.mts +9 -0
- package/dist/actions/get-application-credits.d.mts.map +1 -0
- package/dist/actions/get-application-credits.mjs +22 -0
- package/dist/actions/get-application-credits.mjs.map +1 -0
- package/dist/actions/get-article.cjs +53 -0
- package/dist/actions/get-article.cjs.map +1 -0
- package/dist/actions/get-article.d.cts +9 -0
- package/dist/actions/get-article.d.cts.map +1 -0
- package/dist/actions/get-article.d.mts +9 -0
- package/dist/actions/get-article.d.mts.map +1 -0
- package/dist/actions/get-article.mjs +52 -0
- package/dist/actions/get-article.mjs.map +1 -0
- package/dist/actions/get-batch-discount-codes.cjs +24 -0
- package/dist/actions/get-batch-discount-codes.cjs.map +1 -0
- package/dist/actions/get-batch-discount-codes.d.cts +9 -0
- package/dist/actions/get-batch-discount-codes.d.cts.map +1 -0
- package/dist/actions/get-batch-discount-codes.d.mts +9 -0
- package/dist/actions/get-batch-discount-codes.d.mts.map +1 -0
- package/dist/actions/get-batch-discount-codes.mjs +23 -0
- package/dist/actions/get-batch-discount-codes.mjs.map +1 -0
- package/dist/actions/get-blog-article-tags.cjs +20 -0
- package/dist/actions/get-blog-article-tags.cjs.map +1 -0
- package/dist/actions/get-blog-article-tags.d.cts +9 -0
- package/dist/actions/get-blog-article-tags.d.cts.map +1 -0
- package/dist/actions/get-blog-article-tags.d.mts +9 -0
- package/dist/actions/get-blog-article-tags.d.mts.map +1 -0
- package/dist/actions/get-blog-article-tags.mjs +17 -0
- package/dist/actions/get-blog-article-tags.mjs.map +1 -0
- package/dist/actions/get-blog.cjs +32 -0
- package/dist/actions/get-blog.cjs.map +1 -0
- package/dist/actions/get-blog.d.cts +9 -0
- package/dist/actions/get-blog.d.cts.map +1 -0
- package/dist/actions/get-blog.d.mts +9 -0
- package/dist/actions/get-blog.d.mts.map +1 -0
- package/dist/actions/get-blog.mjs +31 -0
- package/dist/actions/get-blog.mjs.map +1 -0
- package/dist/actions/get-bulk-operation.cjs +29 -0
- package/dist/actions/get-bulk-operation.cjs.map +1 -0
- package/dist/actions/get-bulk-operation.d.cts +9 -0
- package/dist/actions/get-bulk-operation.d.cts.map +1 -0
- package/dist/actions/get-bulk-operation.d.mts +9 -0
- package/dist/actions/get-bulk-operation.d.mts.map +1 -0
- package/dist/actions/get-bulk-operation.mjs +26 -0
- package/dist/actions/get-bulk-operation.mjs.map +1 -0
- package/dist/actions/get-carrier-services.cjs +26 -0
- package/dist/actions/get-carrier-services.cjs.map +1 -0
- package/dist/actions/get-carrier-services.d.cts +9 -0
- package/dist/actions/get-carrier-services.d.cts.map +1 -0
- package/dist/actions/get-carrier-services.d.mts +9 -0
- package/dist/actions/get-carrier-services.d.mts.map +1 -0
- package/dist/actions/get-carrier-services.mjs +25 -0
- package/dist/actions/get-carrier-services.mjs.map +1 -0
- package/dist/actions/get-catalogs-count.cjs +26 -0
- package/dist/actions/get-catalogs-count.cjs.map +1 -0
- package/dist/actions/get-catalogs-count.d.cts +9 -0
- package/dist/actions/get-catalogs-count.d.cts.map +1 -0
- package/dist/actions/get-catalogs-count.d.mts +9 -0
- package/dist/actions/get-catalogs-count.d.mts.map +1 -0
- package/dist/actions/get-catalogs-count.mjs +23 -0
- package/dist/actions/get-catalogs-count.mjs.map +1 -0
- package/dist/actions/get-checkout-profile.cjs +24 -0
- package/dist/actions/get-checkout-profile.cjs.map +1 -0
- package/dist/actions/get-checkout-profile.d.cts +9 -0
- package/dist/actions/get-checkout-profile.d.cts.map +1 -0
- package/dist/actions/get-checkout-profile.d.mts +9 -0
- package/dist/actions/get-checkout-profile.d.mts.map +1 -0
- package/dist/actions/get-checkout-profile.mjs +23 -0
- package/dist/actions/get-checkout-profile.mjs.map +1 -0
- package/dist/actions/get-checkouts-count.cjs +23 -0
- package/dist/actions/get-checkouts-count.cjs.map +1 -0
- package/dist/actions/get-checkouts-count.d.cts +9 -0
- package/dist/actions/get-checkouts-count.d.cts.map +1 -0
- package/dist/actions/get-checkouts-count.d.mts +9 -0
- package/dist/actions/get-checkouts-count.d.mts.map +1 -0
- package/dist/actions/get-checkouts-count.mjs +20 -0
- package/dist/actions/get-checkouts-count.mjs.map +1 -0
- package/dist/actions/get-collect-by-id.cjs +28 -0
- package/dist/actions/get-collect-by-id.cjs.map +1 -0
- package/dist/actions/get-collect-by-id.d.cts +9 -0
- package/dist/actions/get-collect-by-id.d.cts.map +1 -0
- package/dist/actions/get-collect-by-id.d.mts +9 -0
- package/dist/actions/get-collect-by-id.d.mts.map +1 -0
- package/dist/actions/get-collect-by-id.mjs +27 -0
- package/dist/actions/get-collect-by-id.mjs.map +1 -0
- package/dist/actions/get-collection-by-id.cjs +50 -0
- package/dist/actions/get-collection-by-id.cjs.map +1 -0
- package/dist/actions/get-collection-by-id.d.cts +9 -0
- package/dist/actions/get-collection-by-id.d.cts.map +1 -0
- package/dist/actions/get-collection-by-id.d.mts +9 -0
- package/dist/actions/get-collection-by-id.d.mts.map +1 -0
- package/dist/actions/get-collection-by-id.mjs +49 -0
- package/dist/actions/get-collection-by-id.mjs.map +1 -0
- package/dist/actions/get-collection-by-identifier.cjs +56 -0
- package/dist/actions/get-collection-by-identifier.cjs.map +1 -0
- package/dist/actions/get-collection-by-identifier.d.cts +9 -0
- package/dist/actions/get-collection-by-identifier.d.cts.map +1 -0
- package/dist/actions/get-collection-by-identifier.d.mts +9 -0
- package/dist/actions/get-collection-by-identifier.d.mts.map +1 -0
- package/dist/actions/get-collection-by-identifier.mjs +55 -0
- package/dist/actions/get-collection-by-identifier.mjs.map +1 -0
- package/dist/actions/get-collects-count.cjs +19 -0
- package/dist/actions/get-collects-count.cjs.map +1 -0
- package/dist/actions/get-collects-count.d.cts +9 -0
- package/dist/actions/get-collects-count.d.cts.map +1 -0
- package/dist/actions/get-collects-count.d.mts +9 -0
- package/dist/actions/get-collects-count.d.mts.map +1 -0
- package/dist/actions/get-collects-count.mjs +16 -0
- package/dist/actions/get-collects-count.mjs.map +1 -0
- package/dist/actions/get-collects.cjs +31 -0
- package/dist/actions/get-collects.cjs.map +1 -0
- package/dist/actions/get-collects.d.cts +9 -0
- package/dist/actions/get-collects.d.cts.map +1 -0
- package/dist/actions/get-collects.d.mts +9 -0
- package/dist/actions/get-collects.d.mts.map +1 -0
- package/dist/actions/get-collects.mjs +30 -0
- package/dist/actions/get-collects.mjs.map +1 -0
- package/dist/actions/get-comments-count.cjs +35 -0
- package/dist/actions/get-comments-count.cjs.map +1 -0
- package/dist/actions/get-comments-count.d.cts +9 -0
- package/dist/actions/get-comments-count.d.cts.map +1 -0
- package/dist/actions/get-comments-count.d.mts +9 -0
- package/dist/actions/get-comments-count.d.mts.map +1 -0
- package/dist/actions/get-comments-count.mjs +32 -0
- package/dist/actions/get-comments-count.mjs.map +1 -0
- package/dist/actions/get-consent-policy.cjs +31 -0
- package/dist/actions/get-consent-policy.cjs.map +1 -0
- package/dist/actions/get-consent-policy.d.cts +9 -0
- package/dist/actions/get-consent-policy.d.cts.map +1 -0
- package/dist/actions/get-consent-policy.d.mts +9 -0
- package/dist/actions/get-consent-policy.d.mts.map +1 -0
- package/dist/actions/get-consent-policy.mjs +30 -0
- package/dist/actions/get-consent-policy.mjs.map +1 -0
- package/dist/actions/get-countries-param-country-id-provinces-count.cjs +16 -0
- package/dist/actions/get-countries-param-country-id-provinces-count.cjs.map +1 -0
- package/dist/actions/get-countries-param-country-id-provinces-count.d.cts +9 -0
- package/dist/actions/get-countries-param-country-id-provinces-count.d.cts.map +1 -0
- package/dist/actions/get-countries-param-country-id-provinces-count.d.mts +9 -0
- package/dist/actions/get-countries-param-country-id-provinces-count.d.mts.map +1 -0
- package/dist/actions/get-countries-param-country-id-provinces-count.mjs +13 -0
- package/dist/actions/get-countries-param-country-id-provinces-count.mjs.map +1 -0
- package/dist/actions/get-countries-param-country-id-provinces-param-provi.cjs +31 -0
- package/dist/actions/get-countries-param-country-id-provinces-param-provi.cjs.map +1 -0
- package/dist/actions/get-countries-param-country-id-provinces-param-provi.d.cts +9 -0
- package/dist/actions/get-countries-param-country-id-provinces-param-provi.d.cts.map +1 -0
- package/dist/actions/get-countries-param-country-id-provinces-param-provi.d.mts +9 -0
- package/dist/actions/get-countries-param-country-id-provinces-param-provi.d.mts.map +1 -0
- package/dist/actions/get-countries-param-country-id-provinces-param-provi.mjs +30 -0
- package/dist/actions/get-countries-param-country-id-provinces-param-provi.mjs.map +1 -0
- package/dist/actions/get-countries.cjs +38 -0
- package/dist/actions/get-countries.cjs.map +1 -0
- package/dist/actions/get-countries.d.cts +9 -0
- package/dist/actions/get-countries.d.cts.map +1 -0
- package/dist/actions/get-countries.d.mts +9 -0
- package/dist/actions/get-countries.d.mts.map +1 -0
- package/dist/actions/get-countries.mjs +37 -0
- package/dist/actions/get-countries.mjs.map +1 -0
- package/dist/actions/get-country-provinces.cjs +31 -0
- package/dist/actions/get-country-provinces.cjs.map +1 -0
- package/dist/actions/get-country-provinces.d.cts +9 -0
- package/dist/actions/get-country-provinces.d.cts.map +1 -0
- package/dist/actions/get-country-provinces.d.mts +9 -0
- package/dist/actions/get-country-provinces.d.mts.map +1 -0
- package/dist/actions/get-country-provinces.mjs +30 -0
- package/dist/actions/get-country-provinces.mjs.map +1 -0
- package/dist/actions/get-country.cjs +38 -0
- package/dist/actions/get-country.cjs.map +1 -0
- package/dist/actions/get-country.d.cts +9 -0
- package/dist/actions/get-country.d.cts.map +1 -0
- package/dist/actions/get-country.d.mts +9 -0
- package/dist/actions/get-country.d.mts.map +1 -0
- package/dist/actions/get-country.mjs +37 -0
- package/dist/actions/get-country.mjs.map +1 -0
- package/dist/actions/get-currencies.cjs +21 -0
- package/dist/actions/get-currencies.cjs.map +1 -0
- package/dist/actions/get-currencies.d.cts +9 -0
- package/dist/actions/get-currencies.d.cts.map +1 -0
- package/dist/actions/get-currencies.d.mts +9 -0
- package/dist/actions/get-currencies.d.mts.map +1 -0
- package/dist/actions/get-currencies.mjs +20 -0
- package/dist/actions/get-currencies.mjs.map +1 -0
- package/dist/actions/get-custom-collection-by-id.cjs +41 -0
- package/dist/actions/get-custom-collection-by-id.cjs.map +1 -0
- package/dist/actions/get-custom-collection-by-id.d.cts +9 -0
- package/dist/actions/get-custom-collection-by-id.d.cts.map +1 -0
- package/dist/actions/get-custom-collection-by-id.d.mts +9 -0
- package/dist/actions/get-custom-collection-by-id.d.mts.map +1 -0
- package/dist/actions/get-custom-collection-by-id.mjs +40 -0
- package/dist/actions/get-custom-collection-by-id.mjs.map +1 -0
- package/dist/actions/get-custom-collections-count.cjs +28 -0
- package/dist/actions/get-custom-collections-count.cjs.map +1 -0
- package/dist/actions/get-custom-collections-count.d.cts +9 -0
- package/dist/actions/get-custom-collections-count.d.cts.map +1 -0
- package/dist/actions/get-custom-collections-count.d.mts +9 -0
- package/dist/actions/get-custom-collections-count.d.mts.map +1 -0
- package/dist/actions/get-custom-collections-count.mjs +25 -0
- package/dist/actions/get-custom-collections-count.mjs.map +1 -0
- package/dist/actions/get-custom-collections.cjs +51 -0
- package/dist/actions/get-custom-collections.cjs.map +1 -0
- package/dist/actions/get-custom-collections.d.cts +9 -0
- package/dist/actions/get-custom-collections.d.cts.map +1 -0
- package/dist/actions/get-custom-collections.d.mts +9 -0
- package/dist/actions/get-custom-collections.d.mts.map +1 -0
- package/dist/actions/get-custom-collections.mjs +50 -0
- package/dist/actions/get-custom-collections.mjs.map +1 -0
- package/dist/actions/get-customer-address.cjs +38 -0
- package/dist/actions/get-customer-address.cjs.map +1 -0
- package/dist/actions/get-customer-address.d.cts +9 -0
- package/dist/actions/get-customer-address.d.cts.map +1 -0
- package/dist/actions/get-customer-address.d.mts +9 -0
- package/dist/actions/get-customer-address.d.mts.map +1 -0
- package/dist/actions/get-customer-address.mjs +37 -0
- package/dist/actions/get-customer-address.mjs.map +1 -0
- package/dist/actions/get-customer-addresses.cjs +38 -0
- package/dist/actions/get-customer-addresses.cjs.map +1 -0
- package/dist/actions/get-customer-addresses.d.cts +9 -0
- package/dist/actions/get-customer-addresses.d.cts.map +1 -0
- package/dist/actions/get-customer-addresses.d.mts +9 -0
- package/dist/actions/get-customer-addresses.d.mts.map +1 -0
- package/dist/actions/get-customer-addresses.mjs +37 -0
- package/dist/actions/get-customer-addresses.mjs.map +1 -0
- package/dist/actions/get-customer-orders.cjs +259 -0
- package/dist/actions/get-customer-orders.cjs.map +1 -0
- package/dist/actions/get-customer-orders.d.cts +9 -0
- package/dist/actions/get-customer-orders.d.cts.map +1 -0
- package/dist/actions/get-customer-orders.d.mts +9 -0
- package/dist/actions/get-customer-orders.d.mts.map +1 -0
- package/dist/actions/get-customer-orders.mjs +258 -0
- package/dist/actions/get-customer-orders.mjs.map +1 -0
- package/dist/actions/get-customer.cjs +86 -0
- package/dist/actions/get-customer.cjs.map +1 -0
- package/dist/actions/get-customer.d.cts +9 -0
- package/dist/actions/get-customer.d.cts.map +1 -0
- package/dist/actions/get-customer.d.mts +9 -0
- package/dist/actions/get-customer.d.mts.map +1 -0
- package/dist/actions/get-customer.mjs +85 -0
- package/dist/actions/get-customer.mjs.map +1 -0
- package/dist/actions/get-customers-count.cjs +21 -0
- package/dist/actions/get-customers-count.cjs.map +1 -0
- package/dist/actions/get-customers-count.d.cts +9 -0
- package/dist/actions/get-customers-count.d.cts.map +1 -0
- package/dist/actions/get-customers-count.d.mts +9 -0
- package/dist/actions/get-customers-count.d.mts.map +1 -0
- package/dist/actions/get-customers-count.mjs +18 -0
- package/dist/actions/get-customers-count.mjs.map +1 -0
- package/dist/actions/get-customers-search.cjs +80 -0
- package/dist/actions/get-customers-search.cjs.map +1 -0
- package/dist/actions/get-customers-search.d.cts +9 -0
- package/dist/actions/get-customers-search.d.cts.map +1 -0
- package/dist/actions/get-customers-search.d.mts +9 -0
- package/dist/actions/get-customers-search.d.mts.map +1 -0
- package/dist/actions/get-customers-search.mjs +79 -0
- package/dist/actions/get-customers-search.mjs.map +1 -0
- package/dist/actions/get-discount-code-batch-job.cjs +31 -0
- package/dist/actions/get-discount-code-batch-job.cjs.map +1 -0
- package/dist/actions/get-discount-code-batch-job.d.cts +9 -0
- package/dist/actions/get-discount-code-batch-job.d.cts.map +1 -0
- package/dist/actions/get-discount-code-batch-job.d.mts +9 -0
- package/dist/actions/get-discount-code-batch-job.d.mts.map +1 -0
- package/dist/actions/get-discount-code-batch-job.mjs +28 -0
- package/dist/actions/get-discount-code-batch-job.mjs.map +1 -0
- package/dist/actions/get-discount-code.cjs +27 -0
- package/dist/actions/get-discount-code.cjs.map +1 -0
- package/dist/actions/get-discount-code.d.cts +9 -0
- package/dist/actions/get-discount-code.d.cts.map +1 -0
- package/dist/actions/get-discount-code.d.mts +9 -0
- package/dist/actions/get-discount-code.d.mts.map +1 -0
- package/dist/actions/get-discount-code.mjs +26 -0
- package/dist/actions/get-discount-code.mjs.map +1 -0
- package/dist/actions/get-discount-codes-count.cjs +20 -0
- package/dist/actions/get-discount-codes-count.cjs.map +1 -0
- package/dist/actions/get-discount-codes-count.d.cts +9 -0
- package/dist/actions/get-discount-codes-count.d.cts.map +1 -0
- package/dist/actions/get-discount-codes-count.d.mts +9 -0
- package/dist/actions/get-discount-codes-count.d.mts.map +1 -0
- package/dist/actions/get-discount-codes-count.mjs +17 -0
- package/dist/actions/get-discount-codes-count.mjs.map +1 -0
- package/dist/actions/get-discount-codes-lookup.cjs +21 -0
- package/dist/actions/get-discount-codes-lookup.cjs.map +1 -0
- package/dist/actions/get-discount-codes-lookup.d.cts +9 -0
- package/dist/actions/get-discount-codes-lookup.d.cts.map +1 -0
- package/dist/actions/get-discount-codes-lookup.d.mts +9 -0
- package/dist/actions/get-discount-codes-lookup.d.mts.map +1 -0
- package/dist/actions/get-discount-codes-lookup.mjs +18 -0
- package/dist/actions/get-discount-codes-lookup.mjs.map +1 -0
- package/dist/actions/get-draft-order.cjs +150 -0
- package/dist/actions/get-draft-order.cjs.map +1 -0
- package/dist/actions/get-draft-order.d.cts +9 -0
- package/dist/actions/get-draft-order.d.cts.map +1 -0
- package/dist/actions/get-draft-order.d.mts +9 -0
- package/dist/actions/get-draft-order.d.mts.map +1 -0
- package/dist/actions/get-draft-order.mjs +149 -0
- package/dist/actions/get-draft-order.mjs.map +1 -0
- package/dist/actions/get-event.cjs +31 -0
- package/dist/actions/get-event.cjs.map +1 -0
- package/dist/actions/get-event.d.cts +9 -0
- package/dist/actions/get-event.d.cts.map +1 -0
- package/dist/actions/get-event.d.mts +9 -0
- package/dist/actions/get-event.d.mts.map +1 -0
- package/dist/actions/get-event.mjs +28 -0
- package/dist/actions/get-event.mjs.map +1 -0
- package/dist/actions/get-fulfillment-events.cjs +39 -0
- package/dist/actions/get-fulfillment-events.cjs.map +1 -0
- package/dist/actions/get-fulfillment-events.d.cts +9 -0
- package/dist/actions/get-fulfillment-events.d.cts.map +1 -0
- package/dist/actions/get-fulfillment-events.d.mts +9 -0
- package/dist/actions/get-fulfillment-events.d.mts.map +1 -0
- package/dist/actions/get-fulfillment-events.mjs +38 -0
- package/dist/actions/get-fulfillment-events.mjs.map +1 -0
- package/dist/actions/get-fulfillment-order-locations-for-move.cjs +25 -0
- package/dist/actions/get-fulfillment-order-locations-for-move.cjs.map +1 -0
- package/dist/actions/get-fulfillment-order-locations-for-move.d.cts +9 -0
- package/dist/actions/get-fulfillment-order-locations-for-move.d.cts.map +1 -0
- package/dist/actions/get-fulfillment-order-locations-for-move.d.mts +9 -0
- package/dist/actions/get-fulfillment-order-locations-for-move.d.mts.map +1 -0
- package/dist/actions/get-fulfillment-order-locations-for-move.mjs +24 -0
- package/dist/actions/get-fulfillment-order-locations-for-move.mjs.map +1 -0
- package/dist/actions/get-fulfillment-orders-for-order.cjs +126 -0
- package/dist/actions/get-fulfillment-orders-for-order.cjs.map +1 -0
- package/dist/actions/get-fulfillment-orders-for-order.d.cts +9 -0
- package/dist/actions/get-fulfillment-orders-for-order.d.cts.map +1 -0
- package/dist/actions/get-fulfillment-orders-for-order.d.mts +9 -0
- package/dist/actions/get-fulfillment-orders-for-order.d.mts.map +1 -0
- package/dist/actions/get-fulfillment-orders-for-order.mjs +125 -0
- package/dist/actions/get-fulfillment-orders-for-order.mjs.map +1 -0
- package/dist/actions/get-fulfillment-services.cjs +33 -0
- package/dist/actions/get-fulfillment-services.cjs.map +1 -0
- package/dist/actions/get-fulfillment-services.d.cts +9 -0
- package/dist/actions/get-fulfillment-services.d.cts.map +1 -0
- package/dist/actions/get-fulfillment-services.d.mts +9 -0
- package/dist/actions/get-fulfillment-services.d.mts.map +1 -0
- package/dist/actions/get-fulfillment-services.mjs +32 -0
- package/dist/actions/get-fulfillment-services.mjs.map +1 -0
- package/dist/actions/get-fulfillment.cjs +111 -0
- package/dist/actions/get-fulfillment.cjs.map +1 -0
- package/dist/actions/get-fulfillment.d.cts +9 -0
- package/dist/actions/get-fulfillment.d.cts.map +1 -0
- package/dist/actions/get-fulfillment.d.mts +9 -0
- package/dist/actions/get-fulfillment.d.mts.map +1 -0
- package/dist/actions/get-fulfillment.mjs +110 -0
- package/dist/actions/get-fulfillment.mjs.map +1 -0
- package/dist/actions/get-gift-card-by-id.cjs +34 -0
- package/dist/actions/get-gift-card-by-id.cjs.map +1 -0
- package/dist/actions/get-gift-card-by-id.d.cts +9 -0
- package/dist/actions/get-gift-card-by-id.d.cts.map +1 -0
- package/dist/actions/get-gift-card-by-id.d.mts +9 -0
- package/dist/actions/get-gift-card-by-id.d.mts.map +1 -0
- package/dist/actions/get-gift-card-by-id.mjs +33 -0
- package/dist/actions/get-gift-card-by-id.mjs.map +1 -0
- package/dist/actions/get-gift-cards-count.cjs +16 -0
- package/dist/actions/get-gift-cards-count.cjs.map +1 -0
- package/dist/actions/get-gift-cards-count.d.cts +9 -0
- package/dist/actions/get-gift-cards-count.d.cts.map +1 -0
- package/dist/actions/get-gift-cards-count.d.mts +9 -0
- package/dist/actions/get-gift-cards-count.d.mts.map +1 -0
- package/dist/actions/get-gift-cards-count.mjs +13 -0
- package/dist/actions/get-gift-cards-count.mjs.map +1 -0
- package/dist/actions/get-gift-cards.cjs +40 -0
- package/dist/actions/get-gift-cards.cjs.map +1 -0
- package/dist/actions/get-gift-cards.d.cts +9 -0
- package/dist/actions/get-gift-cards.d.cts.map +1 -0
- package/dist/actions/get-gift-cards.d.mts +9 -0
- package/dist/actions/get-gift-cards.d.mts.map +1 -0
- package/dist/actions/get-gift-cards.mjs +39 -0
- package/dist/actions/get-gift-cards.mjs.map +1 -0
- package/dist/actions/get-inventory-item.cjs +34 -0
- package/dist/actions/get-inventory-item.cjs.map +1 -0
- package/dist/actions/get-inventory-item.d.cts +9 -0
- package/dist/actions/get-inventory-item.d.cts.map +1 -0
- package/dist/actions/get-inventory-item.d.mts +9 -0
- package/dist/actions/get-inventory-item.d.mts.map +1 -0
- package/dist/actions/get-inventory-item.mjs +33 -0
- package/dist/actions/get-inventory-item.mjs.map +1 -0
- package/dist/actions/get-inventory-items.cjs +37 -0
- package/dist/actions/get-inventory-items.cjs.map +1 -0
- package/dist/actions/get-inventory-items.d.cts +9 -0
- package/dist/actions/get-inventory-items.d.cts.map +1 -0
- package/dist/actions/get-inventory-items.d.mts +9 -0
- package/dist/actions/get-inventory-items.d.mts.map +1 -0
- package/dist/actions/get-inventory-items.mjs +36 -0
- package/dist/actions/get-inventory-items.mjs.map +1 -0
- package/dist/actions/get-inventory-levels-for-location.cjs +29 -0
- package/dist/actions/get-inventory-levels-for-location.cjs.map +1 -0
- package/dist/actions/get-inventory-levels-for-location.d.cts +9 -0
- package/dist/actions/get-inventory-levels-for-location.d.cts.map +1 -0
- package/dist/actions/get-inventory-levels-for-location.d.mts +9 -0
- package/dist/actions/get-inventory-levels-for-location.d.mts.map +1 -0
- package/dist/actions/get-inventory-levels-for-location.mjs +28 -0
- package/dist/actions/get-inventory-levels-for-location.mjs.map +1 -0
- package/dist/actions/get-inventory-levels.cjs +28 -0
- package/dist/actions/get-inventory-levels.cjs.map +1 -0
- package/dist/actions/get-inventory-levels.d.cts +9 -0
- package/dist/actions/get-inventory-levels.d.cts.map +1 -0
- package/dist/actions/get-inventory-levels.d.mts +9 -0
- package/dist/actions/get-inventory-levels.d.mts.map +1 -0
- package/dist/actions/get-inventory-levels.mjs +27 -0
- package/dist/actions/get-inventory-levels.mjs.map +1 -0
- package/dist/actions/get-location.cjs +37 -0
- package/dist/actions/get-location.cjs.map +1 -0
- package/dist/actions/get-location.d.cts +9 -0
- package/dist/actions/get-location.d.cts.map +1 -0
- package/dist/actions/get-location.d.mts +9 -0
- package/dist/actions/get-location.d.mts.map +1 -0
- package/dist/actions/get-location.mjs +36 -0
- package/dist/actions/get-location.mjs.map +1 -0
- package/dist/actions/get-locations-count.cjs +20 -0
- package/dist/actions/get-locations-count.cjs.map +1 -0
- package/dist/actions/get-locations-count.d.cts +9 -0
- package/dist/actions/get-locations-count.d.cts.map +1 -0
- package/dist/actions/get-locations-count.d.mts +9 -0
- package/dist/actions/get-locations-count.d.mts.map +1 -0
- package/dist/actions/get-locations-count.mjs +19 -0
- package/dist/actions/get-locations-count.mjs.map +1 -0
- package/dist/actions/get-marketing-event.cjs +45 -0
- package/dist/actions/get-marketing-event.cjs.map +1 -0
- package/dist/actions/get-marketing-event.d.cts +9 -0
- package/dist/actions/get-marketing-event.d.cts.map +1 -0
- package/dist/actions/get-marketing-event.d.mts +9 -0
- package/dist/actions/get-marketing-event.d.mts.map +1 -0
- package/dist/actions/get-marketing-event.mjs +44 -0
- package/dist/actions/get-marketing-event.mjs.map +1 -0
- package/dist/actions/get-marketing-events-count.cjs +16 -0
- package/dist/actions/get-marketing-events-count.cjs.map +1 -0
- package/dist/actions/get-marketing-events-count.d.cts +9 -0
- package/dist/actions/get-marketing-events-count.d.cts.map +1 -0
- package/dist/actions/get-marketing-events-count.d.mts +9 -0
- package/dist/actions/get-marketing-events-count.d.mts.map +1 -0
- package/dist/actions/get-marketing-events-count.mjs +13 -0
- package/dist/actions/get-marketing-events-count.mjs.map +1 -0
- package/dist/actions/get-metafield-by-id.cjs +37 -0
- package/dist/actions/get-metafield-by-id.cjs.map +1 -0
- package/dist/actions/get-metafield-by-id.d.cts +9 -0
- package/dist/actions/get-metafield-by-id.d.cts.map +1 -0
- package/dist/actions/get-metafield-by-id.d.mts +9 -0
- package/dist/actions/get-metafield-by-id.d.mts.map +1 -0
- package/dist/actions/get-metafield-by-id.mjs +36 -0
- package/dist/actions/get-metafield-by-id.mjs.map +1 -0
- package/dist/actions/get-metafield.cjs +48 -0
- package/dist/actions/get-metafield.cjs.map +1 -0
- package/dist/actions/get-metafield.d.cts +9 -0
- package/dist/actions/get-metafield.d.cts.map +1 -0
- package/dist/actions/get-metafield.d.mts +9 -0
- package/dist/actions/get-metafield.d.mts.map +1 -0
- package/dist/actions/get-metafield.mjs +47 -0
- package/dist/actions/get-metafield.mjs.map +1 -0
- package/dist/actions/get-metafields.cjs +48 -0
- package/dist/actions/get-metafields.cjs.map +1 -0
- package/dist/actions/get-metafields.d.cts +9 -0
- package/dist/actions/get-metafields.d.cts.map +1 -0
- package/dist/actions/get-metafields.d.mts +9 -0
- package/dist/actions/get-metafields.d.mts.map +1 -0
- package/dist/actions/get-metafields.mjs +47 -0
- package/dist/actions/get-metafields.mjs.map +1 -0
- package/dist/actions/get-order-fulfillments.cjs +109 -0
- package/dist/actions/get-order-fulfillments.cjs.map +1 -0
- package/dist/actions/get-order-fulfillments.d.cts +9 -0
- package/dist/actions/get-order-fulfillments.d.cts.map +1 -0
- package/dist/actions/get-order-fulfillments.d.mts +9 -0
- package/dist/actions/get-order-fulfillments.d.mts.map +1 -0
- package/dist/actions/get-order-fulfillments.mjs +108 -0
- package/dist/actions/get-order-fulfillments.mjs.map +1 -0
- package/dist/actions/get-order-refund-by-id.cjs +107 -0
- package/dist/actions/get-order-refund-by-id.cjs.map +1 -0
- package/dist/actions/get-order-refund-by-id.d.cts +9 -0
- package/dist/actions/get-order-refund-by-id.d.cts.map +1 -0
- package/dist/actions/get-order-refund-by-id.d.mts +9 -0
- package/dist/actions/get-order-refund-by-id.d.mts.map +1 -0
- package/dist/actions/get-order-refund-by-id.mjs +106 -0
- package/dist/actions/get-order-refund-by-id.mjs.map +1 -0
- package/dist/actions/get-order-refunds.cjs +101 -0
- package/dist/actions/get-order-refunds.cjs.map +1 -0
- package/dist/actions/get-order-refunds.d.cts +9 -0
- package/dist/actions/get-order-refunds.d.cts.map +1 -0
- package/dist/actions/get-order-refunds.d.mts +9 -0
- package/dist/actions/get-order-refunds.d.mts.map +1 -0
- package/dist/actions/get-order-refunds.mjs +100 -0
- package/dist/actions/get-order-refunds.mjs.map +1 -0
- package/dist/actions/get-order-transactions-count.cjs +16 -0
- package/dist/actions/get-order-transactions-count.cjs.map +1 -0
- package/dist/actions/get-order-transactions-count.d.cts +9 -0
- package/dist/actions/get-order-transactions-count.d.cts.map +1 -0
- package/dist/actions/get-order-transactions-count.d.mts +9 -0
- package/dist/actions/get-order-transactions-count.d.mts.map +1 -0
- package/dist/actions/get-order-transactions-count.mjs +13 -0
- package/dist/actions/get-order-transactions-count.mjs.map +1 -0
- package/dist/actions/get-order.cjs +195 -0
- package/dist/actions/get-order.cjs.map +1 -0
- package/dist/actions/get-order.d.cts +9 -0
- package/dist/actions/get-order.d.cts.map +1 -0
- package/dist/actions/get-order.d.mts +9 -0
- package/dist/actions/get-order.d.mts.map +1 -0
- package/dist/actions/get-order.mjs +194 -0
- package/dist/actions/get-order.mjs.map +1 -0
- package/dist/actions/get-orders-with-filters.cjs +260 -0
- package/dist/actions/get-orders-with-filters.cjs.map +1 -0
- package/dist/actions/get-orders-with-filters.d.cts +9 -0
- package/dist/actions/get-orders-with-filters.d.cts.map +1 -0
- package/dist/actions/get-orders-with-filters.d.mts +9 -0
- package/dist/actions/get-orders-with-filters.d.mts.map +1 -0
- package/dist/actions/get-orders-with-filters.mjs +259 -0
- package/dist/actions/get-orders-with-filters.mjs.map +1 -0
- package/dist/actions/get-page-by-id.cjs +32 -0
- package/dist/actions/get-page-by-id.cjs.map +1 -0
- package/dist/actions/get-page-by-id.d.cts +9 -0
- package/dist/actions/get-page-by-id.d.cts.map +1 -0
- package/dist/actions/get-page-by-id.d.mts +9 -0
- package/dist/actions/get-page-by-id.d.mts.map +1 -0
- package/dist/actions/get-page-by-id.mjs +31 -0
- package/dist/actions/get-page-by-id.mjs.map +1 -0
- package/dist/actions/get-policies.cjs +24 -0
- package/dist/actions/get-policies.cjs.map +1 -0
- package/dist/actions/get-policies.d.cts +9 -0
- package/dist/actions/get-policies.d.cts.map +1 -0
- package/dist/actions/get-policies.d.mts +9 -0
- package/dist/actions/get-policies.d.mts.map +1 -0
- package/dist/actions/get-policies.mjs +23 -0
- package/dist/actions/get-policies.mjs.map +1 -0
- package/dist/actions/get-price-rule-batch-info.cjs +23 -0
- package/dist/actions/get-price-rule-batch-info.cjs.map +1 -0
- package/dist/actions/get-price-rule-batch-info.d.cts +9 -0
- package/dist/actions/get-price-rule-batch-info.d.cts.map +1 -0
- package/dist/actions/get-price-rule-batch-info.d.mts +9 -0
- package/dist/actions/get-price-rule-batch-info.d.mts.map +1 -0
- package/dist/actions/get-price-rule-batch-info.mjs +20 -0
- package/dist/actions/get-price-rule-batch-info.mjs.map +1 -0
- package/dist/actions/get-price-rule-discount-codes.cjs +24 -0
- package/dist/actions/get-price-rule-discount-codes.cjs.map +1 -0
- package/dist/actions/get-price-rule-discount-codes.d.cts +9 -0
- package/dist/actions/get-price-rule-discount-codes.d.cts.map +1 -0
- package/dist/actions/get-price-rule-discount-codes.d.mts +9 -0
- package/dist/actions/get-price-rule-discount-codes.d.mts.map +1 -0
- package/dist/actions/get-price-rule-discount-codes.mjs +23 -0
- package/dist/actions/get-price-rule-discount-codes.mjs.map +1 -0
- package/dist/actions/get-product-image.cjs +32 -0
- package/dist/actions/get-product-image.cjs.map +1 -0
- package/dist/actions/get-product-image.d.cts +9 -0
- package/dist/actions/get-product-image.d.cts.map +1 -0
- package/dist/actions/get-product-image.d.mts +9 -0
- package/dist/actions/get-product-image.d.mts.map +1 -0
- package/dist/actions/get-product-image.mjs +31 -0
- package/dist/actions/get-product-image.mjs.map +1 -0
- package/dist/actions/get-product-metafield.cjs +39 -0
- package/dist/actions/get-product-metafield.cjs.map +1 -0
- package/dist/actions/get-product-metafield.d.cts +9 -0
- package/dist/actions/get-product-metafield.d.cts.map +1 -0
- package/dist/actions/get-product-metafield.d.mts +9 -0
- package/dist/actions/get-product-metafield.d.mts.map +1 -0
- package/dist/actions/get-product-metafield.mjs +38 -0
- package/dist/actions/get-product-metafield.mjs.map +1 -0
- package/dist/actions/get-product-metafields.cjs +38 -0
- package/dist/actions/get-product-metafields.cjs.map +1 -0
- package/dist/actions/get-product-metafields.d.cts +9 -0
- package/dist/actions/get-product-metafields.d.cts.map +1 -0
- package/dist/actions/get-product-metafields.d.mts +9 -0
- package/dist/actions/get-product-metafields.d.mts.map +1 -0
- package/dist/actions/get-product-metafields.mjs +37 -0
- package/dist/actions/get-product-metafields.mjs.map +1 -0
- package/dist/actions/get-product-variant.cjs +57 -0
- package/dist/actions/get-product-variant.cjs.map +1 -0
- package/dist/actions/get-product-variant.d.cts +9 -0
- package/dist/actions/get-product-variant.d.cts.map +1 -0
- package/dist/actions/get-product-variant.d.mts +9 -0
- package/dist/actions/get-product-variant.d.mts.map +1 -0
- package/dist/actions/get-product-variant.mjs +56 -0
- package/dist/actions/get-product-variant.mjs.map +1 -0
- package/dist/actions/get-product.cjs +94 -0
- package/dist/actions/get-product.cjs.map +1 -0
- package/dist/actions/get-product.d.cts +9 -0
- package/dist/actions/get-product.d.cts.map +1 -0
- package/dist/actions/get-product.d.mts +9 -0
- package/dist/actions/get-product.d.mts.map +1 -0
- package/dist/actions/get-product.mjs +93 -0
- package/dist/actions/get-product.mjs.map +1 -0
- package/dist/actions/get-products-paginated.cjs +101 -0
- package/dist/actions/get-products-paginated.cjs.map +1 -0
- package/dist/actions/get-products-paginated.d.cts +9 -0
- package/dist/actions/get-products-paginated.d.cts.map +1 -0
- package/dist/actions/get-products-paginated.d.mts +9 -0
- package/dist/actions/get-products-paginated.d.mts.map +1 -0
- package/dist/actions/get-products-paginated.mjs +100 -0
- package/dist/actions/get-products-paginated.mjs.map +1 -0
- package/dist/actions/get-recurring-application-charges.cjs +43 -0
- package/dist/actions/get-recurring-application-charges.cjs.map +1 -0
- package/dist/actions/get-recurring-application-charges.d.cts +9 -0
- package/dist/actions/get-recurring-application-charges.d.cts.map +1 -0
- package/dist/actions/get-recurring-application-charges.d.mts +9 -0
- package/dist/actions/get-recurring-application-charges.d.mts.map +1 -0
- package/dist/actions/get-recurring-application-charges.mjs +42 -0
- package/dist/actions/get-recurring-application-charges.mjs.map +1 -0
- package/dist/actions/get-redirect-by-id.cjs +23 -0
- package/dist/actions/get-redirect-by-id.cjs.map +1 -0
- package/dist/actions/get-redirect-by-id.d.cts +9 -0
- package/dist/actions/get-redirect-by-id.d.cts.map +1 -0
- package/dist/actions/get-redirect-by-id.d.mts +9 -0
- package/dist/actions/get-redirect-by-id.d.mts.map +1 -0
- package/dist/actions/get-redirect-by-id.mjs +20 -0
- package/dist/actions/get-redirect-by-id.mjs.map +1 -0
- package/dist/actions/get-redirects-count.cjs +19 -0
- package/dist/actions/get-redirects-count.cjs.map +1 -0
- package/dist/actions/get-redirects-count.d.cts +9 -0
- package/dist/actions/get-redirects-count.d.cts.map +1 -0
- package/dist/actions/get-redirects-count.d.mts +9 -0
- package/dist/actions/get-redirects-count.d.mts.map +1 -0
- package/dist/actions/get-redirects-count.mjs +16 -0
- package/dist/actions/get-redirects-count.mjs.map +1 -0
- package/dist/actions/get-redirects.cjs +27 -0
- package/dist/actions/get-redirects.cjs.map +1 -0
- package/dist/actions/get-redirects.d.cts +9 -0
- package/dist/actions/get-redirects.d.cts.map +1 -0
- package/dist/actions/get-redirects.d.mts +9 -0
- package/dist/actions/get-redirects.d.mts.map +1 -0
- package/dist/actions/get-redirects.mjs +26 -0
- package/dist/actions/get-redirects.mjs.map +1 -0
- package/dist/actions/get-scripttag.cjs +28 -0
- package/dist/actions/get-scripttag.cjs.map +1 -0
- package/dist/actions/get-scripttag.d.cts +9 -0
- package/dist/actions/get-scripttag.d.cts.map +1 -0
- package/dist/actions/get-scripttag.d.mts +9 -0
- package/dist/actions/get-scripttag.d.mts.map +1 -0
- package/dist/actions/get-scripttag.mjs +27 -0
- package/dist/actions/get-scripttag.mjs.map +1 -0
- package/dist/actions/get-segments-count.cjs +19 -0
- package/dist/actions/get-segments-count.cjs.map +1 -0
- package/dist/actions/get-segments-count.d.cts +9 -0
- package/dist/actions/get-segments-count.d.cts.map +1 -0
- package/dist/actions/get-segments-count.d.mts +9 -0
- package/dist/actions/get-segments-count.d.mts.map +1 -0
- package/dist/actions/get-segments-count.mjs +16 -0
- package/dist/actions/get-segments-count.mjs.map +1 -0
- package/dist/actions/get-shipping-zones.cjs +80 -0
- package/dist/actions/get-shipping-zones.cjs.map +1 -0
- package/dist/actions/get-shipping-zones.d.cts +9 -0
- package/dist/actions/get-shipping-zones.d.cts.map +1 -0
- package/dist/actions/get-shipping-zones.d.mts +9 -0
- package/dist/actions/get-shipping-zones.d.mts.map +1 -0
- package/dist/actions/get-shipping-zones.mjs +79 -0
- package/dist/actions/get-shipping-zones.mjs.map +1 -0
- package/dist/actions/get-shop-billing-address.cjs +39 -0
- package/dist/actions/get-shop-billing-address.cjs.map +1 -0
- package/dist/actions/get-shop-billing-address.d.cts +9 -0
- package/dist/actions/get-shop-billing-address.d.cts.map +1 -0
- package/dist/actions/get-shop-billing-address.d.mts +9 -0
- package/dist/actions/get-shop-billing-address.d.mts.map +1 -0
- package/dist/actions/get-shop-billing-address.mjs +38 -0
- package/dist/actions/get-shop-billing-address.mjs.map +1 -0
- package/dist/actions/get-smart-collection-by-id.cjs +48 -0
- package/dist/actions/get-smart-collection-by-id.cjs.map +1 -0
- package/dist/actions/get-smart-collection-by-id.d.cts +9 -0
- package/dist/actions/get-smart-collection-by-id.d.cts.map +1 -0
- package/dist/actions/get-smart-collection-by-id.d.mts +9 -0
- package/dist/actions/get-smart-collection-by-id.d.mts.map +1 -0
- package/dist/actions/get-smart-collection-by-id.mjs +47 -0
- package/dist/actions/get-smart-collection-by-id.mjs.map +1 -0
- package/dist/actions/get-smart-collections-count.cjs +28 -0
- package/dist/actions/get-smart-collections-count.cjs.map +1 -0
- package/dist/actions/get-smart-collections-count.d.cts +9 -0
- package/dist/actions/get-smart-collections-count.d.cts.map +1 -0
- package/dist/actions/get-smart-collections-count.d.mts +9 -0
- package/dist/actions/get-smart-collections-count.d.mts.map +1 -0
- package/dist/actions/get-smart-collections-count.mjs +25 -0
- package/dist/actions/get-smart-collections-count.mjs.map +1 -0
- package/dist/actions/get-smart-collections.cjs +61 -0
- package/dist/actions/get-smart-collections.cjs.map +1 -0
- package/dist/actions/get-smart-collections.d.cts +9 -0
- package/dist/actions/get-smart-collections.d.cts.map +1 -0
- package/dist/actions/get-smart-collections.d.mts +9 -0
- package/dist/actions/get-smart-collections.d.mts.map +1 -0
- package/dist/actions/get-smart-collections.mjs +60 -0
- package/dist/actions/get-smart-collections.mjs.map +1 -0
- package/dist/actions/get-storefront-access-tokens.cjs +24 -0
- package/dist/actions/get-storefront-access-tokens.cjs.map +1 -0
- package/dist/actions/get-storefront-access-tokens.d.cts +9 -0
- package/dist/actions/get-storefront-access-tokens.d.cts.map +1 -0
- package/dist/actions/get-storefront-access-tokens.d.mts +9 -0
- package/dist/actions/get-storefront-access-tokens.d.mts.map +1 -0
- package/dist/actions/get-storefront-access-tokens.mjs +23 -0
- package/dist/actions/get-storefront-access-tokens.mjs.map +1 -0
- package/dist/actions/get-tender-transactions.cjs +39 -0
- package/dist/actions/get-tender-transactions.cjs.map +1 -0
- package/dist/actions/get-tender-transactions.d.cts +9 -0
- package/dist/actions/get-tender-transactions.d.cts.map +1 -0
- package/dist/actions/get-tender-transactions.d.mts +9 -0
- package/dist/actions/get-tender-transactions.d.mts.map +1 -0
- package/dist/actions/get-tender-transactions.mjs +38 -0
- package/dist/actions/get-tender-transactions.mjs.map +1 -0
- package/dist/actions/get-theme.cjs +30 -0
- package/dist/actions/get-theme.cjs.map +1 -0
- package/dist/actions/get-theme.d.cts +9 -0
- package/dist/actions/get-theme.d.cts.map +1 -0
- package/dist/actions/get-theme.d.mts +9 -0
- package/dist/actions/get-theme.d.mts.map +1 -0
- package/dist/actions/get-theme.mjs +29 -0
- package/dist/actions/get-theme.mjs.map +1 -0
- package/dist/actions/get-themes-param-theme-id-assets.cjs +31 -0
- package/dist/actions/get-themes-param-theme-id-assets.cjs.map +1 -0
- package/dist/actions/get-themes-param-theme-id-assets.d.cts +9 -0
- package/dist/actions/get-themes-param-theme-id-assets.d.cts.map +1 -0
- package/dist/actions/get-themes-param-theme-id-assets.d.mts +9 -0
- package/dist/actions/get-themes-param-theme-id-assets.d.mts.map +1 -0
- package/dist/actions/get-themes-param-theme-id-assets.mjs +30 -0
- package/dist/actions/get-themes-param-theme-id-assets.mjs.map +1 -0
- package/dist/actions/get-themes.cjs +27 -0
- package/dist/actions/get-themes.cjs.map +1 -0
- package/dist/actions/get-themes.d.cts +9 -0
- package/dist/actions/get-themes.d.cts.map +1 -0
- package/dist/actions/get-themes.d.mts +9 -0
- package/dist/actions/get-themes.d.mts.map +1 -0
- package/dist/actions/get-themes.mjs +26 -0
- package/dist/actions/get-themes.mjs.map +1 -0
- package/dist/actions/get-transaction.cjs +75 -0
- package/dist/actions/get-transaction.cjs.map +1 -0
- package/dist/actions/get-transaction.d.cts +9 -0
- package/dist/actions/get-transaction.d.cts.map +1 -0
- package/dist/actions/get-transaction.d.mts +9 -0
- package/dist/actions/get-transaction.d.mts.map +1 -0
- package/dist/actions/get-transaction.mjs +74 -0
- package/dist/actions/get-transaction.mjs.map +1 -0
- package/dist/actions/get-webhook-subscriptions-count.cjs +19 -0
- package/dist/actions/get-webhook-subscriptions-count.cjs.map +1 -0
- package/dist/actions/get-webhook-subscriptions-count.d.cts +9 -0
- package/dist/actions/get-webhook-subscriptions-count.d.cts.map +1 -0
- package/dist/actions/get-webhook-subscriptions-count.d.mts +9 -0
- package/dist/actions/get-webhook-subscriptions-count.d.mts.map +1 -0
- package/dist/actions/get-webhook-subscriptions-count.mjs +16 -0
- package/dist/actions/get-webhook-subscriptions-count.mjs.map +1 -0
- package/dist/actions/get-webhook.cjs +32 -0
- package/dist/actions/get-webhook.cjs.map +1 -0
- package/dist/actions/get-webhook.d.cts +9 -0
- package/dist/actions/get-webhook.d.cts.map +1 -0
- package/dist/actions/get-webhook.d.mts +9 -0
- package/dist/actions/get-webhook.d.mts.map +1 -0
- package/dist/actions/get-webhook.mjs +31 -0
- package/dist/actions/get-webhook.mjs.map +1 -0
- package/dist/actions/graph-ql-admin-execute.cjs +52 -0
- package/dist/actions/graph-ql-admin-execute.cjs.map +1 -0
- package/dist/actions/graph-ql-admin-execute.d.cts +9 -0
- package/dist/actions/graph-ql-admin-execute.d.cts.map +1 -0
- package/dist/actions/graph-ql-admin-execute.d.mts +9 -0
- package/dist/actions/graph-ql-admin-execute.d.mts.map +1 -0
- package/dist/actions/graph-ql-admin-execute.mjs +51 -0
- package/dist/actions/graph-ql-admin-execute.mjs.map +1 -0
- package/dist/actions/graph-ql-collections.cjs +65 -0
- package/dist/actions/graph-ql-collections.cjs.map +1 -0
- package/dist/actions/graph-ql-collections.d.cts +9 -0
- package/dist/actions/graph-ql-collections.d.cts.map +1 -0
- package/dist/actions/graph-ql-collections.d.mts +9 -0
- package/dist/actions/graph-ql-collections.d.mts.map +1 -0
- package/dist/actions/graph-ql-collections.mjs +64 -0
- package/dist/actions/graph-ql-collections.mjs.map +1 -0
- package/dist/actions/graph-ql-customers.cjs +66 -0
- package/dist/actions/graph-ql-customers.cjs.map +1 -0
- package/dist/actions/graph-ql-customers.d.cts +9 -0
- package/dist/actions/graph-ql-customers.d.cts.map +1 -0
- package/dist/actions/graph-ql-customers.d.mts +9 -0
- package/dist/actions/graph-ql-customers.d.mts.map +1 -0
- package/dist/actions/graph-ql-customers.mjs +65 -0
- package/dist/actions/graph-ql-customers.mjs.map +1 -0
- package/dist/actions/graph-ql-discounts.cjs +61 -0
- package/dist/actions/graph-ql-discounts.cjs.map +1 -0
- package/dist/actions/graph-ql-discounts.d.cts +9 -0
- package/dist/actions/graph-ql-discounts.d.cts.map +1 -0
- package/dist/actions/graph-ql-discounts.d.mts +9 -0
- package/dist/actions/graph-ql-discounts.d.mts.map +1 -0
- package/dist/actions/graph-ql-discounts.mjs +60 -0
- package/dist/actions/graph-ql-discounts.mjs.map +1 -0
- package/dist/actions/graph-ql-draft-orders.cjs +65 -0
- package/dist/actions/graph-ql-draft-orders.cjs.map +1 -0
- package/dist/actions/graph-ql-draft-orders.d.cts +9 -0
- package/dist/actions/graph-ql-draft-orders.d.cts.map +1 -0
- package/dist/actions/graph-ql-draft-orders.d.mts +9 -0
- package/dist/actions/graph-ql-draft-orders.d.mts.map +1 -0
- package/dist/actions/graph-ql-draft-orders.mjs +64 -0
- package/dist/actions/graph-ql-draft-orders.mjs.map +1 -0
- package/dist/actions/graph-ql-inventory.cjs +61 -0
- package/dist/actions/graph-ql-inventory.cjs.map +1 -0
- package/dist/actions/graph-ql-inventory.d.cts +9 -0
- package/dist/actions/graph-ql-inventory.d.cts.map +1 -0
- package/dist/actions/graph-ql-inventory.d.mts +9 -0
- package/dist/actions/graph-ql-inventory.d.mts.map +1 -0
- package/dist/actions/graph-ql-inventory.mjs +60 -0
- package/dist/actions/graph-ql-inventory.mjs.map +1 -0
- package/dist/actions/graph-ql-metafields-metaobjects.cjs +61 -0
- package/dist/actions/graph-ql-metafields-metaobjects.cjs.map +1 -0
- package/dist/actions/graph-ql-metafields-metaobjects.d.cts +9 -0
- package/dist/actions/graph-ql-metafields-metaobjects.d.cts.map +1 -0
- package/dist/actions/graph-ql-metafields-metaobjects.d.mts +9 -0
- package/dist/actions/graph-ql-metafields-metaobjects.d.mts.map +1 -0
- package/dist/actions/graph-ql-metafields-metaobjects.mjs +60 -0
- package/dist/actions/graph-ql-metafields-metaobjects.mjs.map +1 -0
- package/dist/actions/graph-ql-orders.cjs +65 -0
- package/dist/actions/graph-ql-orders.cjs.map +1 -0
- package/dist/actions/graph-ql-orders.d.cts +9 -0
- package/dist/actions/graph-ql-orders.d.cts.map +1 -0
- package/dist/actions/graph-ql-orders.d.mts +9 -0
- package/dist/actions/graph-ql-orders.d.mts.map +1 -0
- package/dist/actions/graph-ql-orders.mjs +64 -0
- package/dist/actions/graph-ql-orders.mjs.map +1 -0
- package/dist/actions/graph-ql-products.cjs +84 -0
- package/dist/actions/graph-ql-products.cjs.map +1 -0
- package/dist/actions/graph-ql-products.d.cts +9 -0
- package/dist/actions/graph-ql-products.d.cts.map +1 -0
- package/dist/actions/graph-ql-products.d.mts +9 -0
- package/dist/actions/graph-ql-products.d.mts.map +1 -0
- package/dist/actions/graph-ql-products.mjs +83 -0
- package/dist/actions/graph-ql-products.mjs.map +1 -0
- package/dist/actions/graph-ql-query.cjs +64 -0
- package/dist/actions/graph-ql-query.cjs.map +1 -0
- package/dist/actions/graph-ql-query.d.cts +9 -0
- package/dist/actions/graph-ql-query.d.cts.map +1 -0
- package/dist/actions/graph-ql-query.d.mts +9 -0
- package/dist/actions/graph-ql-query.d.mts.map +1 -0
- package/dist/actions/graph-ql-query.mjs +63 -0
- package/dist/actions/graph-ql-query.mjs.map +1 -0
- package/dist/actions/graph-ql-shop.cjs +51 -0
- package/dist/actions/graph-ql-shop.cjs.map +1 -0
- package/dist/actions/graph-ql-shop.d.cts +9 -0
- package/dist/actions/graph-ql-shop.d.cts.map +1 -0
- package/dist/actions/graph-ql-shop.d.mts +9 -0
- package/dist/actions/graph-ql-shop.d.mts.map +1 -0
- package/dist/actions/graph-ql-shop.mjs +50 -0
- package/dist/actions/graph-ql-shop.mjs.map +1 -0
- package/dist/actions/graph-ql-webhooks.cjs +65 -0
- package/dist/actions/graph-ql-webhooks.cjs.map +1 -0
- package/dist/actions/graph-ql-webhooks.d.cts +9 -0
- package/dist/actions/graph-ql-webhooks.d.cts.map +1 -0
- package/dist/actions/graph-ql-webhooks.d.mts +9 -0
- package/dist/actions/graph-ql-webhooks.d.mts.map +1 -0
- package/dist/actions/graph-ql-webhooks.mjs +64 -0
- package/dist/actions/graph-ql-webhooks.mjs.map +1 -0
- package/dist/actions/graph-ql-write-operations.cjs +85 -0
- package/dist/actions/graph-ql-write-operations.cjs.map +1 -0
- package/dist/actions/graph-ql-write-operations.d.cts +9 -0
- package/dist/actions/graph-ql-write-operations.d.cts.map +1 -0
- package/dist/actions/graph-ql-write-operations.d.mts +9 -0
- package/dist/actions/graph-ql-write-operations.d.mts.map +1 -0
- package/dist/actions/graph-ql-write-operations.mjs +84 -0
- package/dist/actions/graph-ql-write-operations.mjs.map +1 -0
- package/dist/actions/index.cjs +631 -0
- package/dist/actions/index.d.cts +316 -0
- package/dist/actions/index.d.mts +316 -0
- package/dist/actions/index.mjs +316 -0
- package/dist/actions/list-article-authors.cjs +16 -0
- package/dist/actions/list-article-authors.cjs.map +1 -0
- package/dist/actions/list-article-authors.d.cts +9 -0
- package/dist/actions/list-article-authors.d.cts.map +1 -0
- package/dist/actions/list-article-authors.d.mts +9 -0
- package/dist/actions/list-article-authors.d.mts.map +1 -0
- package/dist/actions/list-article-authors.mjs +13 -0
- package/dist/actions/list-article-authors.mjs.map +1 -0
- package/dist/actions/list-article-tags.cjs +19 -0
- package/dist/actions/list-article-tags.cjs.map +1 -0
- package/dist/actions/list-article-tags.d.cts +9 -0
- package/dist/actions/list-article-tags.d.cts.map +1 -0
- package/dist/actions/list-article-tags.d.mts +9 -0
- package/dist/actions/list-article-tags.d.mts.map +1 -0
- package/dist/actions/list-article-tags.mjs +16 -0
- package/dist/actions/list-article-tags.mjs.map +1 -0
- package/dist/actions/list-available-locales.cjs +21 -0
- package/dist/actions/list-available-locales.cjs.map +1 -0
- package/dist/actions/list-available-locales.d.cts +9 -0
- package/dist/actions/list-available-locales.d.cts.map +1 -0
- package/dist/actions/list-available-locales.d.mts +9 -0
- package/dist/actions/list-available-locales.d.mts.map +1 -0
- package/dist/actions/list-available-locales.mjs +20 -0
- package/dist/actions/list-available-locales.mjs.map +1 -0
- package/dist/actions/list-blog-articles.cjs +56 -0
- package/dist/actions/list-blog-articles.cjs.map +1 -0
- package/dist/actions/list-blog-articles.d.cts +9 -0
- package/dist/actions/list-blog-articles.d.cts.map +1 -0
- package/dist/actions/list-blog-articles.d.mts +9 -0
- package/dist/actions/list-blog-articles.d.mts.map +1 -0
- package/dist/actions/list-blog-articles.mjs +55 -0
- package/dist/actions/list-blog-articles.mjs.map +1 -0
- package/dist/actions/list-blogs.cjs +34 -0
- package/dist/actions/list-blogs.cjs.map +1 -0
- package/dist/actions/list-blogs.d.cts +9 -0
- package/dist/actions/list-blogs.d.cts.map +1 -0
- package/dist/actions/list-blogs.d.mts +9 -0
- package/dist/actions/list-blogs.d.mts.map +1 -0
- package/dist/actions/list-blogs.mjs +33 -0
- package/dist/actions/list-blogs.mjs.map +1 -0
- package/dist/actions/list-bulk-operations.cjs +49 -0
- package/dist/actions/list-bulk-operations.cjs.map +1 -0
- package/dist/actions/list-bulk-operations.d.cts +9 -0
- package/dist/actions/list-bulk-operations.d.cts.map +1 -0
- package/dist/actions/list-bulk-operations.d.mts +9 -0
- package/dist/actions/list-bulk-operations.d.mts.map +1 -0
- package/dist/actions/list-bulk-operations.mjs +48 -0
- package/dist/actions/list-bulk-operations.mjs.map +1 -0
- package/dist/actions/list-channels.cjs +44 -0
- package/dist/actions/list-channels.cjs.map +1 -0
- package/dist/actions/list-channels.d.cts +9 -0
- package/dist/actions/list-channels.d.cts.map +1 -0
- package/dist/actions/list-channels.d.mts +9 -0
- package/dist/actions/list-channels.d.mts.map +1 -0
- package/dist/actions/list-channels.mjs +43 -0
- package/dist/actions/list-channels.mjs.map +1 -0
- package/dist/actions/list-checkout-profiles.cjs +54 -0
- package/dist/actions/list-checkout-profiles.cjs.map +1 -0
- package/dist/actions/list-checkout-profiles.d.cts +9 -0
- package/dist/actions/list-checkout-profiles.d.cts.map +1 -0
- package/dist/actions/list-checkout-profiles.d.mts +9 -0
- package/dist/actions/list-checkout-profiles.d.mts.map +1 -0
- package/dist/actions/list-checkout-profiles.mjs +53 -0
- package/dist/actions/list-checkout-profiles.mjs.map +1 -0
- package/dist/actions/list-collection-products.cjs +100 -0
- package/dist/actions/list-collection-products.cjs.map +1 -0
- package/dist/actions/list-collection-products.d.cts +9 -0
- package/dist/actions/list-collection-products.d.cts.map +1 -0
- package/dist/actions/list-collection-products.d.mts +9 -0
- package/dist/actions/list-collection-products.d.mts.map +1 -0
- package/dist/actions/list-collection-products.mjs +99 -0
- package/dist/actions/list-collection-products.mjs.map +1 -0
- package/dist/actions/list-comments.cjs +43 -0
- package/dist/actions/list-comments.cjs.map +1 -0
- package/dist/actions/list-comments.d.cts +9 -0
- package/dist/actions/list-comments.d.cts.map +1 -0
- package/dist/actions/list-comments.d.mts +9 -0
- package/dist/actions/list-comments.d.mts.map +1 -0
- package/dist/actions/list-comments.mjs +42 -0
- package/dist/actions/list-comments.mjs.map +1 -0
- package/dist/actions/list-customers.cjs +86 -0
- package/dist/actions/list-customers.cjs.map +1 -0
- package/dist/actions/list-customers.d.cts +9 -0
- package/dist/actions/list-customers.d.cts.map +1 -0
- package/dist/actions/list-customers.d.mts +9 -0
- package/dist/actions/list-customers.d.mts.map +1 -0
- package/dist/actions/list-customers.mjs +85 -0
- package/dist/actions/list-customers.mjs.map +1 -0
- package/dist/actions/list-draft-orders.cjs +156 -0
- package/dist/actions/list-draft-orders.cjs.map +1 -0
- package/dist/actions/list-draft-orders.d.cts +9 -0
- package/dist/actions/list-draft-orders.d.cts.map +1 -0
- package/dist/actions/list-draft-orders.d.mts +9 -0
- package/dist/actions/list-draft-orders.d.mts.map +1 -0
- package/dist/actions/list-draft-orders.mjs +155 -0
- package/dist/actions/list-draft-orders.mjs.map +1 -0
- package/dist/actions/list-locations.cjs +37 -0
- package/dist/actions/list-locations.cjs.map +1 -0
- package/dist/actions/list-locations.d.cts +9 -0
- package/dist/actions/list-locations.d.cts.map +1 -0
- package/dist/actions/list-locations.d.mts +9 -0
- package/dist/actions/list-locations.d.mts.map +1 -0
- package/dist/actions/list-locations.mjs +36 -0
- package/dist/actions/list-locations.mjs.map +1 -0
- package/dist/actions/list-marketing-events.cjs +44 -0
- package/dist/actions/list-marketing-events.cjs.map +1 -0
- package/dist/actions/list-marketing-events.d.cts +9 -0
- package/dist/actions/list-marketing-events.d.cts.map +1 -0
- package/dist/actions/list-marketing-events.d.mts +9 -0
- package/dist/actions/list-marketing-events.d.mts.map +1 -0
- package/dist/actions/list-marketing-events.mjs +43 -0
- package/dist/actions/list-marketing-events.mjs.map +1 -0
- package/dist/actions/list-pages.cjs +42 -0
- package/dist/actions/list-pages.cjs.map +1 -0
- package/dist/actions/list-pages.d.cts +9 -0
- package/dist/actions/list-pages.d.cts.map +1 -0
- package/dist/actions/list-pages.d.mts +9 -0
- package/dist/actions/list-pages.d.mts.map +1 -0
- package/dist/actions/list-pages.mjs +41 -0
- package/dist/actions/list-pages.mjs.map +1 -0
- package/dist/actions/list-payment-terms-templates.cjs +29 -0
- package/dist/actions/list-payment-terms-templates.cjs.map +1 -0
- package/dist/actions/list-payment-terms-templates.d.cts +9 -0
- package/dist/actions/list-payment-terms-templates.d.cts.map +1 -0
- package/dist/actions/list-payment-terms-templates.d.mts +9 -0
- package/dist/actions/list-payment-terms-templates.d.mts.map +1 -0
- package/dist/actions/list-payment-terms-templates.mjs +28 -0
- package/dist/actions/list-payment-terms-templates.mjs.map +1 -0
- package/dist/actions/list-product-images.cjs +34 -0
- package/dist/actions/list-product-images.cjs.map +1 -0
- package/dist/actions/list-product-images.d.cts +9 -0
- package/dist/actions/list-product-images.d.cts.map +1 -0
- package/dist/actions/list-product-images.d.mts +9 -0
- package/dist/actions/list-product-images.d.mts.map +1 -0
- package/dist/actions/list-product-images.mjs +33 -0
- package/dist/actions/list-product-images.mjs.map +1 -0
- package/dist/actions/list-product-variants.cjs +59 -0
- package/dist/actions/list-product-variants.cjs.map +1 -0
- package/dist/actions/list-product-variants.d.cts +9 -0
- package/dist/actions/list-product-variants.d.cts.map +1 -0
- package/dist/actions/list-product-variants.d.mts +9 -0
- package/dist/actions/list-product-variants.d.mts.map +1 -0
- package/dist/actions/list-product-variants.mjs +58 -0
- package/dist/actions/list-product-variants.mjs.map +1 -0
- package/dist/actions/list-resource-feedbacks.cjs +26 -0
- package/dist/actions/list-resource-feedbacks.cjs.map +1 -0
- package/dist/actions/list-resource-feedbacks.d.cts +9 -0
- package/dist/actions/list-resource-feedbacks.d.cts.map +1 -0
- package/dist/actions/list-resource-feedbacks.d.mts +9 -0
- package/dist/actions/list-resource-feedbacks.d.mts.map +1 -0
- package/dist/actions/list-resource-feedbacks.mjs +25 -0
- package/dist/actions/list-resource-feedbacks.mjs.map +1 -0
- package/dist/actions/list-script-tags.cjs +34 -0
- package/dist/actions/list-script-tags.cjs.map +1 -0
- package/dist/actions/list-script-tags.d.cts +9 -0
- package/dist/actions/list-script-tags.d.cts.map +1 -0
- package/dist/actions/list-script-tags.d.mts +9 -0
- package/dist/actions/list-script-tags.d.mts.map +1 -0
- package/dist/actions/list-script-tags.mjs +33 -0
- package/dist/actions/list-script-tags.mjs.map +1 -0
- package/dist/actions/list-transactions.cjs +69 -0
- package/dist/actions/list-transactions.cjs.map +1 -0
- package/dist/actions/list-transactions.d.cts +9 -0
- package/dist/actions/list-transactions.d.cts.map +1 -0
- package/dist/actions/list-transactions.d.mts +9 -0
- package/dist/actions/list-transactions.d.mts.map +1 -0
- package/dist/actions/list-transactions.mjs +68 -0
- package/dist/actions/list-transactions.mjs.map +1 -0
- package/dist/actions/mark-comment-as-not-spam.cjs +30 -0
- package/dist/actions/mark-comment-as-not-spam.cjs.map +1 -0
- package/dist/actions/mark-comment-as-not-spam.d.cts +9 -0
- package/dist/actions/mark-comment-as-not-spam.d.cts.map +1 -0
- package/dist/actions/mark-comment-as-not-spam.d.mts +9 -0
- package/dist/actions/mark-comment-as-not-spam.d.mts.map +1 -0
- package/dist/actions/mark-comment-as-not-spam.mjs +27 -0
- package/dist/actions/mark-comment-as-not-spam.mjs.map +1 -0
- package/dist/actions/mark-comment-as-spam.cjs +30 -0
- package/dist/actions/mark-comment-as-spam.cjs.map +1 -0
- package/dist/actions/mark-comment-as-spam.d.cts +9 -0
- package/dist/actions/mark-comment-as-spam.d.cts.map +1 -0
- package/dist/actions/mark-comment-as-spam.d.mts +9 -0
- package/dist/actions/mark-comment-as-spam.d.mts.map +1 -0
- package/dist/actions/mark-comment-as-spam.mjs +27 -0
- package/dist/actions/mark-comment-as-spam.mjs.map +1 -0
- package/dist/actions/modify-an-existing-product-variant.cjs +69 -0
- package/dist/actions/modify-an-existing-product-variant.cjs.map +1 -0
- package/dist/actions/modify-an-existing-product-variant.d.cts +9 -0
- package/dist/actions/modify-an-existing-product-variant.d.cts.map +1 -0
- package/dist/actions/modify-an-existing-product-variant.d.mts +9 -0
- package/dist/actions/modify-an-existing-product-variant.d.mts.map +1 -0
- package/dist/actions/modify-an-existing-product-variant.mjs +68 -0
- package/dist/actions/modify-an-existing-product-variant.mjs.map +1 -0
- package/dist/actions/move-fulfillment-order.cjs +82 -0
- package/dist/actions/move-fulfillment-order.cjs.map +1 -0
- package/dist/actions/move-fulfillment-order.d.cts +9 -0
- package/dist/actions/move-fulfillment-order.d.cts.map +1 -0
- package/dist/actions/move-fulfillment-order.d.mts +9 -0
- package/dist/actions/move-fulfillment-order.d.mts.map +1 -0
- package/dist/actions/move-fulfillment-order.mjs +81 -0
- package/dist/actions/move-fulfillment-order.mjs.map +1 -0
- package/dist/actions/pin-metafield-definition.cjs +37 -0
- package/dist/actions/pin-metafield-definition.cjs.map +1 -0
- package/dist/actions/pin-metafield-definition.d.cts +9 -0
- package/dist/actions/pin-metafield-definition.d.cts.map +1 -0
- package/dist/actions/pin-metafield-definition.d.mts +9 -0
- package/dist/actions/pin-metafield-definition.d.mts.map +1 -0
- package/dist/actions/pin-metafield-definition.mjs +36 -0
- package/dist/actions/pin-metafield-definition.mjs.map +1 -0
- package/dist/actions/query-app-by-key.cjs +72 -0
- package/dist/actions/query-app-by-key.cjs.map +1 -0
- package/dist/actions/query-app-by-key.d.cts +9 -0
- package/dist/actions/query-app-by-key.d.cts.map +1 -0
- package/dist/actions/query-app-by-key.d.mts +9 -0
- package/dist/actions/query-app-by-key.d.mts.map +1 -0
- package/dist/actions/query-app-by-key.mjs +71 -0
- package/dist/actions/query-app-by-key.mjs.map +1 -0
- package/dist/actions/query-business-entities.cjs +32 -0
- package/dist/actions/query-business-entities.cjs.map +1 -0
- package/dist/actions/query-business-entities.d.cts +9 -0
- package/dist/actions/query-business-entities.d.cts.map +1 -0
- package/dist/actions/query-business-entities.d.mts +9 -0
- package/dist/actions/query-business-entities.d.mts.map +1 -0
- package/dist/actions/query-business-entities.mjs +31 -0
- package/dist/actions/query-business-entities.mjs.map +1 -0
- package/dist/actions/query-business-entity.cjs +51 -0
- package/dist/actions/query-business-entity.cjs.map +1 -0
- package/dist/actions/query-business-entity.d.cts +9 -0
- package/dist/actions/query-business-entity.d.cts.map +1 -0
- package/dist/actions/query-business-entity.d.mts +9 -0
- package/dist/actions/query-business-entity.d.mts.map +1 -0
- package/dist/actions/query-business-entity.mjs +50 -0
- package/dist/actions/query-business-entity.mjs.map +1 -0
- package/dist/actions/query-catalogs.cjs +70 -0
- package/dist/actions/query-catalogs.cjs.map +1 -0
- package/dist/actions/query-catalogs.d.cts +9 -0
- package/dist/actions/query-catalogs.d.cts.map +1 -0
- package/dist/actions/query-catalogs.d.mts +9 -0
- package/dist/actions/query-catalogs.d.mts.map +1 -0
- package/dist/actions/query-catalogs.mjs +69 -0
- package/dist/actions/query-catalogs.mjs.map +1 -0
- package/dist/actions/query-channel.cjs +36 -0
- package/dist/actions/query-channel.cjs.map +1 -0
- package/dist/actions/query-channel.d.cts +9 -0
- package/dist/actions/query-channel.d.cts.map +1 -0
- package/dist/actions/query-channel.d.mts +9 -0
- package/dist/actions/query-channel.d.mts.map +1 -0
- package/dist/actions/query-channel.mjs +35 -0
- package/dist/actions/query-channel.mjs.map +1 -0
- package/dist/actions/query-consent-policy-regions.cjs +21 -0
- package/dist/actions/query-consent-policy-regions.cjs.map +1 -0
- package/dist/actions/query-consent-policy-regions.d.cts +9 -0
- package/dist/actions/query-consent-policy-regions.d.cts.map +1 -0
- package/dist/actions/query-consent-policy-regions.d.mts +9 -0
- package/dist/actions/query-consent-policy-regions.d.mts.map +1 -0
- package/dist/actions/query-consent-policy-regions.mjs +20 -0
- package/dist/actions/query-consent-policy-regions.mjs.map +1 -0
- package/dist/actions/query-current-app-installation.cjs +47 -0
- package/dist/actions/query-current-app-installation.cjs.map +1 -0
- package/dist/actions/query-current-app-installation.d.cts +9 -0
- package/dist/actions/query-current-app-installation.d.cts.map +1 -0
- package/dist/actions/query-current-app-installation.d.mts +9 -0
- package/dist/actions/query-current-app-installation.d.mts.map +1 -0
- package/dist/actions/query-current-app-installation.mjs +46 -0
- package/dist/actions/query-current-app-installation.mjs.map +1 -0
- package/dist/actions/query-current-bulk-operation.cjs +27 -0
- package/dist/actions/query-current-bulk-operation.cjs.map +1 -0
- package/dist/actions/query-current-bulk-operation.d.cts +9 -0
- package/dist/actions/query-current-bulk-operation.d.cts.map +1 -0
- package/dist/actions/query-current-bulk-operation.d.mts +9 -0
- package/dist/actions/query-current-bulk-operation.d.mts.map +1 -0
- package/dist/actions/query-current-bulk-operation.mjs +26 -0
- package/dist/actions/query-current-bulk-operation.mjs.map +1 -0
- package/dist/actions/query-customer-account-pages.cjs +43 -0
- package/dist/actions/query-customer-account-pages.cjs.map +1 -0
- package/dist/actions/query-customer-account-pages.d.cts +9 -0
- package/dist/actions/query-customer-account-pages.d.cts.map +1 -0
- package/dist/actions/query-customer-account-pages.d.mts +9 -0
- package/dist/actions/query-customer-account-pages.d.mts.map +1 -0
- package/dist/actions/query-customer-account-pages.mjs +42 -0
- package/dist/actions/query-customer-account-pages.mjs.map +1 -0
- package/dist/actions/query-deletion-events.cjs +40 -0
- package/dist/actions/query-deletion-events.cjs.map +1 -0
- package/dist/actions/query-deletion-events.d.cts +9 -0
- package/dist/actions/query-deletion-events.d.cts.map +1 -0
- package/dist/actions/query-deletion-events.d.mts +9 -0
- package/dist/actions/query-deletion-events.d.mts.map +1 -0
- package/dist/actions/query-deletion-events.mjs +39 -0
- package/dist/actions/query-deletion-events.mjs.map +1 -0
- package/dist/actions/query-disputes.cjs +37 -0
- package/dist/actions/query-disputes.cjs.map +1 -0
- package/dist/actions/query-disputes.d.cts +9 -0
- package/dist/actions/query-disputes.d.cts.map +1 -0
- package/dist/actions/query-disputes.d.mts +9 -0
- package/dist/actions/query-disputes.d.mts.map +1 -0
- package/dist/actions/query-disputes.mjs +36 -0
- package/dist/actions/query-disputes.mjs.map +1 -0
- package/dist/actions/query-domain.cjs +36 -0
- package/dist/actions/query-domain.cjs.map +1 -0
- package/dist/actions/query-domain.d.cts +9 -0
- package/dist/actions/query-domain.d.cts.map +1 -0
- package/dist/actions/query-domain.d.mts +9 -0
- package/dist/actions/query-domain.d.mts.map +1 -0
- package/dist/actions/query-domain.mjs +35 -0
- package/dist/actions/query-domain.mjs.map +1 -0
- package/dist/actions/query-events-count.cjs +21 -0
- package/dist/actions/query-events-count.cjs.map +1 -0
- package/dist/actions/query-events-count.d.cts +9 -0
- package/dist/actions/query-events-count.d.cts.map +1 -0
- package/dist/actions/query-events-count.d.mts +9 -0
- package/dist/actions/query-events-count.d.mts.map +1 -0
- package/dist/actions/query-events-count.mjs +20 -0
- package/dist/actions/query-events-count.mjs.map +1 -0
- package/dist/actions/query-events.cjs +54 -0
- package/dist/actions/query-events.cjs.map +1 -0
- package/dist/actions/query-events.d.cts +9 -0
- package/dist/actions/query-events.d.cts.map +1 -0
- package/dist/actions/query-events.d.mts +9 -0
- package/dist/actions/query-events.d.mts.map +1 -0
- package/dist/actions/query-events.mjs +53 -0
- package/dist/actions/query-events.mjs.map +1 -0
- package/dist/actions/query-job.cjs +20 -0
- package/dist/actions/query-job.cjs.map +1 -0
- package/dist/actions/query-job.d.cts +9 -0
- package/dist/actions/query-job.d.cts.map +1 -0
- package/dist/actions/query-job.d.mts +9 -0
- package/dist/actions/query-job.d.mts.map +1 -0
- package/dist/actions/query-job.mjs +17 -0
- package/dist/actions/query-job.mjs.map +1 -0
- package/dist/actions/query-metafield-definition-types.cjs +26 -0
- package/dist/actions/query-metafield-definition-types.cjs.map +1 -0
- package/dist/actions/query-metafield-definition-types.d.cts +9 -0
- package/dist/actions/query-metafield-definition-types.d.cts.map +1 -0
- package/dist/actions/query-metafield-definition-types.d.mts +9 -0
- package/dist/actions/query-metafield-definition-types.d.mts.map +1 -0
- package/dist/actions/query-metafield-definition-types.mjs +25 -0
- package/dist/actions/query-metafield-definition-types.mjs.map +1 -0
- package/dist/actions/query-metafield-definition.cjs +27 -0
- package/dist/actions/query-metafield-definition.cjs.map +1 -0
- package/dist/actions/query-metafield-definition.d.cts +9 -0
- package/dist/actions/query-metafield-definition.d.cts.map +1 -0
- package/dist/actions/query-metafield-definition.d.mts +9 -0
- package/dist/actions/query-metafield-definition.d.mts.map +1 -0
- package/dist/actions/query-metafield-definition.mjs +26 -0
- package/dist/actions/query-metafield-definition.mjs.map +1 -0
- package/dist/actions/query-metafield-definitions.cjs +70 -0
- package/dist/actions/query-metafield-definitions.cjs.map +1 -0
- package/dist/actions/query-metafield-definitions.d.cts +9 -0
- package/dist/actions/query-metafield-definitions.d.cts.map +1 -0
- package/dist/actions/query-metafield-definitions.d.mts +9 -0
- package/dist/actions/query-metafield-definitions.d.mts.map +1 -0
- package/dist/actions/query-metafield-definitions.mjs +69 -0
- package/dist/actions/query-metafield-definitions.mjs.map +1 -0
- package/dist/actions/query-node.cjs +20 -0
- package/dist/actions/query-node.cjs.map +1 -0
- package/dist/actions/query-node.d.cts +9 -0
- package/dist/actions/query-node.d.cts.map +1 -0
- package/dist/actions/query-node.d.mts +9 -0
- package/dist/actions/query-node.d.mts.map +1 -0
- package/dist/actions/query-node.mjs +19 -0
- package/dist/actions/query-node.mjs.map +1 -0
- package/dist/actions/query-nodes.cjs +32 -0
- package/dist/actions/query-nodes.cjs.map +1 -0
- package/dist/actions/query-nodes.d.cts +9 -0
- package/dist/actions/query-nodes.d.cts.map +1 -0
- package/dist/actions/query-nodes.d.mts +9 -0
- package/dist/actions/query-nodes.d.mts.map +1 -0
- package/dist/actions/query-nodes.mjs +31 -0
- package/dist/actions/query-nodes.mjs.map +1 -0
- package/dist/actions/query-online-store.cjs +18 -0
- package/dist/actions/query-online-store.cjs.map +1 -0
- package/dist/actions/query-online-store.d.cts +9 -0
- package/dist/actions/query-online-store.d.cts.map +1 -0
- package/dist/actions/query-online-store.d.mts +9 -0
- package/dist/actions/query-online-store.d.mts.map +1 -0
- package/dist/actions/query-online-store.mjs +17 -0
- package/dist/actions/query-online-store.mjs.map +1 -0
- package/dist/actions/query-product-duplicate-job.cjs +19 -0
- package/dist/actions/query-product-duplicate-job.cjs.map +1 -0
- package/dist/actions/query-product-duplicate-job.d.cts +9 -0
- package/dist/actions/query-product-duplicate-job.d.cts.map +1 -0
- package/dist/actions/query-product-duplicate-job.d.mts +9 -0
- package/dist/actions/query-product-duplicate-job.d.mts.map +1 -0
- package/dist/actions/query-product-duplicate-job.mjs +16 -0
- package/dist/actions/query-product-duplicate-job.mjs.map +1 -0
- package/dist/actions/query-public-api-versions.cjs +21 -0
- package/dist/actions/query-public-api-versions.cjs.map +1 -0
- package/dist/actions/query-public-api-versions.d.cts +9 -0
- package/dist/actions/query-public-api-versions.d.cts.map +1 -0
- package/dist/actions/query-public-api-versions.d.mts +9 -0
- package/dist/actions/query-public-api-versions.d.mts.map +1 -0
- package/dist/actions/query-public-api-versions.mjs +20 -0
- package/dist/actions/query-public-api-versions.mjs.map +1 -0
- package/dist/actions/query-publication.cjs +24 -0
- package/dist/actions/query-publication.cjs.map +1 -0
- package/dist/actions/query-publication.d.cts +9 -0
- package/dist/actions/query-publication.d.cts.map +1 -0
- package/dist/actions/query-publication.d.mts +9 -0
- package/dist/actions/query-publication.d.mts.map +1 -0
- package/dist/actions/query-publication.mjs +23 -0
- package/dist/actions/query-publication.mjs.map +1 -0
- package/dist/actions/query-server-pixel.cjs +22 -0
- package/dist/actions/query-server-pixel.cjs.map +1 -0
- package/dist/actions/query-server-pixel.d.cts +9 -0
- package/dist/actions/query-server-pixel.d.cts.map +1 -0
- package/dist/actions/query-server-pixel.d.mts +9 -0
- package/dist/actions/query-server-pixel.d.mts.map +1 -0
- package/dist/actions/query-server-pixel.mjs +21 -0
- package/dist/actions/query-server-pixel.mjs.map +1 -0
- package/dist/actions/query-shop-billing-preferences.cjs +16 -0
- package/dist/actions/query-shop-billing-preferences.cjs.map +1 -0
- package/dist/actions/query-shop-billing-preferences.d.cts +9 -0
- package/dist/actions/query-shop-billing-preferences.d.cts.map +1 -0
- package/dist/actions/query-shop-billing-preferences.d.mts +9 -0
- package/dist/actions/query-shop-billing-preferences.d.mts.map +1 -0
- package/dist/actions/query-shop-billing-preferences.mjs +13 -0
- package/dist/actions/query-shop-billing-preferences.mjs.map +1 -0
- package/dist/actions/query-shop-pay-payment-request-receipts.cjs +39 -0
- package/dist/actions/query-shop-pay-payment-request-receipts.cjs.map +1 -0
- package/dist/actions/query-shop-pay-payment-request-receipts.d.cts +9 -0
- package/dist/actions/query-shop-pay-payment-request-receipts.d.cts.map +1 -0
- package/dist/actions/query-shop-pay-payment-request-receipts.d.mts +9 -0
- package/dist/actions/query-shop-pay-payment-request-receipts.d.mts.map +1 -0
- package/dist/actions/query-shop-pay-payment-request-receipts.mjs +38 -0
- package/dist/actions/query-shop-pay-payment-request-receipts.mjs.map +1 -0
- package/dist/actions/query-shop.cjs +136 -0
- package/dist/actions/query-shop.cjs.map +1 -0
- package/dist/actions/query-shop.d.cts +9 -0
- package/dist/actions/query-shop.d.cts.map +1 -0
- package/dist/actions/query-shop.d.mts +9 -0
- package/dist/actions/query-shop.d.mts.map +1 -0
- package/dist/actions/query-shop.mjs +135 -0
- package/dist/actions/query-shop.mjs.map +1 -0
- package/dist/actions/query-shopify-functions.cjs +56 -0
- package/dist/actions/query-shopify-functions.cjs.map +1 -0
- package/dist/actions/query-shopify-functions.d.cts +9 -0
- package/dist/actions/query-shopify-functions.d.cts.map +1 -0
- package/dist/actions/query-shopify-functions.d.mts +9 -0
- package/dist/actions/query-shopify-functions.d.mts.map +1 -0
- package/dist/actions/query-shopify-functions.mjs +55 -0
- package/dist/actions/query-shopify-functions.mjs.map +1 -0
- package/dist/actions/query-standard-metafield-definition-templates.cjs +50 -0
- package/dist/actions/query-standard-metafield-definition-templates.cjs.map +1 -0
- package/dist/actions/query-standard-metafield-definition-templates.d.cts +9 -0
- package/dist/actions/query-standard-metafield-definition-templates.d.cts.map +1 -0
- package/dist/actions/query-standard-metafield-definition-templates.d.mts +9 -0
- package/dist/actions/query-standard-metafield-definition-templates.d.mts.map +1 -0
- package/dist/actions/query-standard-metafield-definition-templates.mjs +49 -0
- package/dist/actions/query-standard-metafield-definition-templates.mjs.map +1 -0
- package/dist/actions/query-taxonomy.cjs +48 -0
- package/dist/actions/query-taxonomy.cjs.map +1 -0
- package/dist/actions/query-taxonomy.d.cts +9 -0
- package/dist/actions/query-taxonomy.d.cts.map +1 -0
- package/dist/actions/query-taxonomy.d.mts +9 -0
- package/dist/actions/query-taxonomy.d.mts.map +1 -0
- package/dist/actions/query-taxonomy.mjs +47 -0
- package/dist/actions/query-taxonomy.mjs.map +1 -0
- package/dist/actions/query-webhook-subscription.cjs +41 -0
- package/dist/actions/query-webhook-subscription.cjs.map +1 -0
- package/dist/actions/query-webhook-subscription.d.cts +9 -0
- package/dist/actions/query-webhook-subscription.d.cts.map +1 -0
- package/dist/actions/query-webhook-subscription.d.mts +9 -0
- package/dist/actions/query-webhook-subscription.d.mts.map +1 -0
- package/dist/actions/query-webhook-subscription.mjs +40 -0
- package/dist/actions/query-webhook-subscription.mjs.map +1 -0
- package/dist/actions/query-webhook-subscriptions.cjs +62 -0
- package/dist/actions/query-webhook-subscriptions.cjs.map +1 -0
- package/dist/actions/query-webhook-subscriptions.d.cts +9 -0
- package/dist/actions/query-webhook-subscriptions.d.cts.map +1 -0
- package/dist/actions/query-webhook-subscriptions.d.mts +9 -0
- package/dist/actions/query-webhook-subscriptions.d.mts.map +1 -0
- package/dist/actions/query-webhook-subscriptions.mjs +61 -0
- package/dist/actions/query-webhook-subscriptions.mjs.map +1 -0
- package/dist/actions/receive-a-single-fulfillment.cjs +80 -0
- package/dist/actions/receive-a-single-fulfillment.cjs.map +1 -0
- package/dist/actions/receive-a-single-fulfillment.d.cts +9 -0
- package/dist/actions/receive-a-single-fulfillment.d.cts.map +1 -0
- package/dist/actions/receive-a-single-fulfillment.d.mts +9 -0
- package/dist/actions/receive-a-single-fulfillment.d.mts.map +1 -0
- package/dist/actions/receive-a-single-fulfillment.mjs +79 -0
- package/dist/actions/receive-a-single-fulfillment.mjs.map +1 -0
- package/dist/actions/release-fulfillment-hold.cjs +78 -0
- package/dist/actions/release-fulfillment-hold.cjs.map +1 -0
- package/dist/actions/release-fulfillment-hold.d.cts +9 -0
- package/dist/actions/release-fulfillment-hold.d.cts.map +1 -0
- package/dist/actions/release-fulfillment-hold.d.mts +9 -0
- package/dist/actions/release-fulfillment-hold.d.mts.map +1 -0
- package/dist/actions/release-fulfillment-hold.mjs +77 -0
- package/dist/actions/release-fulfillment-hold.mjs.map +1 -0
- package/dist/actions/reopen-closed-order.cjs +192 -0
- package/dist/actions/reopen-closed-order.cjs.map +1 -0
- package/dist/actions/reopen-closed-order.d.cts +9 -0
- package/dist/actions/reopen-closed-order.d.cts.map +1 -0
- package/dist/actions/reopen-closed-order.d.mts +9 -0
- package/dist/actions/reopen-closed-order.d.mts.map +1 -0
- package/dist/actions/reopen-closed-order.mjs +191 -0
- package/dist/actions/reopen-closed-order.mjs.map +1 -0
- package/dist/actions/restore-comment.cjs +31 -0
- package/dist/actions/restore-comment.cjs.map +1 -0
- package/dist/actions/restore-comment.d.cts +9 -0
- package/dist/actions/restore-comment.d.cts.map +1 -0
- package/dist/actions/restore-comment.d.mts +9 -0
- package/dist/actions/restore-comment.d.mts.map +1 -0
- package/dist/actions/restore-comment.mjs +30 -0
- package/dist/actions/restore-comment.mjs.map +1 -0
- package/dist/actions/retrieve-list-metafields-resource-s-endpoint.cjs +62 -0
- package/dist/actions/retrieve-list-metafields-resource-s-endpoint.cjs.map +1 -0
- package/dist/actions/retrieve-list-metafields-resource-s-endpoint.d.cts +9 -0
- package/dist/actions/retrieve-list-metafields-resource-s-endpoint.d.cts.map +1 -0
- package/dist/actions/retrieve-list-metafields-resource-s-endpoint.d.mts +9 -0
- package/dist/actions/retrieve-list-metafields-resource-s-endpoint.d.mts.map +1 -0
- package/dist/actions/retrieve-list-metafields-resource-s-endpoint.mjs +61 -0
- package/dist/actions/retrieve-list-metafields-resource-s-endpoint.mjs.map +1 -0
- package/dist/actions/retrieve-specific-fulfillment-order.cjs +96 -0
- package/dist/actions/retrieve-specific-fulfillment-order.cjs.map +1 -0
- package/dist/actions/retrieve-specific-fulfillment-order.d.cts +9 -0
- package/dist/actions/retrieve-specific-fulfillment-order.d.cts.map +1 -0
- package/dist/actions/retrieve-specific-fulfillment-order.d.mts +9 -0
- package/dist/actions/retrieve-specific-fulfillment-order.d.mts.map +1 -0
- package/dist/actions/retrieve-specific-fulfillment-order.mjs +95 -0
- package/dist/actions/retrieve-specific-fulfillment-order.mjs.map +1 -0
- package/dist/actions/retrieves-a-list-of-price-rules.cjs +68 -0
- package/dist/actions/retrieves-a-list-of-price-rules.cjs.map +1 -0
- package/dist/actions/retrieves-a-list-of-price-rules.d.cts +9 -0
- package/dist/actions/retrieves-a-list-of-price-rules.d.cts.map +1 -0
- package/dist/actions/retrieves-a-list-of-price-rules.d.mts +9 -0
- package/dist/actions/retrieves-a-list-of-price-rules.d.mts.map +1 -0
- package/dist/actions/retrieves-a-list-of-price-rules.mjs +67 -0
- package/dist/actions/retrieves-a-list-of-price-rules.mjs.map +1 -0
- package/dist/actions/revoke-app-access-scopes.cjs +27 -0
- package/dist/actions/revoke-app-access-scopes.cjs.map +1 -0
- package/dist/actions/revoke-app-access-scopes.d.cts +9 -0
- package/dist/actions/revoke-app-access-scopes.d.cts.map +1 -0
- package/dist/actions/revoke-app-access-scopes.d.mts +9 -0
- package/dist/actions/revoke-app-access-scopes.d.mts.map +1 -0
- package/dist/actions/revoke-app-access-scopes.mjs +26 -0
- package/dist/actions/revoke-app-access-scopes.mjs.map +1 -0
- package/dist/actions/run-bulk-mutation-operation.cjs +38 -0
- package/dist/actions/run-bulk-mutation-operation.cjs.map +1 -0
- package/dist/actions/run-bulk-mutation-operation.d.cts +9 -0
- package/dist/actions/run-bulk-mutation-operation.d.cts.map +1 -0
- package/dist/actions/run-bulk-mutation-operation.d.mts +9 -0
- package/dist/actions/run-bulk-mutation-operation.d.mts.map +1 -0
- package/dist/actions/run-bulk-mutation-operation.mjs +37 -0
- package/dist/actions/run-bulk-mutation-operation.mjs.map +1 -0
- package/dist/actions/run-bulk-operation-query.cjs +36 -0
- package/dist/actions/run-bulk-operation-query.cjs.map +1 -0
- package/dist/actions/run-bulk-operation-query.d.cts +9 -0
- package/dist/actions/run-bulk-operation-query.d.cts.map +1 -0
- package/dist/actions/run-bulk-operation-query.d.mts +9 -0
- package/dist/actions/run-bulk-operation-query.d.mts.map +1 -0
- package/dist/actions/run-bulk-operation-query.mjs +35 -0
- package/dist/actions/run-bulk-operation-query.mjs.map +1 -0
- package/dist/actions/searches-for-gift-cards.cjs +45 -0
- package/dist/actions/searches-for-gift-cards.cjs.map +1 -0
- package/dist/actions/searches-for-gift-cards.d.cts +9 -0
- package/dist/actions/searches-for-gift-cards.d.cts.map +1 -0
- package/dist/actions/searches-for-gift-cards.d.mts +9 -0
- package/dist/actions/searches-for-gift-cards.d.mts.map +1 -0
- package/dist/actions/searches-for-gift-cards.mjs +44 -0
- package/dist/actions/searches-for-gift-cards.mjs.map +1 -0
- package/dist/actions/send-customer-invite.cjs +30 -0
- package/dist/actions/send-customer-invite.cjs.map +1 -0
- package/dist/actions/send-customer-invite.d.cts +9 -0
- package/dist/actions/send-customer-invite.d.cts.map +1 -0
- package/dist/actions/send-customer-invite.d.mts +9 -0
- package/dist/actions/send-customer-invite.d.mts.map +1 -0
- package/dist/actions/send-customer-invite.mjs +29 -0
- package/dist/actions/send-customer-invite.mjs.map +1 -0
- package/dist/actions/send-invoice.cjs +32 -0
- package/dist/actions/send-invoice.cjs.map +1 -0
- package/dist/actions/send-invoice.d.cts +9 -0
- package/dist/actions/send-invoice.d.cts.map +1 -0
- package/dist/actions/send-invoice.d.mts +9 -0
- package/dist/actions/send-invoice.d.mts.map +1 -0
- package/dist/actions/send-invoice.mjs +31 -0
- package/dist/actions/send-invoice.mjs.map +1 -0
- package/dist/actions/set-default-customer-address.cjs +38 -0
- package/dist/actions/set-default-customer-address.cjs.map +1 -0
- package/dist/actions/set-default-customer-address.d.cts +9 -0
- package/dist/actions/set-default-customer-address.d.cts.map +1 -0
- package/dist/actions/set-default-customer-address.d.mts +9 -0
- package/dist/actions/set-default-customer-address.d.mts.map +1 -0
- package/dist/actions/set-default-customer-address.mjs +37 -0
- package/dist/actions/set-default-customer-address.mjs.map +1 -0
- package/dist/actions/set-fulfillment-orders-deadline.cjs +19 -0
- package/dist/actions/set-fulfillment-orders-deadline.cjs.map +1 -0
- package/dist/actions/set-fulfillment-orders-deadline.d.cts +9 -0
- package/dist/actions/set-fulfillment-orders-deadline.d.cts.map +1 -0
- package/dist/actions/set-fulfillment-orders-deadline.d.mts +9 -0
- package/dist/actions/set-fulfillment-orders-deadline.d.mts.map +1 -0
- package/dist/actions/set-fulfillment-orders-deadline.mjs +16 -0
- package/dist/actions/set-fulfillment-orders-deadline.mjs.map +1 -0
- package/dist/actions/set-inventory-level.cjs +27 -0
- package/dist/actions/set-inventory-level.cjs.map +1 -0
- package/dist/actions/set-inventory-level.d.cts +9 -0
- package/dist/actions/set-inventory-level.d.cts.map +1 -0
- package/dist/actions/set-inventory-level.d.mts +9 -0
- package/dist/actions/set-inventory-level.d.mts.map +1 -0
- package/dist/actions/set-inventory-level.mjs +24 -0
- package/dist/actions/set-inventory-level.mjs.map +1 -0
- package/dist/actions/set-metafields.cjs +39 -0
- package/dist/actions/set-metafields.cjs.map +1 -0
- package/dist/actions/set-metafields.d.cts +9 -0
- package/dist/actions/set-metafields.d.cts.map +1 -0
- package/dist/actions/set-metafields.d.mts +9 -0
- package/dist/actions/set-metafields.d.mts.map +1 -0
- package/dist/actions/set-metafields.mjs +38 -0
- package/dist/actions/set-metafields.mjs.map +1 -0
- package/dist/actions/trigger-shopify-flow.cjs +24 -0
- package/dist/actions/trigger-shopify-flow.cjs.map +1 -0
- package/dist/actions/trigger-shopify-flow.d.cts +9 -0
- package/dist/actions/trigger-shopify-flow.d.cts.map +1 -0
- package/dist/actions/trigger-shopify-flow.d.mts +9 -0
- package/dist/actions/trigger-shopify-flow.d.mts.map +1 -0
- package/dist/actions/trigger-shopify-flow.mjs +23 -0
- package/dist/actions/trigger-shopify-flow.mjs.map +1 -0
- package/dist/actions/update-app-subscription-line-item.cjs +32 -0
- package/dist/actions/update-app-subscription-line-item.cjs.map +1 -0
- package/dist/actions/update-app-subscription-line-item.d.cts +9 -0
- package/dist/actions/update-app-subscription-line-item.d.cts.map +1 -0
- package/dist/actions/update-app-subscription-line-item.d.mts +9 -0
- package/dist/actions/update-app-subscription-line-item.d.mts.map +1 -0
- package/dist/actions/update-app-subscription-line-item.mjs +31 -0
- package/dist/actions/update-app-subscription-line-item.mjs.map +1 -0
- package/dist/actions/update-article.cjs +61 -0
- package/dist/actions/update-article.cjs.map +1 -0
- package/dist/actions/update-article.d.cts +9 -0
- package/dist/actions/update-article.d.cts.map +1 -0
- package/dist/actions/update-article.d.mts +9 -0
- package/dist/actions/update-article.d.mts.map +1 -0
- package/dist/actions/update-article.mjs +60 -0
- package/dist/actions/update-article.mjs.map +1 -0
- package/dist/actions/update-blog.cjs +48 -0
- package/dist/actions/update-blog.cjs.map +1 -0
- package/dist/actions/update-blog.d.cts +9 -0
- package/dist/actions/update-blog.d.cts.map +1 -0
- package/dist/actions/update-blog.d.mts +9 -0
- package/dist/actions/update-blog.d.mts.map +1 -0
- package/dist/actions/update-blog.mjs +47 -0
- package/dist/actions/update-blog.mjs.map +1 -0
- package/dist/actions/update-comment.cjs +38 -0
- package/dist/actions/update-comment.cjs.map +1 -0
- package/dist/actions/update-comment.d.cts +9 -0
- package/dist/actions/update-comment.d.cts.map +1 -0
- package/dist/actions/update-comment.d.mts +9 -0
- package/dist/actions/update-comment.d.mts.map +1 -0
- package/dist/actions/update-comment.mjs +37 -0
- package/dist/actions/update-comment.mjs.map +1 -0
- package/dist/actions/update-custom-collection.cjs +51 -0
- package/dist/actions/update-custom-collection.cjs.map +1 -0
- package/dist/actions/update-custom-collection.d.cts +9 -0
- package/dist/actions/update-custom-collection.d.cts.map +1 -0
- package/dist/actions/update-custom-collection.d.mts +9 -0
- package/dist/actions/update-custom-collection.d.mts.map +1 -0
- package/dist/actions/update-custom-collection.mjs +50 -0
- package/dist/actions/update-custom-collection.mjs.map +1 -0
- package/dist/actions/update-customer-address.cjs +48 -0
- package/dist/actions/update-customer-address.cjs.map +1 -0
- package/dist/actions/update-customer-address.d.cts +9 -0
- package/dist/actions/update-customer-address.d.cts.map +1 -0
- package/dist/actions/update-customer-address.d.mts +9 -0
- package/dist/actions/update-customer-address.d.mts.map +1 -0
- package/dist/actions/update-customer-address.mjs +47 -0
- package/dist/actions/update-customer-address.mjs.map +1 -0
- package/dist/actions/update-customer.cjs +119 -0
- package/dist/actions/update-customer.cjs.map +1 -0
- package/dist/actions/update-customer.d.cts +9 -0
- package/dist/actions/update-customer.d.cts.map +1 -0
- package/dist/actions/update-customer.d.mts +9 -0
- package/dist/actions/update-customer.d.mts.map +1 -0
- package/dist/actions/update-customer.mjs +118 -0
- package/dist/actions/update-customer.mjs.map +1 -0
- package/dist/actions/update-customers-param-customer-id-addresses-set.cjs +20 -0
- package/dist/actions/update-customers-param-customer-id-addresses-set.cjs.map +1 -0
- package/dist/actions/update-customers-param-customer-id-addresses-set.d.cts +9 -0
- package/dist/actions/update-customers-param-customer-id-addresses-set.d.cts.map +1 -0
- package/dist/actions/update-customers-param-customer-id-addresses-set.d.mts +9 -0
- package/dist/actions/update-customers-param-customer-id-addresses-set.d.mts.map +1 -0
- package/dist/actions/update-customers-param-customer-id-addresses-set.mjs +17 -0
- package/dist/actions/update-customers-param-customer-id-addresses-set.mjs.map +1 -0
- package/dist/actions/update-draft-order.cjs +219 -0
- package/dist/actions/update-draft-order.cjs.map +1 -0
- package/dist/actions/update-draft-order.d.cts +9 -0
- package/dist/actions/update-draft-order.d.cts.map +1 -0
- package/dist/actions/update-draft-order.d.mts +9 -0
- package/dist/actions/update-draft-order.d.mts.map +1 -0
- package/dist/actions/update-draft-order.mjs +218 -0
- package/dist/actions/update-draft-order.mjs.map +1 -0
- package/dist/actions/update-fulfillment-tracking.cjs +74 -0
- package/dist/actions/update-fulfillment-tracking.cjs.map +1 -0
- package/dist/actions/update-fulfillment-tracking.d.cts +9 -0
- package/dist/actions/update-fulfillment-tracking.d.cts.map +1 -0
- package/dist/actions/update-fulfillment-tracking.d.mts +9 -0
- package/dist/actions/update-fulfillment-tracking.d.mts.map +1 -0
- package/dist/actions/update-fulfillment-tracking.mjs +73 -0
- package/dist/actions/update-fulfillment-tracking.mjs.map +1 -0
- package/dist/actions/update-gift-card.cjs +41 -0
- package/dist/actions/update-gift-card.cjs.map +1 -0
- package/dist/actions/update-gift-card.d.cts +9 -0
- package/dist/actions/update-gift-card.d.cts.map +1 -0
- package/dist/actions/update-gift-card.d.mts +9 -0
- package/dist/actions/update-gift-card.d.mts.map +1 -0
- package/dist/actions/update-gift-card.mjs +40 -0
- package/dist/actions/update-gift-card.mjs.map +1 -0
- package/dist/actions/update-inventory-item.cjs +45 -0
- package/dist/actions/update-inventory-item.cjs.map +1 -0
- package/dist/actions/update-inventory-item.d.cts +9 -0
- package/dist/actions/update-inventory-item.d.cts.map +1 -0
- package/dist/actions/update-inventory-item.d.mts +9 -0
- package/dist/actions/update-inventory-item.d.mts.map +1 -0
- package/dist/actions/update-inventory-item.mjs +44 -0
- package/dist/actions/update-inventory-item.mjs.map +1 -0
- package/dist/actions/update-marketing-event.cjs +63 -0
- package/dist/actions/update-marketing-event.cjs.map +1 -0
- package/dist/actions/update-marketing-event.d.cts +9 -0
- package/dist/actions/update-marketing-event.d.cts.map +1 -0
- package/dist/actions/update-marketing-event.d.mts +9 -0
- package/dist/actions/update-marketing-event.d.mts.map +1 -0
- package/dist/actions/update-marketing-event.mjs +62 -0
- package/dist/actions/update-marketing-event.mjs.map +1 -0
- package/dist/actions/update-metafield-by-id.cjs +41 -0
- package/dist/actions/update-metafield-by-id.cjs.map +1 -0
- package/dist/actions/update-metafield-by-id.d.cts +9 -0
- package/dist/actions/update-metafield-by-id.d.cts.map +1 -0
- package/dist/actions/update-metafield-by-id.d.mts +9 -0
- package/dist/actions/update-metafield-by-id.d.mts.map +1 -0
- package/dist/actions/update-metafield-by-id.mjs +40 -0
- package/dist/actions/update-metafield-by-id.mjs.map +1 -0
- package/dist/actions/update-metafield-definition.cjs +103 -0
- package/dist/actions/update-metafield-definition.cjs.map +1 -0
- package/dist/actions/update-metafield-definition.d.cts +9 -0
- package/dist/actions/update-metafield-definition.d.cts.map +1 -0
- package/dist/actions/update-metafield-definition.d.mts +9 -0
- package/dist/actions/update-metafield-definition.d.mts.map +1 -0
- package/dist/actions/update-metafield-definition.mjs +102 -0
- package/dist/actions/update-metafield-definition.mjs.map +1 -0
- package/dist/actions/update-order.cjs +280 -0
- package/dist/actions/update-order.cjs.map +1 -0
- package/dist/actions/update-order.d.cts +9 -0
- package/dist/actions/update-order.d.cts.map +1 -0
- package/dist/actions/update-order.d.mts +9 -0
- package/dist/actions/update-order.d.mts.map +1 -0
- package/dist/actions/update-order.mjs +279 -0
- package/dist/actions/update-order.mjs.map +1 -0
- package/dist/actions/update-page.cjs +37 -0
- package/dist/actions/update-page.cjs.map +1 -0
- package/dist/actions/update-page.d.cts +9 -0
- package/dist/actions/update-page.d.cts.map +1 -0
- package/dist/actions/update-page.d.mts +9 -0
- package/dist/actions/update-page.d.mts.map +1 -0
- package/dist/actions/update-page.mjs +36 -0
- package/dist/actions/update-page.mjs.map +1 -0
- package/dist/actions/update-price-rule.cjs +87 -0
- package/dist/actions/update-price-rule.cjs.map +1 -0
- package/dist/actions/update-price-rule.d.cts +9 -0
- package/dist/actions/update-price-rule.d.cts.map +1 -0
- package/dist/actions/update-price-rule.d.mts +9 -0
- package/dist/actions/update-price-rule.d.mts.map +1 -0
- package/dist/actions/update-price-rule.mjs +86 -0
- package/dist/actions/update-price-rule.mjs.map +1 -0
- package/dist/actions/update-product-image.cjs +45 -0
- package/dist/actions/update-product-image.cjs.map +1 -0
- package/dist/actions/update-product-image.d.cts +9 -0
- package/dist/actions/update-product-image.d.cts.map +1 -0
- package/dist/actions/update-product-image.d.mts +9 -0
- package/dist/actions/update-product-image.d.mts.map +1 -0
- package/dist/actions/update-product-image.mjs +44 -0
- package/dist/actions/update-product-image.mjs.map +1 -0
- package/dist/actions/update-product-metafield.cjs +40 -0
- package/dist/actions/update-product-metafield.cjs.map +1 -0
- package/dist/actions/update-product-metafield.d.cts +9 -0
- package/dist/actions/update-product-metafield.d.cts.map +1 -0
- package/dist/actions/update-product-metafield.d.mts +9 -0
- package/dist/actions/update-product-metafield.d.mts.map +1 -0
- package/dist/actions/update-product-metafield.mjs +39 -0
- package/dist/actions/update-product-metafield.mjs.map +1 -0
- package/dist/actions/update-product-variants-bulk.cjs +45 -0
- package/dist/actions/update-product-variants-bulk.cjs.map +1 -0
- package/dist/actions/update-product-variants-bulk.d.cts +9 -0
- package/dist/actions/update-product-variants-bulk.d.cts.map +1 -0
- package/dist/actions/update-product-variants-bulk.d.mts +9 -0
- package/dist/actions/update-product-variants-bulk.d.mts.map +1 -0
- package/dist/actions/update-product-variants-bulk.mjs +44 -0
- package/dist/actions/update-product-variants-bulk.mjs.map +1 -0
- package/dist/actions/update-pub-sub-webhook-subscription.cjs +38 -0
- package/dist/actions/update-pub-sub-webhook-subscription.cjs.map +1 -0
- package/dist/actions/update-pub-sub-webhook-subscription.d.cts +9 -0
- package/dist/actions/update-pub-sub-webhook-subscription.d.cts.map +1 -0
- package/dist/actions/update-pub-sub-webhook-subscription.d.mts +9 -0
- package/dist/actions/update-pub-sub-webhook-subscription.d.mts.map +1 -0
- package/dist/actions/update-pub-sub-webhook-subscription.mjs +37 -0
- package/dist/actions/update-pub-sub-webhook-subscription.mjs.map +1 -0
- package/dist/actions/update-redirect.cjs +25 -0
- package/dist/actions/update-redirect.cjs.map +1 -0
- package/dist/actions/update-redirect.d.cts +9 -0
- package/dist/actions/update-redirect.d.cts.map +1 -0
- package/dist/actions/update-redirect.d.mts +9 -0
- package/dist/actions/update-redirect.d.mts.map +1 -0
- package/dist/actions/update-redirect.mjs +24 -0
- package/dist/actions/update-redirect.mjs.map +1 -0
- package/dist/actions/update-script-tag.cjs +34 -0
- package/dist/actions/update-script-tag.cjs.map +1 -0
- package/dist/actions/update-script-tag.d.cts +9 -0
- package/dist/actions/update-script-tag.d.cts.map +1 -0
- package/dist/actions/update-script-tag.d.mts +9 -0
- package/dist/actions/update-script-tag.d.mts.map +1 -0
- package/dist/actions/update-script-tag.mjs +31 -0
- package/dist/actions/update-script-tag.mjs.map +1 -0
- package/dist/actions/update-smart-collection-order.cjs +19 -0
- package/dist/actions/update-smart-collection-order.cjs.map +1 -0
- package/dist/actions/update-smart-collection-order.d.cts +9 -0
- package/dist/actions/update-smart-collection-order.d.cts.map +1 -0
- package/dist/actions/update-smart-collection-order.d.mts +9 -0
- package/dist/actions/update-smart-collection-order.d.mts.map +1 -0
- package/dist/actions/update-smart-collection-order.mjs +16 -0
- package/dist/actions/update-smart-collection-order.mjs.map +1 -0
- package/dist/actions/update-smart-collection.cjs +74 -0
- package/dist/actions/update-smart-collection.cjs.map +1 -0
- package/dist/actions/update-smart-collection.d.cts +9 -0
- package/dist/actions/update-smart-collection.d.cts.map +1 -0
- package/dist/actions/update-smart-collection.d.mts +9 -0
- package/dist/actions/update-smart-collection.d.mts.map +1 -0
- package/dist/actions/update-smart-collection.mjs +73 -0
- package/dist/actions/update-smart-collection.mjs.map +1 -0
- package/dist/actions/update-theme.cjs +35 -0
- package/dist/actions/update-theme.cjs.map +1 -0
- package/dist/actions/update-theme.d.cts +9 -0
- package/dist/actions/update-theme.d.cts.map +1 -0
- package/dist/actions/update-theme.d.mts +9 -0
- package/dist/actions/update-theme.d.mts.map +1 -0
- package/dist/actions/update-theme.mjs +34 -0
- package/dist/actions/update-theme.mjs.map +1 -0
- package/dist/actions/update-webhook-subscription.cjs +40 -0
- package/dist/actions/update-webhook-subscription.cjs.map +1 -0
- package/dist/actions/update-webhook-subscription.d.cts +9 -0
- package/dist/actions/update-webhook-subscription.d.cts.map +1 -0
- package/dist/actions/update-webhook-subscription.d.mts +9 -0
- package/dist/actions/update-webhook-subscription.d.mts.map +1 -0
- package/dist/actions/update-webhook-subscription.mjs +39 -0
- package/dist/actions/update-webhook-subscription.mjs.map +1 -0
- package/dist/actions/updates-an-existing-discount-code.cjs +28 -0
- package/dist/actions/updates-an-existing-discount-code.cjs.map +1 -0
- package/dist/actions/updates-an-existing-discount-code.d.cts +9 -0
- package/dist/actions/updates-an-existing-discount-code.d.cts.map +1 -0
- package/dist/actions/updates-an-existing-discount-code.d.mts +9 -0
- package/dist/actions/updates-an-existing-discount-code.d.mts.map +1 -0
- package/dist/actions/updates-an-existing-discount-code.mjs +27 -0
- package/dist/actions/updates-an-existing-discount-code.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +636 -0
- package/dist/index.d.cts +318 -0
- package/dist/index.d.mts +318 -4
- package/dist/index.mjs +319 -6
- package/package.json +31 -53
- package/LICENSE +0 -21
- package/dist/common-C2s35du9.d.mts +0 -234
- package/dist/common-JZyHdK6p.mjs +0 -164
- package/dist/credential-sets/index.d.mts +0 -2
- package/dist/credential-sets/index.mjs +0 -4
- package/dist/operations/index.d.mts +0 -2
- package/dist/operations/index.mjs +0 -3
- package/dist/schemas/index.d.mts +0 -2
- package/dist/schemas/index.mjs +0 -3
- package/dist/shopify-app.credential-set-M3vKwTji.mjs +0 -17
- package/dist/shopify-app.credential-set-gdNuCDtd.d.mts +0 -39
- package/dist/shopify.credential-set-C_SrMLjT.mjs +0 -53
- package/dist/update-shopify-product.operation-CtjraWjR.d.mts +0 -1724
- package/dist/update-shopify-product.operation-DsAjcvO8.mjs +0 -1972
|
@@ -1,1724 +0,0 @@
|
|
|
1
|
-
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
2
|
-
import { Operation } from "@keystrokehq/core";
|
|
3
|
-
import * as zod from "zod";
|
|
4
|
-
import { z } from "zod";
|
|
5
|
-
import * as zod_v4_core0 from "zod/v4/core";
|
|
6
|
-
|
|
7
|
-
//#region src/operations/add-products-to-shopify-collection.operation.d.ts
|
|
8
|
-
declare const addProductsToCollectionOperation: Operation<z.ZodObject<{
|
|
9
|
-
id: z.ZodString;
|
|
10
|
-
productIds: z.ZodArray<z.ZodString>;
|
|
11
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
12
|
-
id: z.ZodString;
|
|
13
|
-
title: z.ZodString;
|
|
14
|
-
handle: z.ZodString;
|
|
15
|
-
descriptionHtml: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16
|
-
updatedAt: z.ZodOptional<z.ZodISODateTime>;
|
|
17
|
-
image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
18
|
-
url: z.ZodURL;
|
|
19
|
-
altText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
|
-
}, z.core.$strip>>>;
|
|
21
|
-
seo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
22
|
-
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
|
-
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24
|
-
}, z.core.$strip>>>;
|
|
25
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
26
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
27
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
28
|
-
}, z.core.$strip>, {
|
|
29
|
-
kind: "oauth";
|
|
30
|
-
tokenType: "refreshable";
|
|
31
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
32
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
33
|
-
revokeUrl: null;
|
|
34
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
35
|
-
vault: {
|
|
36
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
37
|
-
readonly raw: {
|
|
38
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
39
|
-
};
|
|
40
|
-
};
|
|
41
|
-
id: string;
|
|
42
|
-
}[]>[], undefined>;
|
|
43
|
-
//#endregion
|
|
44
|
-
//#region src/operations/adjust-shopify-inventory-quantities.operation.d.ts
|
|
45
|
-
declare const adjustInventoryQuantitiesOperation: Operation<z.ZodObject<{
|
|
46
|
-
name: z.ZodDefault<z.ZodString>;
|
|
47
|
-
reason: z.ZodString;
|
|
48
|
-
referenceDocumentUri: z.ZodOptional<z.ZodString>;
|
|
49
|
-
changes: z.ZodArray<z.ZodObject<{
|
|
50
|
-
inventoryItemId: z.ZodString;
|
|
51
|
-
locationId: z.ZodString;
|
|
52
|
-
delta: z.ZodNumber;
|
|
53
|
-
}, z.core.$strip>>;
|
|
54
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
55
|
-
createdAt: z.ZodOptional<z.ZodISODateTime>;
|
|
56
|
-
reason: z.ZodString;
|
|
57
|
-
referenceDocumentUri: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
58
|
-
changes: z.ZodArray<z.ZodObject<{
|
|
59
|
-
name: z.ZodString;
|
|
60
|
-
delta: z.ZodNumber;
|
|
61
|
-
}, z.core.$strip>>;
|
|
62
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
63
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
64
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
65
|
-
}, z.core.$strip>, {
|
|
66
|
-
kind: "oauth";
|
|
67
|
-
tokenType: "refreshable";
|
|
68
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
69
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
70
|
-
revokeUrl: null;
|
|
71
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
72
|
-
vault: {
|
|
73
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
74
|
-
readonly raw: {
|
|
75
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
76
|
-
};
|
|
77
|
-
};
|
|
78
|
-
id: string;
|
|
79
|
-
}[]>[], undefined>;
|
|
80
|
-
//#endregion
|
|
81
|
-
//#region src/operations/cancel-shopify-order.operation.d.ts
|
|
82
|
-
declare const cancelOrderOperation: Operation<z.ZodObject<{
|
|
83
|
-
orderId: z.ZodString;
|
|
84
|
-
reason: z.ZodEnum<{
|
|
85
|
-
CUSTOMER: "CUSTOMER";
|
|
86
|
-
DECLINED: "DECLINED";
|
|
87
|
-
FRAUD: "FRAUD";
|
|
88
|
-
INVENTORY: "INVENTORY";
|
|
89
|
-
OTHER: "OTHER";
|
|
90
|
-
STAFF: "STAFF";
|
|
91
|
-
}>;
|
|
92
|
-
restock: z.ZodBoolean;
|
|
93
|
-
notifyCustomer: z.ZodOptional<z.ZodBoolean>;
|
|
94
|
-
staffNote: z.ZodOptional<z.ZodString>;
|
|
95
|
-
refundMethod: z.ZodOptional<z.ZodObject<{
|
|
96
|
-
originalPaymentMethodsRefund: z.ZodOptional<z.ZodBoolean>;
|
|
97
|
-
}, z.core.$strip>>;
|
|
98
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
99
|
-
id: z.ZodString;
|
|
100
|
-
done: z.ZodOptional<z.ZodBoolean>;
|
|
101
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
102
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
103
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
104
|
-
}, z.core.$strip>, {
|
|
105
|
-
kind: "oauth";
|
|
106
|
-
tokenType: "refreshable";
|
|
107
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
108
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
109
|
-
revokeUrl: null;
|
|
110
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
111
|
-
vault: {
|
|
112
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
113
|
-
readonly raw: {
|
|
114
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
115
|
-
};
|
|
116
|
-
};
|
|
117
|
-
id: string;
|
|
118
|
-
}[]>[], undefined>;
|
|
119
|
-
//#endregion
|
|
120
|
-
//#region src/operations/create-shopify-article.operation.d.ts
|
|
121
|
-
declare const createArticleOperation: Operation<z.ZodObject<{
|
|
122
|
-
handle: z.ZodOptional<z.ZodString>;
|
|
123
|
-
body: z.ZodOptional<z.ZodString>;
|
|
124
|
-
summary: z.ZodOptional<z.ZodString>;
|
|
125
|
-
authorName: z.ZodOptional<z.ZodString>;
|
|
126
|
-
isPublished: z.ZodOptional<z.ZodBoolean>;
|
|
127
|
-
publishDate: z.ZodOptional<z.ZodISODateTime>;
|
|
128
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
129
|
-
blogId: z.ZodString;
|
|
130
|
-
title: z.ZodString;
|
|
131
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
132
|
-
id: z.ZodString;
|
|
133
|
-
title: z.ZodString;
|
|
134
|
-
handle: z.ZodString;
|
|
135
|
-
blog: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
136
|
-
id: z.ZodString;
|
|
137
|
-
title: z.ZodString;
|
|
138
|
-
handle: z.ZodString;
|
|
139
|
-
createdAt: z.ZodOptional<z.ZodISODateTime>;
|
|
140
|
-
updatedAt: z.ZodOptional<z.ZodISODateTime>;
|
|
141
|
-
commentPolicy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
142
|
-
templateSuffix: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
143
|
-
}, z.core.$strip>>>;
|
|
144
|
-
author: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
145
|
-
body: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
146
|
-
summary: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
147
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
148
|
-
image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
149
|
-
url: z.ZodURL;
|
|
150
|
-
altText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
151
|
-
}, z.core.$strip>>>;
|
|
152
|
-
publishedAt: z.ZodOptional<z.ZodNullable<z.ZodISODateTime>>;
|
|
153
|
-
updatedAt: z.ZodOptional<z.ZodISODateTime>;
|
|
154
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
155
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
156
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
157
|
-
}, z.core.$strip>, {
|
|
158
|
-
kind: "oauth";
|
|
159
|
-
tokenType: "refreshable";
|
|
160
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
161
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
162
|
-
revokeUrl: null;
|
|
163
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
164
|
-
vault: {
|
|
165
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
166
|
-
readonly raw: {
|
|
167
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
168
|
-
};
|
|
169
|
-
};
|
|
170
|
-
id: string;
|
|
171
|
-
}[]>[], undefined>;
|
|
172
|
-
//#endregion
|
|
173
|
-
//#region src/operations/create-shopify-blog.operation.d.ts
|
|
174
|
-
declare const createBlogOperation: Operation<z.ZodObject<{
|
|
175
|
-
handle: z.ZodOptional<z.ZodString>;
|
|
176
|
-
templateSuffix: z.ZodOptional<z.ZodString>;
|
|
177
|
-
commentPolicy: z.ZodOptional<z.ZodEnum<{
|
|
178
|
-
DISABLED: "DISABLED";
|
|
179
|
-
HIDDEN: "HIDDEN";
|
|
180
|
-
MODERATED: "MODERATED";
|
|
181
|
-
OPEN: "OPEN";
|
|
182
|
-
}>>;
|
|
183
|
-
title: z.ZodString;
|
|
184
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
185
|
-
id: z.ZodString;
|
|
186
|
-
title: z.ZodString;
|
|
187
|
-
handle: z.ZodString;
|
|
188
|
-
createdAt: z.ZodOptional<z.ZodISODateTime>;
|
|
189
|
-
updatedAt: z.ZodOptional<z.ZodISODateTime>;
|
|
190
|
-
commentPolicy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
191
|
-
templateSuffix: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
192
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
193
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
194
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
195
|
-
}, z.core.$strip>, {
|
|
196
|
-
kind: "oauth";
|
|
197
|
-
tokenType: "refreshable";
|
|
198
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
199
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
200
|
-
revokeUrl: null;
|
|
201
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
202
|
-
vault: {
|
|
203
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
204
|
-
readonly raw: {
|
|
205
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
206
|
-
};
|
|
207
|
-
};
|
|
208
|
-
id: string;
|
|
209
|
-
}[]>[], undefined>;
|
|
210
|
-
//#endregion
|
|
211
|
-
//#region src/operations/create-shopify-collection.operation.d.ts
|
|
212
|
-
declare const createCollectionOperation: Operation<z.ZodObject<{
|
|
213
|
-
handle: z.ZodOptional<z.ZodString>;
|
|
214
|
-
descriptionHtml: z.ZodOptional<z.ZodString>;
|
|
215
|
-
seo: z.ZodOptional<z.ZodObject<{
|
|
216
|
-
title: z.ZodOptional<z.ZodString>;
|
|
217
|
-
description: z.ZodOptional<z.ZodString>;
|
|
218
|
-
}, z.core.$strip>>;
|
|
219
|
-
title: z.ZodString;
|
|
220
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
221
|
-
id: z.ZodString;
|
|
222
|
-
title: z.ZodString;
|
|
223
|
-
handle: z.ZodString;
|
|
224
|
-
descriptionHtml: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
225
|
-
updatedAt: z.ZodOptional<z.ZodISODateTime>;
|
|
226
|
-
image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
227
|
-
url: z.ZodURL;
|
|
228
|
-
altText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
229
|
-
}, z.core.$strip>>>;
|
|
230
|
-
seo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
231
|
-
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
232
|
-
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
233
|
-
}, z.core.$strip>>>;
|
|
234
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
235
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
236
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
237
|
-
}, z.core.$strip>, {
|
|
238
|
-
kind: "oauth";
|
|
239
|
-
tokenType: "refreshable";
|
|
240
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
241
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
242
|
-
revokeUrl: null;
|
|
243
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
244
|
-
vault: {
|
|
245
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
246
|
-
readonly raw: {
|
|
247
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
248
|
-
};
|
|
249
|
-
};
|
|
250
|
-
id: string;
|
|
251
|
-
}[]>[], undefined>;
|
|
252
|
-
//#endregion
|
|
253
|
-
//#region src/operations/create-shopify-customer.operation.d.ts
|
|
254
|
-
declare const createCustomerOperation: Operation<z.ZodObject<{
|
|
255
|
-
email: z.ZodOptional<z.ZodEmail>;
|
|
256
|
-
firstName: z.ZodOptional<z.ZodString>;
|
|
257
|
-
lastName: z.ZodOptional<z.ZodString>;
|
|
258
|
-
phone: z.ZodOptional<z.ZodString>;
|
|
259
|
-
note: z.ZodOptional<z.ZodString>;
|
|
260
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
261
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
262
|
-
id: z.ZodString;
|
|
263
|
-
displayName: z.ZodString;
|
|
264
|
-
firstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
265
|
-
lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
266
|
-
email: z.ZodOptional<z.ZodNullable<z.ZodEmail>>;
|
|
267
|
-
phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
268
|
-
createdAt: z.ZodOptional<z.ZodISODateTime>;
|
|
269
|
-
updatedAt: z.ZodOptional<z.ZodISODateTime>;
|
|
270
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
271
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
272
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
273
|
-
}, z.core.$strip>, {
|
|
274
|
-
kind: "oauth";
|
|
275
|
-
tokenType: "refreshable";
|
|
276
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
277
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
278
|
-
revokeUrl: null;
|
|
279
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
280
|
-
vault: {
|
|
281
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
282
|
-
readonly raw: {
|
|
283
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
284
|
-
};
|
|
285
|
-
};
|
|
286
|
-
id: string;
|
|
287
|
-
}[]>[], undefined>;
|
|
288
|
-
//#endregion
|
|
289
|
-
//#region src/operations/create-shopify-fulfillment.operation.d.ts
|
|
290
|
-
declare const createFulfillmentOperation: Operation<z.ZodObject<{
|
|
291
|
-
lineItemsByFulfillmentOrder: z.ZodArray<z.ZodObject<{
|
|
292
|
-
fulfillmentOrderId: z.ZodString;
|
|
293
|
-
fulfillmentOrderLineItems: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
294
|
-
id: z.ZodString;
|
|
295
|
-
quantity: z.ZodNumber;
|
|
296
|
-
}, z.core.$strip>>>;
|
|
297
|
-
}, z.core.$strip>>;
|
|
298
|
-
notifyCustomer: z.ZodOptional<z.ZodBoolean>;
|
|
299
|
-
message: z.ZodOptional<z.ZodString>;
|
|
300
|
-
trackingInfo: z.ZodOptional<z.ZodObject<{
|
|
301
|
-
company: z.ZodOptional<z.ZodString>;
|
|
302
|
-
number: z.ZodOptional<z.ZodString>;
|
|
303
|
-
url: z.ZodOptional<z.ZodURL>;
|
|
304
|
-
}, z.core.$strip>>;
|
|
305
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
306
|
-
id: z.ZodString;
|
|
307
|
-
status: z.ZodOptional<z.ZodString>;
|
|
308
|
-
trackingInfo: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
309
|
-
number: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
310
|
-
url: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
|
|
311
|
-
}, z.core.$strip>>>;
|
|
312
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
313
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
314
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
315
|
-
}, z.core.$strip>, {
|
|
316
|
-
kind: "oauth";
|
|
317
|
-
tokenType: "refreshable";
|
|
318
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
319
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
320
|
-
revokeUrl: null;
|
|
321
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
322
|
-
vault: {
|
|
323
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
324
|
-
readonly raw: {
|
|
325
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
326
|
-
};
|
|
327
|
-
};
|
|
328
|
-
id: string;
|
|
329
|
-
}[]>[], undefined>;
|
|
330
|
-
//#endregion
|
|
331
|
-
//#region src/operations/create-shopify-order.operation.d.ts
|
|
332
|
-
declare const createOrderOperation: Operation<z.ZodObject<{
|
|
333
|
-
currency: z.ZodString;
|
|
334
|
-
email: z.ZodOptional<z.ZodEmail>;
|
|
335
|
-
note: z.ZodOptional<z.ZodString>;
|
|
336
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
337
|
-
customerId: z.ZodOptional<z.ZodString>;
|
|
338
|
-
lineItems: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
339
|
-
variantId: z.ZodString;
|
|
340
|
-
quantity: z.ZodNumber;
|
|
341
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
342
|
-
title: z.ZodString;
|
|
343
|
-
quantity: z.ZodNumber;
|
|
344
|
-
price: z.ZodNumber;
|
|
345
|
-
}, z.core.$strip>]>>;
|
|
346
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
347
|
-
id: z.ZodString;
|
|
348
|
-
name: z.ZodString;
|
|
349
|
-
createdAt: z.ZodOptional<z.ZodISODateTime>;
|
|
350
|
-
updatedAt: z.ZodOptional<z.ZodISODateTime>;
|
|
351
|
-
cancelledAt: z.ZodOptional<z.ZodNullable<z.ZodISODateTime>>;
|
|
352
|
-
email: z.ZodOptional<z.ZodNullable<z.ZodEmail>>;
|
|
353
|
-
note: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
354
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
355
|
-
displayFinancialStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
356
|
-
displayFulfillmentStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
357
|
-
currentTotalPriceSet: z.ZodOptional<z.ZodObject<{
|
|
358
|
-
shopMoney: z.ZodObject<{
|
|
359
|
-
amount: z.ZodString;
|
|
360
|
-
currencyCode: z.ZodString;
|
|
361
|
-
}, z.core.$strip>;
|
|
362
|
-
presentmentMoney: z.ZodOptional<z.ZodObject<{
|
|
363
|
-
amount: z.ZodString;
|
|
364
|
-
currencyCode: z.ZodString;
|
|
365
|
-
}, z.core.$strip>>;
|
|
366
|
-
}, z.core.$strip>>;
|
|
367
|
-
customer: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
368
|
-
id: z.ZodString;
|
|
369
|
-
displayName: z.ZodString;
|
|
370
|
-
firstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
371
|
-
lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
372
|
-
email: z.ZodOptional<z.ZodNullable<z.ZodEmail>>;
|
|
373
|
-
phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
374
|
-
createdAt: z.ZodOptional<z.ZodISODateTime>;
|
|
375
|
-
updatedAt: z.ZodOptional<z.ZodISODateTime>;
|
|
376
|
-
}, z.core.$strip>>>;
|
|
377
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
378
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
379
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
380
|
-
}, z.core.$strip>, {
|
|
381
|
-
kind: "oauth";
|
|
382
|
-
tokenType: "refreshable";
|
|
383
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
384
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
385
|
-
revokeUrl: null;
|
|
386
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
387
|
-
vault: {
|
|
388
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
389
|
-
readonly raw: {
|
|
390
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
391
|
-
};
|
|
392
|
-
};
|
|
393
|
-
id: string;
|
|
394
|
-
}[]>[], undefined>;
|
|
395
|
-
//#endregion
|
|
396
|
-
//#region src/operations/create-shopify-product.operation.d.ts
|
|
397
|
-
declare const createProductOperation: Operation<z.ZodObject<{
|
|
398
|
-
handle: z.ZodOptional<z.ZodString>;
|
|
399
|
-
descriptionHtml: z.ZodOptional<z.ZodString>;
|
|
400
|
-
vendor: z.ZodOptional<z.ZodString>;
|
|
401
|
-
productType: z.ZodOptional<z.ZodString>;
|
|
402
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
403
|
-
title: z.ZodString;
|
|
404
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
405
|
-
id: z.ZodString;
|
|
406
|
-
title: z.ZodString;
|
|
407
|
-
handle: z.ZodString;
|
|
408
|
-
status: z.ZodOptional<z.ZodString>;
|
|
409
|
-
productType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
410
|
-
vendor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
411
|
-
descriptionHtml: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
412
|
-
onlineStoreUrl: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
|
|
413
|
-
createdAt: z.ZodOptional<z.ZodISODateTime>;
|
|
414
|
-
updatedAt: z.ZodOptional<z.ZodISODateTime>;
|
|
415
|
-
featuredImage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
416
|
-
url: z.ZodURL;
|
|
417
|
-
altText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
418
|
-
}, z.core.$strip>>>;
|
|
419
|
-
seo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
420
|
-
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
421
|
-
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
422
|
-
}, z.core.$strip>>>;
|
|
423
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
424
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
425
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
426
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
427
|
-
}, z.core.$strip>, {
|
|
428
|
-
kind: "oauth";
|
|
429
|
-
tokenType: "refreshable";
|
|
430
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
431
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
432
|
-
revokeUrl: null;
|
|
433
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
434
|
-
vault: {
|
|
435
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
436
|
-
readonly raw: {
|
|
437
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
438
|
-
};
|
|
439
|
-
};
|
|
440
|
-
id: string;
|
|
441
|
-
}[]>[], undefined>;
|
|
442
|
-
//#endregion
|
|
443
|
-
//#region src/operations/delete-shopify-article.operation.d.ts
|
|
444
|
-
declare const deleteArticleOperation: Operation<z.ZodObject<{
|
|
445
|
-
id: z.ZodString;
|
|
446
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
447
|
-
deletedArticleId: z.ZodString;
|
|
448
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
449
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
450
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
451
|
-
}, z.core.$strip>, {
|
|
452
|
-
kind: "oauth";
|
|
453
|
-
tokenType: "refreshable";
|
|
454
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
455
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
456
|
-
revokeUrl: null;
|
|
457
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
458
|
-
vault: {
|
|
459
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
460
|
-
readonly raw: {
|
|
461
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
462
|
-
};
|
|
463
|
-
};
|
|
464
|
-
id: string;
|
|
465
|
-
}[]>[], undefined>;
|
|
466
|
-
//#endregion
|
|
467
|
-
//#region src/operations/delete-shopify-blog.operation.d.ts
|
|
468
|
-
declare const deleteBlogOperation: Operation<z.ZodObject<{
|
|
469
|
-
id: z.ZodString;
|
|
470
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
471
|
-
deletedBlogId: z.ZodString;
|
|
472
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
473
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
474
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
475
|
-
}, z.core.$strip>, {
|
|
476
|
-
kind: "oauth";
|
|
477
|
-
tokenType: "refreshable";
|
|
478
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
479
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
480
|
-
revokeUrl: null;
|
|
481
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
482
|
-
vault: {
|
|
483
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
484
|
-
readonly raw: {
|
|
485
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
486
|
-
};
|
|
487
|
-
};
|
|
488
|
-
id: string;
|
|
489
|
-
}[]>[], undefined>;
|
|
490
|
-
//#endregion
|
|
491
|
-
//#region src/operations/delete-shopify-collection.operation.d.ts
|
|
492
|
-
declare const deleteCollectionOperation: Operation<z.ZodObject<{
|
|
493
|
-
id: z.ZodString;
|
|
494
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
495
|
-
deletedCollectionId: z.ZodString;
|
|
496
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
497
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
498
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
499
|
-
}, z.core.$strip>, {
|
|
500
|
-
kind: "oauth";
|
|
501
|
-
tokenType: "refreshable";
|
|
502
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
503
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
504
|
-
revokeUrl: null;
|
|
505
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
506
|
-
vault: {
|
|
507
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
508
|
-
readonly raw: {
|
|
509
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
510
|
-
};
|
|
511
|
-
};
|
|
512
|
-
id: string;
|
|
513
|
-
}[]>[], undefined>;
|
|
514
|
-
//#endregion
|
|
515
|
-
//#region src/operations/delete-shopify-customer.operation.d.ts
|
|
516
|
-
declare const deleteCustomerOperation: Operation<z.ZodObject<{
|
|
517
|
-
id: z.ZodString;
|
|
518
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
519
|
-
deletedCustomerId: z.ZodString;
|
|
520
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
521
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
522
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
523
|
-
}, z.core.$strip>, {
|
|
524
|
-
kind: "oauth";
|
|
525
|
-
tokenType: "refreshable";
|
|
526
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
527
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
528
|
-
revokeUrl: null;
|
|
529
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
530
|
-
vault: {
|
|
531
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
532
|
-
readonly raw: {
|
|
533
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
534
|
-
};
|
|
535
|
-
};
|
|
536
|
-
id: string;
|
|
537
|
-
}[]>[], undefined>;
|
|
538
|
-
//#endregion
|
|
539
|
-
//#region src/operations/delete-shopify-product.operation.d.ts
|
|
540
|
-
declare const deleteProductOperation: Operation<z.ZodObject<{
|
|
541
|
-
id: z.ZodString;
|
|
542
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
543
|
-
deletedProductId: z.ZodString;
|
|
544
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
545
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
546
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
547
|
-
}, z.core.$strip>, {
|
|
548
|
-
kind: "oauth";
|
|
549
|
-
tokenType: "refreshable";
|
|
550
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
551
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
552
|
-
revokeUrl: null;
|
|
553
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
554
|
-
vault: {
|
|
555
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
556
|
-
readonly raw: {
|
|
557
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
558
|
-
};
|
|
559
|
-
};
|
|
560
|
-
id: string;
|
|
561
|
-
}[]>[], undefined>;
|
|
562
|
-
//#endregion
|
|
563
|
-
//#region src/operations/get-shopify-article.operation.d.ts
|
|
564
|
-
declare const getArticleOperation: Operation<z.ZodObject<{
|
|
565
|
-
id: z.ZodString;
|
|
566
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
567
|
-
id: z.ZodString;
|
|
568
|
-
title: z.ZodString;
|
|
569
|
-
handle: z.ZodString;
|
|
570
|
-
blog: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
571
|
-
id: z.ZodString;
|
|
572
|
-
title: z.ZodString;
|
|
573
|
-
handle: z.ZodString;
|
|
574
|
-
createdAt: z.ZodOptional<z.ZodISODateTime>;
|
|
575
|
-
updatedAt: z.ZodOptional<z.ZodISODateTime>;
|
|
576
|
-
commentPolicy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
577
|
-
templateSuffix: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
578
|
-
}, z.core.$strip>>>;
|
|
579
|
-
author: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
580
|
-
body: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
581
|
-
summary: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
582
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
583
|
-
image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
584
|
-
url: z.ZodURL;
|
|
585
|
-
altText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
586
|
-
}, z.core.$strip>>>;
|
|
587
|
-
publishedAt: z.ZodOptional<z.ZodNullable<z.ZodISODateTime>>;
|
|
588
|
-
updatedAt: z.ZodOptional<z.ZodISODateTime>;
|
|
589
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
590
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
591
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
592
|
-
}, z.core.$strip>, {
|
|
593
|
-
kind: "oauth";
|
|
594
|
-
tokenType: "refreshable";
|
|
595
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
596
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
597
|
-
revokeUrl: null;
|
|
598
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
599
|
-
vault: {
|
|
600
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
601
|
-
readonly raw: {
|
|
602
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
603
|
-
};
|
|
604
|
-
};
|
|
605
|
-
id: string;
|
|
606
|
-
}[]>[], undefined>;
|
|
607
|
-
//#endregion
|
|
608
|
-
//#region src/operations/get-shopify-blog.operation.d.ts
|
|
609
|
-
declare const getBlogOperation: Operation<z.ZodObject<{
|
|
610
|
-
id: z.ZodString;
|
|
611
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
612
|
-
id: z.ZodString;
|
|
613
|
-
title: z.ZodString;
|
|
614
|
-
handle: z.ZodString;
|
|
615
|
-
createdAt: z.ZodOptional<z.ZodISODateTime>;
|
|
616
|
-
updatedAt: z.ZodOptional<z.ZodISODateTime>;
|
|
617
|
-
commentPolicy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
618
|
-
templateSuffix: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
619
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
620
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
621
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
622
|
-
}, z.core.$strip>, {
|
|
623
|
-
kind: "oauth";
|
|
624
|
-
tokenType: "refreshable";
|
|
625
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
626
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
627
|
-
revokeUrl: null;
|
|
628
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
629
|
-
vault: {
|
|
630
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
631
|
-
readonly raw: {
|
|
632
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
633
|
-
};
|
|
634
|
-
};
|
|
635
|
-
id: string;
|
|
636
|
-
}[]>[], undefined>;
|
|
637
|
-
//#endregion
|
|
638
|
-
//#region src/operations/get-shopify-collection.operation.d.ts
|
|
639
|
-
declare const getCollectionOperation: Operation<z.ZodObject<{
|
|
640
|
-
id: z.ZodString;
|
|
641
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
642
|
-
id: z.ZodString;
|
|
643
|
-
title: z.ZodString;
|
|
644
|
-
handle: z.ZodString;
|
|
645
|
-
descriptionHtml: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
646
|
-
updatedAt: z.ZodOptional<z.ZodISODateTime>;
|
|
647
|
-
image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
648
|
-
url: z.ZodURL;
|
|
649
|
-
altText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
650
|
-
}, z.core.$strip>>>;
|
|
651
|
-
seo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
652
|
-
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
653
|
-
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
654
|
-
}, z.core.$strip>>>;
|
|
655
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
656
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
657
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
658
|
-
}, z.core.$strip>, {
|
|
659
|
-
kind: "oauth";
|
|
660
|
-
tokenType: "refreshable";
|
|
661
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
662
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
663
|
-
revokeUrl: null;
|
|
664
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
665
|
-
vault: {
|
|
666
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
667
|
-
readonly raw: {
|
|
668
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
669
|
-
};
|
|
670
|
-
};
|
|
671
|
-
id: string;
|
|
672
|
-
}[]>[], undefined>;
|
|
673
|
-
//#endregion
|
|
674
|
-
//#region src/operations/get-shopify-customer.operation.d.ts
|
|
675
|
-
declare const getCustomerOperation: Operation<z.ZodObject<{
|
|
676
|
-
id: z.ZodString;
|
|
677
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
678
|
-
id: z.ZodString;
|
|
679
|
-
displayName: z.ZodString;
|
|
680
|
-
firstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
681
|
-
lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
682
|
-
email: z.ZodOptional<z.ZodNullable<z.ZodEmail>>;
|
|
683
|
-
phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
684
|
-
createdAt: z.ZodOptional<z.ZodISODateTime>;
|
|
685
|
-
updatedAt: z.ZodOptional<z.ZodISODateTime>;
|
|
686
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
687
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
688
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
689
|
-
}, z.core.$strip>, {
|
|
690
|
-
kind: "oauth";
|
|
691
|
-
tokenType: "refreshable";
|
|
692
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
693
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
694
|
-
revokeUrl: null;
|
|
695
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
696
|
-
vault: {
|
|
697
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
698
|
-
readonly raw: {
|
|
699
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
700
|
-
};
|
|
701
|
-
};
|
|
702
|
-
id: string;
|
|
703
|
-
}[]>[], undefined>;
|
|
704
|
-
//#endregion
|
|
705
|
-
//#region src/operations/get-shopify-customer-orders.operation.d.ts
|
|
706
|
-
declare const getCustomerOrdersOperation: Operation<z.ZodObject<{
|
|
707
|
-
id: z.ZodString;
|
|
708
|
-
first: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
709
|
-
after: z.ZodOptional<z.ZodString>;
|
|
710
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
711
|
-
nodes: z.ZodArray<z.ZodObject<{
|
|
712
|
-
id: z.ZodString;
|
|
713
|
-
name: z.ZodString;
|
|
714
|
-
createdAt: z.ZodOptional<z.ZodISODateTime>;
|
|
715
|
-
updatedAt: z.ZodOptional<z.ZodISODateTime>;
|
|
716
|
-
cancelledAt: z.ZodOptional<z.ZodNullable<z.ZodISODateTime>>;
|
|
717
|
-
email: z.ZodOptional<z.ZodNullable<z.ZodEmail>>;
|
|
718
|
-
note: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
719
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
720
|
-
displayFinancialStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
721
|
-
displayFulfillmentStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
722
|
-
currentTotalPriceSet: z.ZodOptional<z.ZodObject<{
|
|
723
|
-
shopMoney: z.ZodObject<{
|
|
724
|
-
amount: z.ZodString;
|
|
725
|
-
currencyCode: z.ZodString;
|
|
726
|
-
}, z.core.$strip>;
|
|
727
|
-
presentmentMoney: z.ZodOptional<z.ZodObject<{
|
|
728
|
-
amount: z.ZodString;
|
|
729
|
-
currencyCode: z.ZodString;
|
|
730
|
-
}, z.core.$strip>>;
|
|
731
|
-
}, z.core.$strip>>;
|
|
732
|
-
customer: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
733
|
-
id: z.ZodString;
|
|
734
|
-
displayName: z.ZodString;
|
|
735
|
-
firstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
736
|
-
lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
737
|
-
email: z.ZodOptional<z.ZodNullable<z.ZodEmail>>;
|
|
738
|
-
phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
739
|
-
createdAt: z.ZodOptional<z.ZodISODateTime>;
|
|
740
|
-
updatedAt: z.ZodOptional<z.ZodISODateTime>;
|
|
741
|
-
}, z.core.$strip>>>;
|
|
742
|
-
}, z.core.$strip>>;
|
|
743
|
-
pageInfo: z.ZodObject<{
|
|
744
|
-
hasNextPage: z.ZodBoolean;
|
|
745
|
-
hasPreviousPage: z.ZodOptional<z.ZodBoolean>;
|
|
746
|
-
startCursor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
747
|
-
endCursor: z.ZodNullable<z.ZodString>;
|
|
748
|
-
}, z.core.$strip>;
|
|
749
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
750
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
751
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
752
|
-
}, z.core.$strip>, {
|
|
753
|
-
kind: "oauth";
|
|
754
|
-
tokenType: "refreshable";
|
|
755
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
756
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
757
|
-
revokeUrl: null;
|
|
758
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
759
|
-
vault: {
|
|
760
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
761
|
-
readonly raw: {
|
|
762
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
763
|
-
};
|
|
764
|
-
};
|
|
765
|
-
id: string;
|
|
766
|
-
}[]>[], undefined>;
|
|
767
|
-
//#endregion
|
|
768
|
-
//#region src/operations/get-shopify-fulfillment.operation.d.ts
|
|
769
|
-
declare const getFulfillmentOperation: Operation<z.ZodObject<{
|
|
770
|
-
id: z.ZodString;
|
|
771
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
772
|
-
id: z.ZodString;
|
|
773
|
-
status: z.ZodOptional<z.ZodString>;
|
|
774
|
-
trackingInfo: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
775
|
-
number: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
776
|
-
url: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
|
|
777
|
-
}, z.core.$strip>>>;
|
|
778
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
779
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
780
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
781
|
-
}, z.core.$strip>, {
|
|
782
|
-
kind: "oauth";
|
|
783
|
-
tokenType: "refreshable";
|
|
784
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
785
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
786
|
-
revokeUrl: null;
|
|
787
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
788
|
-
vault: {
|
|
789
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
790
|
-
readonly raw: {
|
|
791
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
792
|
-
};
|
|
793
|
-
};
|
|
794
|
-
id: string;
|
|
795
|
-
}[]>[], undefined>;
|
|
796
|
-
//#endregion
|
|
797
|
-
//#region src/operations/get-shopify-inventory-item.operation.d.ts
|
|
798
|
-
declare const getInventoryItemOperation: Operation<z.ZodObject<{
|
|
799
|
-
id: z.ZodString;
|
|
800
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
801
|
-
id: z.ZodString;
|
|
802
|
-
sku: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
803
|
-
tracked: z.ZodOptional<z.ZodBoolean>;
|
|
804
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
805
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
806
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
807
|
-
}, z.core.$strip>, {
|
|
808
|
-
kind: "oauth";
|
|
809
|
-
tokenType: "refreshable";
|
|
810
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
811
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
812
|
-
revokeUrl: null;
|
|
813
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
814
|
-
vault: {
|
|
815
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
816
|
-
readonly raw: {
|
|
817
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
818
|
-
};
|
|
819
|
-
};
|
|
820
|
-
id: string;
|
|
821
|
-
}[]>[], undefined>;
|
|
822
|
-
//#endregion
|
|
823
|
-
//#region src/operations/get-shopify-inventory-levels-for-item.operation.d.ts
|
|
824
|
-
declare const getInventoryLevelsForItemOperation: Operation<z.ZodObject<{
|
|
825
|
-
inventoryItemId: z.ZodString;
|
|
826
|
-
first: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
827
|
-
after: z.ZodOptional<z.ZodString>;
|
|
828
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
829
|
-
nodes: z.ZodArray<z.ZodObject<{
|
|
830
|
-
id: z.ZodString;
|
|
831
|
-
quantities: z.ZodArray<z.ZodObject<{
|
|
832
|
-
name: z.ZodString;
|
|
833
|
-
quantity: z.ZodNumber;
|
|
834
|
-
}, z.core.$strip>>;
|
|
835
|
-
item: z.ZodOptional<z.ZodObject<{
|
|
836
|
-
id: z.ZodString;
|
|
837
|
-
sku: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
838
|
-
tracked: z.ZodOptional<z.ZodBoolean>;
|
|
839
|
-
}, z.core.$strip>>;
|
|
840
|
-
location: z.ZodOptional<z.ZodObject<{
|
|
841
|
-
id: z.ZodString;
|
|
842
|
-
name: z.ZodString;
|
|
843
|
-
isActive: z.ZodOptional<z.ZodBoolean>;
|
|
844
|
-
fulfillsOnlineOrders: z.ZodOptional<z.ZodBoolean>;
|
|
845
|
-
}, z.core.$strip>>;
|
|
846
|
-
}, z.core.$strip>>;
|
|
847
|
-
pageInfo: z.ZodObject<{
|
|
848
|
-
hasNextPage: z.ZodBoolean;
|
|
849
|
-
hasPreviousPage: z.ZodOptional<z.ZodBoolean>;
|
|
850
|
-
startCursor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
851
|
-
endCursor: z.ZodNullable<z.ZodString>;
|
|
852
|
-
}, z.core.$strip>;
|
|
853
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
854
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
855
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
856
|
-
}, z.core.$strip>, {
|
|
857
|
-
kind: "oauth";
|
|
858
|
-
tokenType: "refreshable";
|
|
859
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
860
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
861
|
-
revokeUrl: null;
|
|
862
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
863
|
-
vault: {
|
|
864
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
865
|
-
readonly raw: {
|
|
866
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
867
|
-
};
|
|
868
|
-
};
|
|
869
|
-
id: string;
|
|
870
|
-
}[]>[], undefined>;
|
|
871
|
-
//#endregion
|
|
872
|
-
//#region src/operations/get-shopify-location.operation.d.ts
|
|
873
|
-
declare const getLocationOperation: Operation<z.ZodObject<{
|
|
874
|
-
id: z.ZodString;
|
|
875
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
876
|
-
id: z.ZodString;
|
|
877
|
-
name: z.ZodString;
|
|
878
|
-
isActive: z.ZodOptional<z.ZodBoolean>;
|
|
879
|
-
fulfillsOnlineOrders: z.ZodOptional<z.ZodBoolean>;
|
|
880
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
881
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
882
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
883
|
-
}, z.core.$strip>, {
|
|
884
|
-
kind: "oauth";
|
|
885
|
-
tokenType: "refreshable";
|
|
886
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
887
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
888
|
-
revokeUrl: null;
|
|
889
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
890
|
-
vault: {
|
|
891
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
892
|
-
readonly raw: {
|
|
893
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
894
|
-
};
|
|
895
|
-
};
|
|
896
|
-
id: string;
|
|
897
|
-
}[]>[], undefined>;
|
|
898
|
-
//#endregion
|
|
899
|
-
//#region src/operations/get-shopify-order.operation.d.ts
|
|
900
|
-
declare const getOrderOperation: Operation<z.ZodObject<{
|
|
901
|
-
id: z.ZodString;
|
|
902
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
903
|
-
id: z.ZodString;
|
|
904
|
-
name: z.ZodString;
|
|
905
|
-
createdAt: z.ZodOptional<z.ZodISODateTime>;
|
|
906
|
-
updatedAt: z.ZodOptional<z.ZodISODateTime>;
|
|
907
|
-
cancelledAt: z.ZodOptional<z.ZodNullable<z.ZodISODateTime>>;
|
|
908
|
-
email: z.ZodOptional<z.ZodNullable<z.ZodEmail>>;
|
|
909
|
-
note: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
910
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
911
|
-
displayFinancialStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
912
|
-
displayFulfillmentStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
913
|
-
currentTotalPriceSet: z.ZodOptional<z.ZodObject<{
|
|
914
|
-
shopMoney: z.ZodObject<{
|
|
915
|
-
amount: z.ZodString;
|
|
916
|
-
currencyCode: z.ZodString;
|
|
917
|
-
}, z.core.$strip>;
|
|
918
|
-
presentmentMoney: z.ZodOptional<z.ZodObject<{
|
|
919
|
-
amount: z.ZodString;
|
|
920
|
-
currencyCode: z.ZodString;
|
|
921
|
-
}, z.core.$strip>>;
|
|
922
|
-
}, z.core.$strip>>;
|
|
923
|
-
customer: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
924
|
-
id: z.ZodString;
|
|
925
|
-
displayName: z.ZodString;
|
|
926
|
-
firstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
927
|
-
lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
928
|
-
email: z.ZodOptional<z.ZodNullable<z.ZodEmail>>;
|
|
929
|
-
phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
930
|
-
createdAt: z.ZodOptional<z.ZodISODateTime>;
|
|
931
|
-
updatedAt: z.ZodOptional<z.ZodISODateTime>;
|
|
932
|
-
}, z.core.$strip>>>;
|
|
933
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
934
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
935
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
936
|
-
}, z.core.$strip>, {
|
|
937
|
-
kind: "oauth";
|
|
938
|
-
tokenType: "refreshable";
|
|
939
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
940
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
941
|
-
revokeUrl: null;
|
|
942
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
943
|
-
vault: {
|
|
944
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
945
|
-
readonly raw: {
|
|
946
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
947
|
-
};
|
|
948
|
-
};
|
|
949
|
-
id: string;
|
|
950
|
-
}[]>[], undefined>;
|
|
951
|
-
//#endregion
|
|
952
|
-
//#region src/operations/get-shopify-product.operation.d.ts
|
|
953
|
-
declare const getProductOperation: Operation<z.ZodObject<{
|
|
954
|
-
id: z.ZodString;
|
|
955
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
956
|
-
id: z.ZodString;
|
|
957
|
-
title: z.ZodString;
|
|
958
|
-
handle: z.ZodString;
|
|
959
|
-
status: z.ZodOptional<z.ZodString>;
|
|
960
|
-
productType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
961
|
-
vendor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
962
|
-
descriptionHtml: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
963
|
-
onlineStoreUrl: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
|
|
964
|
-
createdAt: z.ZodOptional<z.ZodISODateTime>;
|
|
965
|
-
updatedAt: z.ZodOptional<z.ZodISODateTime>;
|
|
966
|
-
featuredImage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
967
|
-
url: z.ZodURL;
|
|
968
|
-
altText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
969
|
-
}, z.core.$strip>>>;
|
|
970
|
-
seo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
971
|
-
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
972
|
-
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
973
|
-
}, z.core.$strip>>>;
|
|
974
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
975
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
976
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
977
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
978
|
-
}, z.core.$strip>, {
|
|
979
|
-
kind: "oauth";
|
|
980
|
-
tokenType: "refreshable";
|
|
981
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
982
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
983
|
-
revokeUrl: null;
|
|
984
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
985
|
-
vault: {
|
|
986
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
987
|
-
readonly raw: {
|
|
988
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
989
|
-
};
|
|
990
|
-
};
|
|
991
|
-
id: string;
|
|
992
|
-
}[]>[], undefined>;
|
|
993
|
-
//#endregion
|
|
994
|
-
//#region src/operations/get-shopify-shop.operation.d.ts
|
|
995
|
-
declare const getShopOperation: Operation<z.ZodObject<{}, z.core.$strip>, z.ZodObject<{
|
|
996
|
-
id: z.ZodString;
|
|
997
|
-
name: z.ZodString;
|
|
998
|
-
myshopifyDomain: z.ZodString;
|
|
999
|
-
contactEmail: z.ZodOptional<z.ZodNullable<z.ZodEmail>>;
|
|
1000
|
-
currencyCode: z.ZodOptional<z.ZodString>;
|
|
1001
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
1002
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
1003
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
1004
|
-
}, z.core.$strip>, {
|
|
1005
|
-
kind: "oauth";
|
|
1006
|
-
tokenType: "refreshable";
|
|
1007
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
1008
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
1009
|
-
revokeUrl: null;
|
|
1010
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
1011
|
-
vault: {
|
|
1012
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
1013
|
-
readonly raw: {
|
|
1014
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
1015
|
-
};
|
|
1016
|
-
};
|
|
1017
|
-
id: string;
|
|
1018
|
-
}[]>[], undefined>;
|
|
1019
|
-
//#endregion
|
|
1020
|
-
//#region src/operations/list-shopify-articles.operation.d.ts
|
|
1021
|
-
declare const listArticlesOperation: Operation<zod.ZodObject<{
|
|
1022
|
-
first: zod.ZodDefault<zod.ZodOptional<zod.ZodNumber>>;
|
|
1023
|
-
after: zod.ZodOptional<zod.ZodString>;
|
|
1024
|
-
query: zod.ZodOptional<zod.ZodString>;
|
|
1025
|
-
}, zod_v4_core0.$strip>, zod.ZodObject<{
|
|
1026
|
-
nodes: zod.ZodArray<zod.ZodObject<{
|
|
1027
|
-
id: zod.ZodString;
|
|
1028
|
-
title: zod.ZodString;
|
|
1029
|
-
handle: zod.ZodString;
|
|
1030
|
-
blog: zod.ZodOptional<zod.ZodNullable<zod.ZodObject<{
|
|
1031
|
-
id: zod.ZodString;
|
|
1032
|
-
title: zod.ZodString;
|
|
1033
|
-
handle: zod.ZodString;
|
|
1034
|
-
createdAt: zod.ZodOptional<zod.ZodISODateTime>;
|
|
1035
|
-
updatedAt: zod.ZodOptional<zod.ZodISODateTime>;
|
|
1036
|
-
commentPolicy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1037
|
-
templateSuffix: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1038
|
-
}, zod_v4_core0.$strip>>>;
|
|
1039
|
-
author: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1040
|
-
body: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1041
|
-
summary: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1042
|
-
tags: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
1043
|
-
image: zod.ZodOptional<zod.ZodNullable<zod.ZodObject<{
|
|
1044
|
-
url: zod.ZodURL;
|
|
1045
|
-
altText: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1046
|
-
}, zod_v4_core0.$strip>>>;
|
|
1047
|
-
publishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
1048
|
-
updatedAt: zod.ZodOptional<zod.ZodISODateTime>;
|
|
1049
|
-
}, zod_v4_core0.$strip>>;
|
|
1050
|
-
pageInfo: zod.ZodObject<{
|
|
1051
|
-
hasNextPage: zod.ZodBoolean;
|
|
1052
|
-
hasPreviousPage: zod.ZodOptional<zod.ZodBoolean>;
|
|
1053
|
-
startCursor: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1054
|
-
endCursor: zod.ZodNullable<zod.ZodString>;
|
|
1055
|
-
}, zod_v4_core0.$strip>;
|
|
1056
|
-
}, zod_v4_core0.$strip>, _keystrokehq_core0.CredentialSet<"shopify", zod.ZodObject<{
|
|
1057
|
-
SHOPIFY_STORE_DOMAIN: zod.ZodString;
|
|
1058
|
-
SHOPIFY_ACCESS_TOKEN: zod.ZodString;
|
|
1059
|
-
}, zod_v4_core0.$strip>, {
|
|
1060
|
-
kind: "oauth";
|
|
1061
|
-
tokenType: "refreshable";
|
|
1062
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
1063
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
1064
|
-
revokeUrl: null;
|
|
1065
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
1066
|
-
vault: {
|
|
1067
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
1068
|
-
readonly raw: {
|
|
1069
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
1070
|
-
};
|
|
1071
|
-
};
|
|
1072
|
-
id: string;
|
|
1073
|
-
}[]>[], undefined>;
|
|
1074
|
-
//#endregion
|
|
1075
|
-
//#region src/operations/list-shopify-blogs.operation.d.ts
|
|
1076
|
-
declare const listBlogsOperation: Operation<zod.ZodObject<{
|
|
1077
|
-
first: zod.ZodDefault<zod.ZodOptional<zod.ZodNumber>>;
|
|
1078
|
-
after: zod.ZodOptional<zod.ZodString>;
|
|
1079
|
-
query: zod.ZodOptional<zod.ZodString>;
|
|
1080
|
-
}, zod_v4_core0.$strip>, zod.ZodObject<{
|
|
1081
|
-
nodes: zod.ZodArray<zod.ZodObject<{
|
|
1082
|
-
id: zod.ZodString;
|
|
1083
|
-
title: zod.ZodString;
|
|
1084
|
-
handle: zod.ZodString;
|
|
1085
|
-
createdAt: zod.ZodOptional<zod.ZodISODateTime>;
|
|
1086
|
-
updatedAt: zod.ZodOptional<zod.ZodISODateTime>;
|
|
1087
|
-
commentPolicy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1088
|
-
templateSuffix: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1089
|
-
}, zod_v4_core0.$strip>>;
|
|
1090
|
-
pageInfo: zod.ZodObject<{
|
|
1091
|
-
hasNextPage: zod.ZodBoolean;
|
|
1092
|
-
hasPreviousPage: zod.ZodOptional<zod.ZodBoolean>;
|
|
1093
|
-
startCursor: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1094
|
-
endCursor: zod.ZodNullable<zod.ZodString>;
|
|
1095
|
-
}, zod_v4_core0.$strip>;
|
|
1096
|
-
}, zod_v4_core0.$strip>, _keystrokehq_core0.CredentialSet<"shopify", zod.ZodObject<{
|
|
1097
|
-
SHOPIFY_STORE_DOMAIN: zod.ZodString;
|
|
1098
|
-
SHOPIFY_ACCESS_TOKEN: zod.ZodString;
|
|
1099
|
-
}, zod_v4_core0.$strip>, {
|
|
1100
|
-
kind: "oauth";
|
|
1101
|
-
tokenType: "refreshable";
|
|
1102
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
1103
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
1104
|
-
revokeUrl: null;
|
|
1105
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
1106
|
-
vault: {
|
|
1107
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
1108
|
-
readonly raw: {
|
|
1109
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
1110
|
-
};
|
|
1111
|
-
};
|
|
1112
|
-
id: string;
|
|
1113
|
-
}[]>[], undefined>;
|
|
1114
|
-
//#endregion
|
|
1115
|
-
//#region src/operations/list-shopify-collections.operation.d.ts
|
|
1116
|
-
declare const listCollectionsOperation: Operation<zod.ZodObject<{
|
|
1117
|
-
first: zod.ZodDefault<zod.ZodOptional<zod.ZodNumber>>;
|
|
1118
|
-
after: zod.ZodOptional<zod.ZodString>;
|
|
1119
|
-
query: zod.ZodOptional<zod.ZodString>;
|
|
1120
|
-
}, zod_v4_core0.$strip>, zod.ZodObject<{
|
|
1121
|
-
nodes: zod.ZodArray<zod.ZodObject<{
|
|
1122
|
-
id: zod.ZodString;
|
|
1123
|
-
title: zod.ZodString;
|
|
1124
|
-
handle: zod.ZodString;
|
|
1125
|
-
descriptionHtml: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1126
|
-
updatedAt: zod.ZodOptional<zod.ZodISODateTime>;
|
|
1127
|
-
image: zod.ZodOptional<zod.ZodNullable<zod.ZodObject<{
|
|
1128
|
-
url: zod.ZodURL;
|
|
1129
|
-
altText: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1130
|
-
}, zod_v4_core0.$strip>>>;
|
|
1131
|
-
seo: zod.ZodOptional<zod.ZodNullable<zod.ZodObject<{
|
|
1132
|
-
title: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1133
|
-
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1134
|
-
}, zod_v4_core0.$strip>>>;
|
|
1135
|
-
}, zod_v4_core0.$strip>>;
|
|
1136
|
-
pageInfo: zod.ZodObject<{
|
|
1137
|
-
hasNextPage: zod.ZodBoolean;
|
|
1138
|
-
hasPreviousPage: zod.ZodOptional<zod.ZodBoolean>;
|
|
1139
|
-
startCursor: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1140
|
-
endCursor: zod.ZodNullable<zod.ZodString>;
|
|
1141
|
-
}, zod_v4_core0.$strip>;
|
|
1142
|
-
}, zod_v4_core0.$strip>, _keystrokehq_core0.CredentialSet<"shopify", zod.ZodObject<{
|
|
1143
|
-
SHOPIFY_STORE_DOMAIN: zod.ZodString;
|
|
1144
|
-
SHOPIFY_ACCESS_TOKEN: zod.ZodString;
|
|
1145
|
-
}, zod_v4_core0.$strip>, {
|
|
1146
|
-
kind: "oauth";
|
|
1147
|
-
tokenType: "refreshable";
|
|
1148
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
1149
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
1150
|
-
revokeUrl: null;
|
|
1151
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
1152
|
-
vault: {
|
|
1153
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
1154
|
-
readonly raw: {
|
|
1155
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
1156
|
-
};
|
|
1157
|
-
};
|
|
1158
|
-
id: string;
|
|
1159
|
-
}[]>[], undefined>;
|
|
1160
|
-
//#endregion
|
|
1161
|
-
//#region src/operations/list-shopify-customers.operation.d.ts
|
|
1162
|
-
declare const listCustomersOperation: Operation<zod.ZodObject<{
|
|
1163
|
-
first: zod.ZodDefault<zod.ZodOptional<zod.ZodNumber>>;
|
|
1164
|
-
after: zod.ZodOptional<zod.ZodString>;
|
|
1165
|
-
query: zod.ZodOptional<zod.ZodString>;
|
|
1166
|
-
}, zod_v4_core0.$strip>, zod.ZodObject<{
|
|
1167
|
-
nodes: zod.ZodArray<zod.ZodObject<{
|
|
1168
|
-
id: zod.ZodString;
|
|
1169
|
-
displayName: zod.ZodString;
|
|
1170
|
-
firstName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1171
|
-
lastName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1172
|
-
email: zod.ZodOptional<zod.ZodNullable<zod.ZodEmail>>;
|
|
1173
|
-
phone: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1174
|
-
createdAt: zod.ZodOptional<zod.ZodISODateTime>;
|
|
1175
|
-
updatedAt: zod.ZodOptional<zod.ZodISODateTime>;
|
|
1176
|
-
}, zod_v4_core0.$strip>>;
|
|
1177
|
-
pageInfo: zod.ZodObject<{
|
|
1178
|
-
hasNextPage: zod.ZodBoolean;
|
|
1179
|
-
hasPreviousPage: zod.ZodOptional<zod.ZodBoolean>;
|
|
1180
|
-
startCursor: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1181
|
-
endCursor: zod.ZodNullable<zod.ZodString>;
|
|
1182
|
-
}, zod_v4_core0.$strip>;
|
|
1183
|
-
}, zod_v4_core0.$strip>, _keystrokehq_core0.CredentialSet<"shopify", zod.ZodObject<{
|
|
1184
|
-
SHOPIFY_STORE_DOMAIN: zod.ZodString;
|
|
1185
|
-
SHOPIFY_ACCESS_TOKEN: zod.ZodString;
|
|
1186
|
-
}, zod_v4_core0.$strip>, {
|
|
1187
|
-
kind: "oauth";
|
|
1188
|
-
tokenType: "refreshable";
|
|
1189
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
1190
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
1191
|
-
revokeUrl: null;
|
|
1192
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
1193
|
-
vault: {
|
|
1194
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
1195
|
-
readonly raw: {
|
|
1196
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
1197
|
-
};
|
|
1198
|
-
};
|
|
1199
|
-
id: string;
|
|
1200
|
-
}[]>[], undefined>;
|
|
1201
|
-
//#endregion
|
|
1202
|
-
//#region src/operations/list-shopify-fulfillment-orders-for-order.operation.d.ts
|
|
1203
|
-
declare const listFulfillmentOrdersForOrderOperation: Operation<z.ZodObject<{
|
|
1204
|
-
orderId: z.ZodString;
|
|
1205
|
-
first: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1206
|
-
after: z.ZodOptional<z.ZodString>;
|
|
1207
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1208
|
-
nodes: z.ZodArray<z.ZodObject<{
|
|
1209
|
-
id: z.ZodString;
|
|
1210
|
-
status: z.ZodString;
|
|
1211
|
-
assignedLocation: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1212
|
-
location: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1213
|
-
id: z.ZodString;
|
|
1214
|
-
name: z.ZodString;
|
|
1215
|
-
isActive: z.ZodOptional<z.ZodBoolean>;
|
|
1216
|
-
fulfillsOnlineOrders: z.ZodOptional<z.ZodBoolean>;
|
|
1217
|
-
}, z.core.$strip>>>;
|
|
1218
|
-
}, z.core.$strip>>>;
|
|
1219
|
-
lineItems: z.ZodObject<{
|
|
1220
|
-
nodes: z.ZodArray<z.ZodObject<{
|
|
1221
|
-
id: z.ZodString;
|
|
1222
|
-
remainingQuantity: z.ZodNumber;
|
|
1223
|
-
lineItem: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1224
|
-
id: z.ZodString;
|
|
1225
|
-
name: z.ZodString;
|
|
1226
|
-
quantity: z.ZodNumber;
|
|
1227
|
-
}, z.core.$strip>>>;
|
|
1228
|
-
}, z.core.$strip>>;
|
|
1229
|
-
pageInfo: z.ZodObject<{
|
|
1230
|
-
hasNextPage: z.ZodBoolean;
|
|
1231
|
-
hasPreviousPage: z.ZodOptional<z.ZodBoolean>;
|
|
1232
|
-
startCursor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1233
|
-
endCursor: z.ZodNullable<z.ZodString>;
|
|
1234
|
-
}, z.core.$strip>;
|
|
1235
|
-
}, z.core.$strip>;
|
|
1236
|
-
}, z.core.$strip>>;
|
|
1237
|
-
pageInfo: z.ZodObject<{
|
|
1238
|
-
hasNextPage: z.ZodBoolean;
|
|
1239
|
-
hasPreviousPage: z.ZodOptional<z.ZodBoolean>;
|
|
1240
|
-
startCursor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1241
|
-
endCursor: z.ZodNullable<z.ZodString>;
|
|
1242
|
-
}, z.core.$strip>;
|
|
1243
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
1244
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
1245
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
1246
|
-
}, z.core.$strip>, {
|
|
1247
|
-
kind: "oauth";
|
|
1248
|
-
tokenType: "refreshable";
|
|
1249
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
1250
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
1251
|
-
revokeUrl: null;
|
|
1252
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
1253
|
-
vault: {
|
|
1254
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
1255
|
-
readonly raw: {
|
|
1256
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
1257
|
-
};
|
|
1258
|
-
};
|
|
1259
|
-
id: string;
|
|
1260
|
-
}[]>[], undefined>;
|
|
1261
|
-
//#endregion
|
|
1262
|
-
//#region src/operations/list-shopify-inventory-items.operation.d.ts
|
|
1263
|
-
declare const listInventoryItemsOperation: Operation<zod.ZodObject<{
|
|
1264
|
-
first: zod.ZodDefault<zod.ZodOptional<zod.ZodNumber>>;
|
|
1265
|
-
after: zod.ZodOptional<zod.ZodString>;
|
|
1266
|
-
query: zod.ZodOptional<zod.ZodString>;
|
|
1267
|
-
}, zod_v4_core0.$strip>, zod.ZodObject<{
|
|
1268
|
-
nodes: zod.ZodArray<zod.ZodObject<{
|
|
1269
|
-
id: zod.ZodString;
|
|
1270
|
-
sku: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1271
|
-
tracked: zod.ZodOptional<zod.ZodBoolean>;
|
|
1272
|
-
}, zod_v4_core0.$strip>>;
|
|
1273
|
-
pageInfo: zod.ZodObject<{
|
|
1274
|
-
hasNextPage: zod.ZodBoolean;
|
|
1275
|
-
hasPreviousPage: zod.ZodOptional<zod.ZodBoolean>;
|
|
1276
|
-
startCursor: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1277
|
-
endCursor: zod.ZodNullable<zod.ZodString>;
|
|
1278
|
-
}, zod_v4_core0.$strip>;
|
|
1279
|
-
}, zod_v4_core0.$strip>, _keystrokehq_core0.CredentialSet<"shopify", zod.ZodObject<{
|
|
1280
|
-
SHOPIFY_STORE_DOMAIN: zod.ZodString;
|
|
1281
|
-
SHOPIFY_ACCESS_TOKEN: zod.ZodString;
|
|
1282
|
-
}, zod_v4_core0.$strip>, {
|
|
1283
|
-
kind: "oauth";
|
|
1284
|
-
tokenType: "refreshable";
|
|
1285
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
1286
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
1287
|
-
revokeUrl: null;
|
|
1288
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
1289
|
-
vault: {
|
|
1290
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
1291
|
-
readonly raw: {
|
|
1292
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
1293
|
-
};
|
|
1294
|
-
};
|
|
1295
|
-
id: string;
|
|
1296
|
-
}[]>[], undefined>;
|
|
1297
|
-
//#endregion
|
|
1298
|
-
//#region src/operations/list-shopify-locations.operation.d.ts
|
|
1299
|
-
declare const listLocationsOperation: Operation<z.ZodObject<{
|
|
1300
|
-
first: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1301
|
-
after: z.ZodOptional<z.ZodString>;
|
|
1302
|
-
query: z.ZodOptional<z.ZodString>;
|
|
1303
|
-
includeInactive: z.ZodOptional<z.ZodBoolean>;
|
|
1304
|
-
includeLegacy: z.ZodOptional<z.ZodBoolean>;
|
|
1305
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1306
|
-
nodes: z.ZodArray<z.ZodObject<{
|
|
1307
|
-
id: z.ZodString;
|
|
1308
|
-
name: z.ZodString;
|
|
1309
|
-
isActive: z.ZodOptional<z.ZodBoolean>;
|
|
1310
|
-
fulfillsOnlineOrders: z.ZodOptional<z.ZodBoolean>;
|
|
1311
|
-
}, z.core.$strip>>;
|
|
1312
|
-
pageInfo: z.ZodObject<{
|
|
1313
|
-
hasNextPage: z.ZodBoolean;
|
|
1314
|
-
hasPreviousPage: z.ZodOptional<z.ZodBoolean>;
|
|
1315
|
-
startCursor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1316
|
-
endCursor: z.ZodNullable<z.ZodString>;
|
|
1317
|
-
}, z.core.$strip>;
|
|
1318
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
1319
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
1320
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
1321
|
-
}, z.core.$strip>, {
|
|
1322
|
-
kind: "oauth";
|
|
1323
|
-
tokenType: "refreshable";
|
|
1324
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
1325
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
1326
|
-
revokeUrl: null;
|
|
1327
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
1328
|
-
vault: {
|
|
1329
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
1330
|
-
readonly raw: {
|
|
1331
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
1332
|
-
};
|
|
1333
|
-
};
|
|
1334
|
-
id: string;
|
|
1335
|
-
}[]>[], undefined>;
|
|
1336
|
-
//#endregion
|
|
1337
|
-
//#region src/operations/list-shopify-orders.operation.d.ts
|
|
1338
|
-
declare const listOrdersOperation: Operation<zod.ZodObject<{
|
|
1339
|
-
first: zod.ZodDefault<zod.ZodOptional<zod.ZodNumber>>;
|
|
1340
|
-
after: zod.ZodOptional<zod.ZodString>;
|
|
1341
|
-
query: zod.ZodOptional<zod.ZodString>;
|
|
1342
|
-
}, zod_v4_core0.$strip>, zod.ZodObject<{
|
|
1343
|
-
nodes: zod.ZodArray<zod.ZodObject<{
|
|
1344
|
-
id: zod.ZodString;
|
|
1345
|
-
name: zod.ZodString;
|
|
1346
|
-
createdAt: zod.ZodOptional<zod.ZodISODateTime>;
|
|
1347
|
-
updatedAt: zod.ZodOptional<zod.ZodISODateTime>;
|
|
1348
|
-
cancelledAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
1349
|
-
email: zod.ZodOptional<zod.ZodNullable<zod.ZodEmail>>;
|
|
1350
|
-
note: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1351
|
-
tags: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
1352
|
-
displayFinancialStatus: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1353
|
-
displayFulfillmentStatus: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1354
|
-
currentTotalPriceSet: zod.ZodOptional<zod.ZodObject<{
|
|
1355
|
-
shopMoney: zod.ZodObject<{
|
|
1356
|
-
amount: zod.ZodString;
|
|
1357
|
-
currencyCode: zod.ZodString;
|
|
1358
|
-
}, zod_v4_core0.$strip>;
|
|
1359
|
-
presentmentMoney: zod.ZodOptional<zod.ZodObject<{
|
|
1360
|
-
amount: zod.ZodString;
|
|
1361
|
-
currencyCode: zod.ZodString;
|
|
1362
|
-
}, zod_v4_core0.$strip>>;
|
|
1363
|
-
}, zod_v4_core0.$strip>>;
|
|
1364
|
-
customer: zod.ZodOptional<zod.ZodNullable<zod.ZodObject<{
|
|
1365
|
-
id: zod.ZodString;
|
|
1366
|
-
displayName: zod.ZodString;
|
|
1367
|
-
firstName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1368
|
-
lastName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1369
|
-
email: zod.ZodOptional<zod.ZodNullable<zod.ZodEmail>>;
|
|
1370
|
-
phone: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1371
|
-
createdAt: zod.ZodOptional<zod.ZodISODateTime>;
|
|
1372
|
-
updatedAt: zod.ZodOptional<zod.ZodISODateTime>;
|
|
1373
|
-
}, zod_v4_core0.$strip>>>;
|
|
1374
|
-
}, zod_v4_core0.$strip>>;
|
|
1375
|
-
pageInfo: zod.ZodObject<{
|
|
1376
|
-
hasNextPage: zod.ZodBoolean;
|
|
1377
|
-
hasPreviousPage: zod.ZodOptional<zod.ZodBoolean>;
|
|
1378
|
-
startCursor: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1379
|
-
endCursor: zod.ZodNullable<zod.ZodString>;
|
|
1380
|
-
}, zod_v4_core0.$strip>;
|
|
1381
|
-
}, zod_v4_core0.$strip>, _keystrokehq_core0.CredentialSet<"shopify", zod.ZodObject<{
|
|
1382
|
-
SHOPIFY_STORE_DOMAIN: zod.ZodString;
|
|
1383
|
-
SHOPIFY_ACCESS_TOKEN: zod.ZodString;
|
|
1384
|
-
}, zod_v4_core0.$strip>, {
|
|
1385
|
-
kind: "oauth";
|
|
1386
|
-
tokenType: "refreshable";
|
|
1387
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
1388
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
1389
|
-
revokeUrl: null;
|
|
1390
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
1391
|
-
vault: {
|
|
1392
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
1393
|
-
readonly raw: {
|
|
1394
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
1395
|
-
};
|
|
1396
|
-
};
|
|
1397
|
-
id: string;
|
|
1398
|
-
}[]>[], undefined>;
|
|
1399
|
-
//#endregion
|
|
1400
|
-
//#region src/operations/list-shopify-products.operation.d.ts
|
|
1401
|
-
declare const listProductsOperation: Operation<zod.ZodObject<{
|
|
1402
|
-
first: zod.ZodDefault<zod.ZodOptional<zod.ZodNumber>>;
|
|
1403
|
-
after: zod.ZodOptional<zod.ZodString>;
|
|
1404
|
-
query: zod.ZodOptional<zod.ZodString>;
|
|
1405
|
-
}, zod_v4_core0.$strip>, zod.ZodObject<{
|
|
1406
|
-
nodes: zod.ZodArray<zod.ZodObject<{
|
|
1407
|
-
id: zod.ZodString;
|
|
1408
|
-
title: zod.ZodString;
|
|
1409
|
-
handle: zod.ZodString;
|
|
1410
|
-
status: zod.ZodOptional<zod.ZodString>;
|
|
1411
|
-
productType: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1412
|
-
vendor: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1413
|
-
descriptionHtml: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1414
|
-
onlineStoreUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodURL>>;
|
|
1415
|
-
createdAt: zod.ZodOptional<zod.ZodISODateTime>;
|
|
1416
|
-
updatedAt: zod.ZodOptional<zod.ZodISODateTime>;
|
|
1417
|
-
featuredImage: zod.ZodOptional<zod.ZodNullable<zod.ZodObject<{
|
|
1418
|
-
url: zod.ZodURL;
|
|
1419
|
-
altText: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1420
|
-
}, zod_v4_core0.$strip>>>;
|
|
1421
|
-
seo: zod.ZodOptional<zod.ZodNullable<zod.ZodObject<{
|
|
1422
|
-
title: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1423
|
-
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1424
|
-
}, zod_v4_core0.$strip>>>;
|
|
1425
|
-
tags: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
1426
|
-
}, zod_v4_core0.$strip>>;
|
|
1427
|
-
pageInfo: zod.ZodObject<{
|
|
1428
|
-
hasNextPage: zod.ZodBoolean;
|
|
1429
|
-
hasPreviousPage: zod.ZodOptional<zod.ZodBoolean>;
|
|
1430
|
-
startCursor: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1431
|
-
endCursor: zod.ZodNullable<zod.ZodString>;
|
|
1432
|
-
}, zod_v4_core0.$strip>;
|
|
1433
|
-
}, zod_v4_core0.$strip>, _keystrokehq_core0.CredentialSet<"shopify", zod.ZodObject<{
|
|
1434
|
-
SHOPIFY_STORE_DOMAIN: zod.ZodString;
|
|
1435
|
-
SHOPIFY_ACCESS_TOKEN: zod.ZodString;
|
|
1436
|
-
}, zod_v4_core0.$strip>, {
|
|
1437
|
-
kind: "oauth";
|
|
1438
|
-
tokenType: "refreshable";
|
|
1439
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
1440
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
1441
|
-
revokeUrl: null;
|
|
1442
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
1443
|
-
vault: {
|
|
1444
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
1445
|
-
readonly raw: {
|
|
1446
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
1447
|
-
};
|
|
1448
|
-
};
|
|
1449
|
-
id: string;
|
|
1450
|
-
}[]>[], undefined>;
|
|
1451
|
-
//#endregion
|
|
1452
|
-
//#region src/operations/remove-products-from-shopify-collection.operation.d.ts
|
|
1453
|
-
declare const removeProductsFromCollectionOperation: Operation<z.ZodObject<{
|
|
1454
|
-
id: z.ZodString;
|
|
1455
|
-
productIds: z.ZodArray<z.ZodString>;
|
|
1456
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1457
|
-
id: z.ZodString;
|
|
1458
|
-
done: z.ZodOptional<z.ZodBoolean>;
|
|
1459
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
1460
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
1461
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
1462
|
-
}, z.core.$strip>, {
|
|
1463
|
-
kind: "oauth";
|
|
1464
|
-
tokenType: "refreshable";
|
|
1465
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
1466
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
1467
|
-
revokeUrl: null;
|
|
1468
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
1469
|
-
vault: {
|
|
1470
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
1471
|
-
readonly raw: {
|
|
1472
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
1473
|
-
};
|
|
1474
|
-
};
|
|
1475
|
-
id: string;
|
|
1476
|
-
}[]>[], undefined>;
|
|
1477
|
-
//#endregion
|
|
1478
|
-
//#region src/operations/update-shopify-article.operation.d.ts
|
|
1479
|
-
declare const updateArticleOperation: Operation<z.ZodObject<{
|
|
1480
|
-
blogId: z.ZodOptional<z.ZodString>;
|
|
1481
|
-
title: z.ZodOptional<z.ZodString>;
|
|
1482
|
-
handle: z.ZodOptional<z.ZodString>;
|
|
1483
|
-
body: z.ZodOptional<z.ZodString>;
|
|
1484
|
-
summary: z.ZodOptional<z.ZodString>;
|
|
1485
|
-
authorName: z.ZodOptional<z.ZodString>;
|
|
1486
|
-
isPublished: z.ZodOptional<z.ZodBoolean>;
|
|
1487
|
-
publishDate: z.ZodOptional<z.ZodISODateTime>;
|
|
1488
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1489
|
-
id: z.ZodString;
|
|
1490
|
-
redirectNewHandle: z.ZodOptional<z.ZodBoolean>;
|
|
1491
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1492
|
-
id: z.ZodString;
|
|
1493
|
-
title: z.ZodString;
|
|
1494
|
-
handle: z.ZodString;
|
|
1495
|
-
blog: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1496
|
-
id: z.ZodString;
|
|
1497
|
-
title: z.ZodString;
|
|
1498
|
-
handle: z.ZodString;
|
|
1499
|
-
createdAt: z.ZodOptional<z.ZodISODateTime>;
|
|
1500
|
-
updatedAt: z.ZodOptional<z.ZodISODateTime>;
|
|
1501
|
-
commentPolicy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1502
|
-
templateSuffix: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1503
|
-
}, z.core.$strip>>>;
|
|
1504
|
-
author: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1505
|
-
body: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1506
|
-
summary: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1507
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1508
|
-
image: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1509
|
-
url: z.ZodURL;
|
|
1510
|
-
altText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1511
|
-
}, z.core.$strip>>>;
|
|
1512
|
-
publishedAt: z.ZodOptional<z.ZodNullable<z.ZodISODateTime>>;
|
|
1513
|
-
updatedAt: z.ZodOptional<z.ZodISODateTime>;
|
|
1514
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
1515
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
1516
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
1517
|
-
}, z.core.$strip>, {
|
|
1518
|
-
kind: "oauth";
|
|
1519
|
-
tokenType: "refreshable";
|
|
1520
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
1521
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
1522
|
-
revokeUrl: null;
|
|
1523
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
1524
|
-
vault: {
|
|
1525
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
1526
|
-
readonly raw: {
|
|
1527
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
1528
|
-
};
|
|
1529
|
-
};
|
|
1530
|
-
id: string;
|
|
1531
|
-
}[]>[], undefined>;
|
|
1532
|
-
//#endregion
|
|
1533
|
-
//#region src/operations/update-shopify-blog.operation.d.ts
|
|
1534
|
-
declare const updateBlogOperation: Operation<z.ZodObject<{
|
|
1535
|
-
title: z.ZodOptional<z.ZodString>;
|
|
1536
|
-
handle: z.ZodOptional<z.ZodString>;
|
|
1537
|
-
templateSuffix: z.ZodOptional<z.ZodString>;
|
|
1538
|
-
commentPolicy: z.ZodOptional<z.ZodEnum<{
|
|
1539
|
-
DISABLED: "DISABLED";
|
|
1540
|
-
HIDDEN: "HIDDEN";
|
|
1541
|
-
MODERATED: "MODERATED";
|
|
1542
|
-
OPEN: "OPEN";
|
|
1543
|
-
}>>;
|
|
1544
|
-
id: z.ZodString;
|
|
1545
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1546
|
-
id: z.ZodString;
|
|
1547
|
-
title: z.ZodString;
|
|
1548
|
-
handle: z.ZodString;
|
|
1549
|
-
createdAt: z.ZodOptional<z.ZodISODateTime>;
|
|
1550
|
-
updatedAt: z.ZodOptional<z.ZodISODateTime>;
|
|
1551
|
-
commentPolicy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1552
|
-
templateSuffix: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1553
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
1554
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
1555
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
1556
|
-
}, z.core.$strip>, {
|
|
1557
|
-
kind: "oauth";
|
|
1558
|
-
tokenType: "refreshable";
|
|
1559
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
1560
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
1561
|
-
revokeUrl: null;
|
|
1562
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
1563
|
-
vault: {
|
|
1564
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
1565
|
-
readonly raw: {
|
|
1566
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
1567
|
-
};
|
|
1568
|
-
};
|
|
1569
|
-
id: string;
|
|
1570
|
-
}[]>[], undefined>;
|
|
1571
|
-
//#endregion
|
|
1572
|
-
//#region src/operations/update-shopify-customer.operation.d.ts
|
|
1573
|
-
declare const updateCustomerOperation: Operation<z.ZodObject<{
|
|
1574
|
-
email: z.ZodOptional<z.ZodEmail>;
|
|
1575
|
-
firstName: z.ZodOptional<z.ZodString>;
|
|
1576
|
-
lastName: z.ZodOptional<z.ZodString>;
|
|
1577
|
-
phone: z.ZodOptional<z.ZodString>;
|
|
1578
|
-
note: z.ZodOptional<z.ZodString>;
|
|
1579
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1580
|
-
id: z.ZodString;
|
|
1581
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1582
|
-
id: z.ZodString;
|
|
1583
|
-
displayName: z.ZodString;
|
|
1584
|
-
firstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1585
|
-
lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1586
|
-
email: z.ZodOptional<z.ZodNullable<z.ZodEmail>>;
|
|
1587
|
-
phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1588
|
-
createdAt: z.ZodOptional<z.ZodISODateTime>;
|
|
1589
|
-
updatedAt: z.ZodOptional<z.ZodISODateTime>;
|
|
1590
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
1591
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
1592
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
1593
|
-
}, z.core.$strip>, {
|
|
1594
|
-
kind: "oauth";
|
|
1595
|
-
tokenType: "refreshable";
|
|
1596
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
1597
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
1598
|
-
revokeUrl: null;
|
|
1599
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
1600
|
-
vault: {
|
|
1601
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
1602
|
-
readonly raw: {
|
|
1603
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
1604
|
-
};
|
|
1605
|
-
};
|
|
1606
|
-
id: string;
|
|
1607
|
-
}[]>[], undefined>;
|
|
1608
|
-
//#endregion
|
|
1609
|
-
//#region src/operations/update-shopify-order.operation.d.ts
|
|
1610
|
-
declare const updateOrderOperation: Operation<z.ZodObject<{
|
|
1611
|
-
id: z.ZodString;
|
|
1612
|
-
email: z.ZodOptional<z.ZodEmail>;
|
|
1613
|
-
note: z.ZodOptional<z.ZodString>;
|
|
1614
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1615
|
-
shippingAddress: z.ZodOptional<z.ZodObject<{
|
|
1616
|
-
address1: z.ZodString;
|
|
1617
|
-
address2: z.ZodOptional<z.ZodString>;
|
|
1618
|
-
city: z.ZodString;
|
|
1619
|
-
province: z.ZodOptional<z.ZodString>;
|
|
1620
|
-
country: z.ZodString;
|
|
1621
|
-
zip: z.ZodOptional<z.ZodString>;
|
|
1622
|
-
firstName: z.ZodOptional<z.ZodString>;
|
|
1623
|
-
lastName: z.ZodOptional<z.ZodString>;
|
|
1624
|
-
phone: z.ZodOptional<z.ZodString>;
|
|
1625
|
-
}, z.core.$strip>>;
|
|
1626
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1627
|
-
id: z.ZodString;
|
|
1628
|
-
name: z.ZodString;
|
|
1629
|
-
createdAt: z.ZodOptional<z.ZodISODateTime>;
|
|
1630
|
-
updatedAt: z.ZodOptional<z.ZodISODateTime>;
|
|
1631
|
-
cancelledAt: z.ZodOptional<z.ZodNullable<z.ZodISODateTime>>;
|
|
1632
|
-
email: z.ZodOptional<z.ZodNullable<z.ZodEmail>>;
|
|
1633
|
-
note: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1634
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1635
|
-
displayFinancialStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1636
|
-
displayFulfillmentStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1637
|
-
currentTotalPriceSet: z.ZodOptional<z.ZodObject<{
|
|
1638
|
-
shopMoney: z.ZodObject<{
|
|
1639
|
-
amount: z.ZodString;
|
|
1640
|
-
currencyCode: z.ZodString;
|
|
1641
|
-
}, z.core.$strip>;
|
|
1642
|
-
presentmentMoney: z.ZodOptional<z.ZodObject<{
|
|
1643
|
-
amount: z.ZodString;
|
|
1644
|
-
currencyCode: z.ZodString;
|
|
1645
|
-
}, z.core.$strip>>;
|
|
1646
|
-
}, z.core.$strip>>;
|
|
1647
|
-
customer: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1648
|
-
id: z.ZodString;
|
|
1649
|
-
displayName: z.ZodString;
|
|
1650
|
-
firstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1651
|
-
lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1652
|
-
email: z.ZodOptional<z.ZodNullable<z.ZodEmail>>;
|
|
1653
|
-
phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1654
|
-
createdAt: z.ZodOptional<z.ZodISODateTime>;
|
|
1655
|
-
updatedAt: z.ZodOptional<z.ZodISODateTime>;
|
|
1656
|
-
}, z.core.$strip>>>;
|
|
1657
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
1658
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
1659
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
1660
|
-
}, z.core.$strip>, {
|
|
1661
|
-
kind: "oauth";
|
|
1662
|
-
tokenType: "refreshable";
|
|
1663
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
1664
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
1665
|
-
revokeUrl: null;
|
|
1666
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
1667
|
-
vault: {
|
|
1668
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
1669
|
-
readonly raw: {
|
|
1670
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
1671
|
-
};
|
|
1672
|
-
};
|
|
1673
|
-
id: string;
|
|
1674
|
-
}[]>[], undefined>;
|
|
1675
|
-
//#endregion
|
|
1676
|
-
//#region src/operations/update-shopify-product.operation.d.ts
|
|
1677
|
-
declare const updateProductOperation: Operation<z.ZodObject<{
|
|
1678
|
-
title: z.ZodOptional<z.ZodString>;
|
|
1679
|
-
handle: z.ZodOptional<z.ZodString>;
|
|
1680
|
-
descriptionHtml: z.ZodOptional<z.ZodString>;
|
|
1681
|
-
vendor: z.ZodOptional<z.ZodString>;
|
|
1682
|
-
productType: z.ZodOptional<z.ZodString>;
|
|
1683
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1684
|
-
id: z.ZodString;
|
|
1685
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1686
|
-
id: z.ZodString;
|
|
1687
|
-
title: z.ZodString;
|
|
1688
|
-
handle: z.ZodString;
|
|
1689
|
-
status: z.ZodOptional<z.ZodString>;
|
|
1690
|
-
productType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1691
|
-
vendor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1692
|
-
descriptionHtml: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1693
|
-
onlineStoreUrl: z.ZodOptional<z.ZodNullable<z.ZodURL>>;
|
|
1694
|
-
createdAt: z.ZodOptional<z.ZodISODateTime>;
|
|
1695
|
-
updatedAt: z.ZodOptional<z.ZodISODateTime>;
|
|
1696
|
-
featuredImage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1697
|
-
url: z.ZodURL;
|
|
1698
|
-
altText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1699
|
-
}, z.core.$strip>>>;
|
|
1700
|
-
seo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1701
|
-
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1702
|
-
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1703
|
-
}, z.core.$strip>>>;
|
|
1704
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1705
|
-
}, z.core.$strip>, _keystrokehq_core0.CredentialSet<"shopify", z.ZodObject<{
|
|
1706
|
-
SHOPIFY_STORE_DOMAIN: z.ZodString;
|
|
1707
|
-
SHOPIFY_ACCESS_TOKEN: z.ZodString;
|
|
1708
|
-
}, z.core.$strip>, {
|
|
1709
|
-
kind: "oauth";
|
|
1710
|
-
tokenType: "refreshable";
|
|
1711
|
-
authUrl: "https://{shop}.myshopify.com/admin/oauth/authorize";
|
|
1712
|
-
tokenUrl: "https://{shop}.myshopify.com/admin/oauth/access_token";
|
|
1713
|
-
revokeUrl: null;
|
|
1714
|
-
scopes: readonly ["read_products", "write_products", "read_orders", "write_orders", "read_customers", "write_customers", "read_inventory", "write_inventory", "read_locations", "read_fulfillments", "write_fulfillments", "read_content", "write_content", "read_webhooks", "write_webhooks"];
|
|
1715
|
-
vault: {
|
|
1716
|
-
readonly accessToken: "SHOPIFY_ACCESS_TOKEN";
|
|
1717
|
-
readonly raw: {
|
|
1718
|
-
readonly SHOPIFY_STORE_DOMAIN: "_shopifyShopDomain";
|
|
1719
|
-
};
|
|
1720
|
-
};
|
|
1721
|
-
id: string;
|
|
1722
|
-
}[]>[], undefined>;
|
|
1723
|
-
//#endregion
|
|
1724
|
-
export { deleteCollectionOperation as A, cancelOrderOperation as B, getCustomerOrdersOperation as C, getArticleOperation as D, getBlogOperation as E, createFulfillmentOperation as F, addProductsToCollectionOperation as H, createCustomerOperation as I, createCollectionOperation as L, deleteArticleOperation as M, createProductOperation as N, deleteProductOperation as O, createOrderOperation as P, createBlogOperation as R, getFulfillmentOperation as S, getCollectionOperation as T, adjustInventoryQuantitiesOperation as V, getProductOperation as _, updateArticleOperation as a, getInventoryLevelsForItemOperation as b, listOrdersOperation as c, listFulfillmentOrdersForOrderOperation as d, listCustomersOperation as f, getShopOperation as g, listArticlesOperation as h, updateBlogOperation as i, deleteBlogOperation as j, deleteCustomerOperation as k, listLocationsOperation as l, listBlogsOperation as m, updateOrderOperation as n, removeProductsFromCollectionOperation as o, listCollectionsOperation as p, updateCustomerOperation as r, listProductsOperation as s, updateProductOperation as t, listInventoryItemsOperation as u, getOrderOperation as v, getCustomerOperation as w, getInventoryItemOperation as x, getLocationOperation as y, createArticleOperation as z };
|