@acmekit/js-sdk 2.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/admin/api-key.d.ts +164 -0
- package/dist/admin/api-key.d.ts.map +1 -0
- package/dist/admin/api-key.js +202 -0
- package/dist/admin/api-key.js.map +1 -0
- package/dist/admin/campaign.d.ts +164 -0
- package/dist/admin/campaign.d.ts.map +1 -0
- package/dist/admin/campaign.js +196 -0
- package/dist/admin/campaign.js.map +1 -0
- package/dist/admin/claim.d.ts +558 -0
- package/dist/admin/claim.d.ts.map +1 -0
- package/dist/admin/claim.js +693 -0
- package/dist/admin/claim.js.map +1 -0
- package/dist/admin/currency.d.ts +95 -0
- package/dist/admin/currency.d.ts.map +1 -0
- package/dist/admin/currency.js +104 -0
- package/dist/admin/currency.js.map +1 -0
- package/dist/admin/customer-group.d.ts +170 -0
- package/dist/admin/customer-group.d.ts.map +1 -0
- package/dist/admin/customer-group.js +206 -0
- package/dist/admin/customer-group.js.map +1 -0
- package/dist/admin/customer.d.ts +264 -0
- package/dist/admin/customer.d.ts.map +1 -0
- package/dist/admin/customer.js +323 -0
- package/dist/admin/customer.js.map +1 -0
- package/dist/admin/draft-order.d.ts +430 -0
- package/dist/admin/draft-order.d.ts.map +1 -0
- package/dist/admin/draft-order.js +547 -0
- package/dist/admin/draft-order.js.map +1 -0
- package/dist/admin/exchange.d.ts +487 -0
- package/dist/admin/exchange.d.ts.map +1 -0
- package/dist/admin/exchange.js +602 -0
- package/dist/admin/exchange.js.map +1 -0
- package/dist/admin/fulfillment-provider.d.ts +78 -0
- package/dist/admin/fulfillment-provider.d.ts.map +1 -0
- package/dist/admin/fulfillment-provider.js +88 -0
- package/dist/admin/fulfillment-provider.js.map +1 -0
- package/dist/admin/fulfillment-set.d.ts +141 -0
- package/dist/admin/fulfillment-set.d.ts.map +1 -0
- package/dist/admin/fulfillment-set.js +170 -0
- package/dist/admin/fulfillment-set.js.map +1 -0
- package/dist/admin/fulfillment.d.ts +91 -0
- package/dist/admin/fulfillment.d.ts.map +1 -0
- package/dist/admin/fulfillment.js +111 -0
- package/dist/admin/fulfillment.js.map +1 -0
- package/dist/admin/index.d.ts +247 -0
- package/dist/admin/index.d.ts.map +1 -0
- package/dist/admin/index.js +108 -0
- package/dist/admin/index.js.map +1 -0
- package/dist/admin/inventory-item.d.ts +320 -0
- package/dist/admin/inventory-item.d.ts.map +1 -0
- package/dist/admin/inventory-item.js +384 -0
- package/dist/admin/inventory-item.js.map +1 -0
- package/dist/admin/invite.d.ts +182 -0
- package/dist/admin/invite.d.ts.map +1 -0
- package/dist/admin/invite.js +211 -0
- package/dist/admin/invite.js.map +1 -0
- package/dist/admin/locale.d.ts +95 -0
- package/dist/admin/locale.d.ts.map +1 -0
- package/dist/admin/locale.js +104 -0
- package/dist/admin/locale.js.map +1 -0
- package/dist/admin/notification.d.ts +96 -0
- package/dist/admin/notification.d.ts.map +1 -0
- package/dist/admin/notification.js +107 -0
- package/dist/admin/notification.js.map +1 -0
- package/dist/admin/order-edit.d.ts +189 -0
- package/dist/admin/order-edit.d.ts.map +1 -0
- package/dist/admin/order-edit.js +240 -0
- package/dist/admin/order-edit.js.map +1 -0
- package/dist/admin/order.d.ts +452 -0
- package/dist/admin/order.d.ts.map +1 -0
- package/dist/admin/order.js +560 -0
- package/dist/admin/order.js.map +1 -0
- package/dist/admin/payment-collection.d.ts +72 -0
- package/dist/admin/payment-collection.d.ts.map +1 -0
- package/dist/admin/payment-collection.js +90 -0
- package/dist/admin/payment-collection.js.map +1 -0
- package/dist/admin/payment.d.ts +180 -0
- package/dist/admin/payment.d.ts.map +1 -0
- package/dist/admin/payment.js +208 -0
- package/dist/admin/payment.js.map +1 -0
- package/dist/admin/plugin.d.ts +27 -0
- package/dist/admin/plugin.d.ts.map +1 -0
- package/dist/admin/plugin.js +31 -0
- package/dist/admin/plugin.js.map +1 -0
- package/dist/admin/price-list.d.ts +234 -0
- package/dist/admin/price-list.d.ts.map +1 -0
- package/dist/admin/price-list.js +284 -0
- package/dist/admin/price-list.js.map +1 -0
- package/dist/admin/price-preference.d.ts +152 -0
- package/dist/admin/price-preference.d.ts.map +1 -0
- package/dist/admin/price-preference.js +182 -0
- package/dist/admin/price-preference.js.map +1 -0
- package/dist/admin/product-category.d.ts +170 -0
- package/dist/admin/product-category.d.ts.map +1 -0
- package/dist/admin/product-category.js +205 -0
- package/dist/admin/product-category.js.map +1 -0
- package/dist/admin/product-collection.d.ts +169 -0
- package/dist/admin/product-collection.d.ts.map +1 -0
- package/dist/admin/product-collection.js +203 -0
- package/dist/admin/product-collection.js.map +1 -0
- package/dist/admin/product-tag.d.ts +149 -0
- package/dist/admin/product-tag.d.ts.map +1 -0
- package/dist/admin/product-tag.js +177 -0
- package/dist/admin/product-tag.js.map +1 -0
- package/dist/admin/product-type.d.ts +150 -0
- package/dist/admin/product-type.d.ts.map +1 -0
- package/dist/admin/product-type.js +178 -0
- package/dist/admin/product-type.js.map +1 -0
- package/dist/admin/product-variant.d.ts +62 -0
- package/dist/admin/product-variant.d.ts.map +1 -0
- package/dist/admin/product-variant.js +66 -0
- package/dist/admin/product-variant.js.map +1 -0
- package/dist/admin/product.d.ts +740 -0
- package/dist/admin/product.d.ts.map +1 -0
- package/dist/admin/product.js +948 -0
- package/dist/admin/product.js.map +1 -0
- package/dist/admin/promotion.d.ts +310 -0
- package/dist/admin/promotion.d.ts.map +1 -0
- package/dist/admin/promotion.js +374 -0
- package/dist/admin/promotion.js.map +1 -0
- package/dist/admin/refund-reasons.d.ts +163 -0
- package/dist/admin/refund-reasons.d.ts.map +1 -0
- package/dist/admin/refund-reasons.js +192 -0
- package/dist/admin/refund-reasons.js.map +1 -0
- package/dist/admin/region.d.ts +152 -0
- package/dist/admin/region.d.ts.map +1 -0
- package/dist/admin/region.js +180 -0
- package/dist/admin/region.js.map +1 -0
- package/dist/admin/reservation.d.ts +154 -0
- package/dist/admin/reservation.d.ts.map +1 -0
- package/dist/admin/reservation.js +182 -0
- package/dist/admin/reservation.js.map +1 -0
- package/dist/admin/return-reason.d.ts +154 -0
- package/dist/admin/return-reason.d.ts.map +1 -0
- package/dist/admin/return-reason.js +183 -0
- package/dist/admin/return-reason.js.map +1 -0
- package/dist/admin/return.d.ts +558 -0
- package/dist/admin/return.d.ts.map +1 -0
- package/dist/admin/return.js +700 -0
- package/dist/admin/return.js.map +1 -0
- package/dist/admin/sales-channel.d.ts +196 -0
- package/dist/admin/sales-channel.d.ts.map +1 -0
- package/dist/admin/sales-channel.js +238 -0
- package/dist/admin/sales-channel.js.map +1 -0
- package/dist/admin/shipping-option-type.d.ts +152 -0
- package/dist/admin/shipping-option-type.d.ts.map +1 -0
- package/dist/admin/shipping-option-type.js +180 -0
- package/dist/admin/shipping-option-type.js.map +1 -0
- package/dist/admin/shipping-option.d.ts +171 -0
- package/dist/admin/shipping-option.d.ts.map +1 -0
- package/dist/admin/shipping-option.js +207 -0
- package/dist/admin/shipping-option.js.map +1 -0
- package/dist/admin/shipping-profile.d.ts +151 -0
- package/dist/admin/shipping-profile.d.ts.map +1 -0
- package/dist/admin/shipping-profile.js +181 -0
- package/dist/admin/shipping-profile.js.map +1 -0
- package/dist/admin/stock-location.d.ts +212 -0
- package/dist/admin/stock-location.d.ts.map +1 -0
- package/dist/admin/stock-location.js +260 -0
- package/dist/admin/stock-location.js.map +1 -0
- package/dist/admin/store.d.ts +116 -0
- package/dist/admin/store.d.ts.map +1 -0
- package/dist/admin/store.js +134 -0
- package/dist/admin/store.js.map +1 -0
- package/dist/admin/tax-provider.d.ts +64 -0
- package/dist/admin/tax-provider.d.ts.map +1 -0
- package/dist/admin/tax-provider.js +70 -0
- package/dist/admin/tax-provider.js.map +1 -0
- package/dist/admin/tax-rate.d.ts +155 -0
- package/dist/admin/tax-rate.d.ts.map +1 -0
- package/dist/admin/tax-rate.js +186 -0
- package/dist/admin/tax-rate.js.map +1 -0
- package/dist/admin/tax-region.d.ts +165 -0
- package/dist/admin/tax-region.d.ts.map +1 -0
- package/dist/admin/tax-region.js +196 -0
- package/dist/admin/tax-region.js.map +1 -0
- package/dist/admin/translation.d.ts +253 -0
- package/dist/admin/translation.d.ts.map +1 -0
- package/dist/admin/translation.js +284 -0
- package/dist/admin/translation.js.map +1 -0
- package/dist/admin/upload.d.ts +97 -0
- package/dist/admin/upload.d.ts.map +1 -0
- package/dist/admin/upload.js +139 -0
- package/dist/admin/upload.js.map +1 -0
- package/dist/admin/user.d.ts +166 -0
- package/dist/admin/user.d.ts.map +1 -0
- package/dist/admin/user.js +192 -0
- package/dist/admin/user.js.map +1 -0
- package/dist/admin/views.d.ts +54 -0
- package/dist/admin/views.d.ts.map +1 -0
- package/dist/admin/views.js +96 -0
- package/dist/admin/views.js.map +1 -0
- package/dist/admin/workflow-execution.d.ts +78 -0
- package/dist/admin/workflow-execution.d.ts.map +1 -0
- package/dist/admin/workflow-execution.js +86 -0
- package/dist/admin/workflow-execution.js.map +1 -0
- package/dist/auth/index.d.ts +264 -0
- package/dist/auth/index.d.ts.map +1 -0
- package/dist/auth/index.js +318 -0
- package/dist/auth/index.js.map +1 -0
- package/dist/client.d.ts +65 -0
- package/dist/client.d.ts.map +1 -0
- package/dist/client.js +315 -0
- package/dist/client.js.map +1 -0
- package/dist/esm/admin/api-key.d.ts +164 -0
- package/dist/esm/admin/api-key.d.ts.map +1 -0
- package/dist/esm/admin/api-key.js +221 -0
- package/dist/esm/admin/api-key.js.map +1 -0
- package/dist/esm/admin/campaign.d.ts +164 -0
- package/dist/esm/admin/campaign.d.ts.map +1 -0
- package/dist/esm/admin/campaign.js +213 -0
- package/dist/esm/admin/campaign.js.map +1 -0
- package/dist/esm/admin/claim.d.ts +558 -0
- package/dist/esm/admin/claim.d.ts.map +1 -0
- package/dist/esm/admin/claim.js +740 -0
- package/dist/esm/admin/claim.js.map +1 -0
- package/dist/esm/admin/currency.d.ts +95 -0
- package/dist/esm/admin/currency.d.ts.map +1 -0
- package/dist/esm/admin/currency.js +113 -0
- package/dist/esm/admin/currency.js.map +1 -0
- package/dist/esm/admin/customer-group.d.ts +170 -0
- package/dist/esm/admin/customer-group.d.ts.map +1 -0
- package/dist/esm/admin/customer-group.js +223 -0
- package/dist/esm/admin/customer-group.js.map +1 -0
- package/dist/esm/admin/customer.d.ts +264 -0
- package/dist/esm/admin/customer.d.ts.map +1 -0
- package/dist/esm/admin/customer.js +350 -0
- package/dist/esm/admin/customer.js.map +1 -0
- package/dist/esm/admin/draft-order.d.ts +430 -0
- package/dist/esm/admin/draft-order.d.ts.map +1 -0
- package/dist/esm/admin/draft-order.js +594 -0
- package/dist/esm/admin/draft-order.js.map +1 -0
- package/dist/esm/admin/exchange.d.ts +487 -0
- package/dist/esm/admin/exchange.d.ts.map +1 -0
- package/dist/esm/admin/exchange.js +643 -0
- package/dist/esm/admin/exchange.js.map +1 -0
- package/dist/esm/admin/fulfillment-provider.d.ts +78 -0
- package/dist/esm/admin/fulfillment-provider.d.ts.map +1 -0
- package/dist/esm/admin/fulfillment-provider.js +97 -0
- package/dist/esm/admin/fulfillment-provider.js.map +1 -0
- package/dist/esm/admin/fulfillment-set.d.ts +141 -0
- package/dist/esm/admin/fulfillment-set.d.ts.map +1 -0
- package/dist/esm/admin/fulfillment-set.js +185 -0
- package/dist/esm/admin/fulfillment-set.js.map +1 -0
- package/dist/esm/admin/fulfillment.d.ts +91 -0
- package/dist/esm/admin/fulfillment.d.ts.map +1 -0
- package/dist/esm/admin/fulfillment.js +122 -0
- package/dist/esm/admin/fulfillment.js.map +1 -0
- package/dist/esm/admin/index.d.ts +247 -0
- package/dist/esm/admin/index.d.ts.map +1 -0
- package/dist/esm/admin/index.js +101 -0
- package/dist/esm/admin/index.js.map +1 -0
- package/dist/esm/admin/inventory-item.d.ts +320 -0
- package/dist/esm/admin/inventory-item.d.ts.map +1 -0
- package/dist/esm/admin/inventory-item.js +411 -0
- package/dist/esm/admin/inventory-item.js.map +1 -0
- package/dist/esm/admin/invite.d.ts +182 -0
- package/dist/esm/admin/invite.d.ts.map +1 -0
- package/dist/esm/admin/invite.js +239 -0
- package/dist/esm/admin/invite.js.map +1 -0
- package/dist/esm/admin/locale.d.ts +95 -0
- package/dist/esm/admin/locale.d.ts.map +1 -0
- package/dist/esm/admin/locale.js +113 -0
- package/dist/esm/admin/locale.js.map +1 -0
- package/dist/esm/admin/notification.d.ts +96 -0
- package/dist/esm/admin/notification.d.ts.map +1 -0
- package/dist/esm/admin/notification.js +116 -0
- package/dist/esm/admin/notification.js.map +1 -0
- package/dist/esm/admin/order-edit.d.ts +189 -0
- package/dist/esm/admin/order-edit.d.ts.map +1 -0
- package/dist/esm/admin/order-edit.js +261 -0
- package/dist/esm/admin/order-edit.js.map +1 -0
- package/dist/esm/admin/order.d.ts +452 -0
- package/dist/esm/admin/order.d.ts.map +1 -0
- package/dist/esm/admin/order.js +603 -0
- package/dist/esm/admin/order.js.map +1 -0
- package/dist/esm/admin/payment-collection.d.ts +72 -0
- package/dist/esm/admin/payment-collection.d.ts.map +1 -0
- package/dist/esm/admin/payment-collection.js +101 -0
- package/dist/esm/admin/payment-collection.js.map +1 -0
- package/dist/esm/admin/payment.d.ts +180 -0
- package/dist/esm/admin/payment.d.ts.map +1 -0
- package/dist/esm/admin/payment.js +223 -0
- package/dist/esm/admin/payment.js.map +1 -0
- package/dist/esm/admin/plugin.d.ts +27 -0
- package/dist/esm/admin/plugin.d.ts.map +1 -0
- package/dist/esm/admin/plugin.js +38 -0
- package/dist/esm/admin/plugin.js.map +1 -0
- package/dist/esm/admin/price-list.d.ts +234 -0
- package/dist/esm/admin/price-list.d.ts.map +1 -0
- package/dist/esm/admin/price-list.js +305 -0
- package/dist/esm/admin/price-list.js.map +1 -0
- package/dist/esm/admin/price-preference.d.ts +152 -0
- package/dist/esm/admin/price-preference.d.ts.map +1 -0
- package/dist/esm/admin/price-preference.js +197 -0
- package/dist/esm/admin/price-preference.js.map +1 -0
- package/dist/esm/admin/product-category.d.ts +170 -0
- package/dist/esm/admin/product-category.d.ts.map +1 -0
- package/dist/esm/admin/product-category.js +222 -0
- package/dist/esm/admin/product-category.js.map +1 -0
- package/dist/esm/admin/product-collection.d.ts +169 -0
- package/dist/esm/admin/product-collection.d.ts.map +1 -0
- package/dist/esm/admin/product-collection.js +220 -0
- package/dist/esm/admin/product-collection.js.map +1 -0
- package/dist/esm/admin/product-tag.d.ts +149 -0
- package/dist/esm/admin/product-tag.d.ts.map +1 -0
- package/dist/esm/admin/product-tag.js +192 -0
- package/dist/esm/admin/product-tag.js.map +1 -0
- package/dist/esm/admin/product-type.d.ts +150 -0
- package/dist/esm/admin/product-type.d.ts.map +1 -0
- package/dist/esm/admin/product-type.js +193 -0
- package/dist/esm/admin/product-type.js.map +1 -0
- package/dist/esm/admin/product-variant.d.ts +62 -0
- package/dist/esm/admin/product-variant.d.ts.map +1 -0
- package/dist/esm/admin/product-variant.js +73 -0
- package/dist/esm/admin/product-variant.js.map +1 -0
- package/dist/esm/admin/product.d.ts +740 -0
- package/dist/esm/admin/product.d.ts.map +1 -0
- package/dist/esm/admin/product.js +995 -0
- package/dist/esm/admin/product.js.map +1 -0
- package/dist/esm/admin/promotion.d.ts +310 -0
- package/dist/esm/admin/promotion.d.ts.map +1 -0
- package/dist/esm/admin/promotion.js +401 -0
- package/dist/esm/admin/promotion.js.map +1 -0
- package/dist/esm/admin/refund-reasons.d.ts +163 -0
- package/dist/esm/admin/refund-reasons.d.ts.map +1 -0
- package/dist/esm/admin/refund-reasons.js +207 -0
- package/dist/esm/admin/refund-reasons.js.map +1 -0
- package/dist/esm/admin/region.d.ts +152 -0
- package/dist/esm/admin/region.d.ts.map +1 -0
- package/dist/esm/admin/region.js +195 -0
- package/dist/esm/admin/region.js.map +1 -0
- package/dist/esm/admin/reservation.d.ts +154 -0
- package/dist/esm/admin/reservation.d.ts.map +1 -0
- package/dist/esm/admin/reservation.js +199 -0
- package/dist/esm/admin/reservation.js.map +1 -0
- package/dist/esm/admin/return-reason.d.ts +154 -0
- package/dist/esm/admin/return-reason.d.ts.map +1 -0
- package/dist/esm/admin/return-reason.js +198 -0
- package/dist/esm/admin/return-reason.js.map +1 -0
- package/dist/esm/admin/return.d.ts +558 -0
- package/dist/esm/admin/return.d.ts.map +1 -0
- package/dist/esm/admin/return.js +749 -0
- package/dist/esm/admin/return.js.map +1 -0
- package/dist/esm/admin/sales-channel.d.ts +196 -0
- package/dist/esm/admin/sales-channel.d.ts.map +1 -0
- package/dist/esm/admin/sales-channel.js +257 -0
- package/dist/esm/admin/sales-channel.js.map +1 -0
- package/dist/esm/admin/shipping-option-type.d.ts +152 -0
- package/dist/esm/admin/shipping-option-type.d.ts.map +1 -0
- package/dist/esm/admin/shipping-option-type.js +195 -0
- package/dist/esm/admin/shipping-option-type.js.map +1 -0
- package/dist/esm/admin/shipping-option.d.ts +171 -0
- package/dist/esm/admin/shipping-option.d.ts.map +1 -0
- package/dist/esm/admin/shipping-option.js +224 -0
- package/dist/esm/admin/shipping-option.js.map +1 -0
- package/dist/esm/admin/shipping-profile.d.ts +151 -0
- package/dist/esm/admin/shipping-profile.d.ts.map +1 -0
- package/dist/esm/admin/shipping-profile.js +196 -0
- package/dist/esm/admin/shipping-profile.js.map +1 -0
- package/dist/esm/admin/stock-location.d.ts +212 -0
- package/dist/esm/admin/stock-location.d.ts.map +1 -0
- package/dist/esm/admin/stock-location.js +281 -0
- package/dist/esm/admin/stock-location.js.map +1 -0
- package/dist/esm/admin/store.d.ts +116 -0
- package/dist/esm/admin/store.d.ts.map +1 -0
- package/dist/esm/admin/store.js +145 -0
- package/dist/esm/admin/store.js.map +1 -0
- package/dist/esm/admin/tax-provider.d.ts +64 -0
- package/dist/esm/admin/tax-provider.d.ts.map +1 -0
- package/dist/esm/admin/tax-provider.js +77 -0
- package/dist/esm/admin/tax-provider.js.map +1 -0
- package/dist/esm/admin/tax-rate.d.ts +155 -0
- package/dist/esm/admin/tax-rate.d.ts.map +1 -0
- package/dist/esm/admin/tax-rate.js +201 -0
- package/dist/esm/admin/tax-rate.js.map +1 -0
- package/dist/esm/admin/tax-region.d.ts +165 -0
- package/dist/esm/admin/tax-region.d.ts.map +1 -0
- package/dist/esm/admin/tax-region.js +211 -0
- package/dist/esm/admin/tax-region.js.map +1 -0
- package/dist/esm/admin/translation.d.ts +253 -0
- package/dist/esm/admin/translation.d.ts.map +1 -0
- package/dist/esm/admin/translation.js +301 -0
- package/dist/esm/admin/translation.js.map +1 -0
- package/dist/esm/admin/upload.d.ts +97 -0
- package/dist/esm/admin/upload.d.ts.map +1 -0
- package/dist/esm/admin/upload.js +150 -0
- package/dist/esm/admin/upload.js.map +1 -0
- package/dist/esm/admin/user.d.ts +166 -0
- package/dist/esm/admin/user.d.ts.map +1 -0
- package/dist/esm/admin/user.js +207 -0
- package/dist/esm/admin/user.js.map +1 -0
- package/dist/esm/admin/views.d.ts +54 -0
- package/dist/esm/admin/views.d.ts.map +1 -0
- package/dist/esm/admin/views.js +117 -0
- package/dist/esm/admin/views.js.map +1 -0
- package/dist/esm/admin/workflow-execution.d.ts +78 -0
- package/dist/esm/admin/workflow-execution.d.ts.map +1 -0
- package/dist/esm/admin/workflow-execution.js +95 -0
- package/dist/esm/admin/workflow-execution.js.map +1 -0
- package/dist/esm/auth/index.d.ts +264 -0
- package/dist/esm/auth/index.d.ts.map +1 -0
- package/dist/esm/auth/index.js +325 -0
- package/dist/esm/auth/index.js.map +1 -0
- package/dist/esm/client.d.ts +65 -0
- package/dist/esm/client.d.ts.map +1 -0
- package/dist/esm/client.js +317 -0
- package/dist/esm/client.js.map +1 -0
- package/dist/esm/index.d.ts +21 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +24 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/store/index.d.ts +1200 -0
- package/dist/esm/store/index.d.ts.map +1 -0
- package/dist/esm/store/index.js +1425 -0
- package/dist/esm/store/index.js.map +1 -0
- package/dist/esm/types.d.ts +60 -0
- package/dist/esm/types.d.ts.map +1 -0
- package/dist/esm/types.js +2 -0
- package/dist/esm/types.js.map +1 -0
- package/dist/index.d.ts +21 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +32 -0
- package/dist/index.js.map +1 -0
- package/dist/store/index.d.ts +1200 -0
- package/dist/store/index.d.ts.map +1 -0
- package/dist/store/index.js +1419 -0
- package/dist/store/index.js.map +1 -0
- package/dist/types.d.ts +60 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +3 -0
- package/dist/types.js.map +1 -0
- package/package.json +43 -0
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
import { HttpTypes } from "@acmekit/types";
|
|
2
|
+
import { Client } from "../client";
|
|
3
|
+
import { ClientHeaders } from "../types";
|
|
4
|
+
export declare class ProductTag {
|
|
5
|
+
/**
|
|
6
|
+
* @ignore
|
|
7
|
+
*/
|
|
8
|
+
private client;
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
constructor(client: Client);
|
|
13
|
+
/**
|
|
14
|
+
* This method creates a product tag. It sends a request to the
|
|
15
|
+
* [Create Product Tag](https://docs.acmekit.com/api/admin#product-tags_postproducttags)
|
|
16
|
+
* API route.
|
|
17
|
+
*
|
|
18
|
+
* @param body - The details of the product tag.
|
|
19
|
+
* @param query - Configure the fields to retrieve in the product tag.
|
|
20
|
+
* @param headers - Headers to pass in the request
|
|
21
|
+
* @returns The product tag's details.
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* sdk.admin.productTag.create({
|
|
25
|
+
* value: "shirt"
|
|
26
|
+
* })
|
|
27
|
+
* .then(({ product_tag }) => {
|
|
28
|
+
* console.log(product_tag)
|
|
29
|
+
* })
|
|
30
|
+
*/
|
|
31
|
+
create(body: HttpTypes.AdminCreateProductTag, query?: HttpTypes.AdminProductTagParams, headers?: ClientHeaders): Promise<HttpTypes.AdminProductTagResponse>;
|
|
32
|
+
/**
|
|
33
|
+
* This method updates a tag's details. It sends a request to the
|
|
34
|
+
* [Update Product Tag](https://docs.acmekit.com/api/admin#product-tags_postproducttagsid)
|
|
35
|
+
* API route.
|
|
36
|
+
*
|
|
37
|
+
* @param id - The tag's ID.
|
|
38
|
+
* @param body - The data to update in the tag.
|
|
39
|
+
* @param query - Configure the fields to retrieve in the product tag.
|
|
40
|
+
* @param headers - Headers to pass in the request
|
|
41
|
+
* @returns The product tag's details.
|
|
42
|
+
*
|
|
43
|
+
* @example
|
|
44
|
+
* sdk.admin.productTag.update("ptag_123", {
|
|
45
|
+
* value: "shirt"
|
|
46
|
+
* })
|
|
47
|
+
* .then(({ product_tag }) => {
|
|
48
|
+
* console.log(product_tag)
|
|
49
|
+
* })
|
|
50
|
+
*/
|
|
51
|
+
update(id: string, body: HttpTypes.AdminUpdateProductTag, query?: HttpTypes.AdminProductTagParams, headers?: ClientHeaders): Promise<HttpTypes.AdminProductTagResponse>;
|
|
52
|
+
/**
|
|
53
|
+
* This method retrieves a paginated list of product tags. It sends a request to the
|
|
54
|
+
* [List Product Tags](https://docs.acmekit.com/api/admin#product-tags_getproducttags) API route.
|
|
55
|
+
*
|
|
56
|
+
* @param query - Filters and pagination configurations.
|
|
57
|
+
* @param headers - Headers to pass in the request.
|
|
58
|
+
* @returns The paginated list of product tags.
|
|
59
|
+
*
|
|
60
|
+
* @example
|
|
61
|
+
* To retrieve the list of product tags:
|
|
62
|
+
*
|
|
63
|
+
* ```ts
|
|
64
|
+
* sdk.admin.productTag.list()
|
|
65
|
+
* .then(({ product_tags, count, limit, offset }) => {
|
|
66
|
+
* console.log(product_tags)
|
|
67
|
+
* })
|
|
68
|
+
* ```
|
|
69
|
+
*
|
|
70
|
+
* To configure the pagination, pass the `limit` and `offset` query parameters.
|
|
71
|
+
*
|
|
72
|
+
* For example, to retrieve only 10 items and skip 10 items:
|
|
73
|
+
*
|
|
74
|
+
* ```ts
|
|
75
|
+
* sdk.admin.productTag.list({
|
|
76
|
+
* limit: 10,
|
|
77
|
+
* offset: 10
|
|
78
|
+
* })
|
|
79
|
+
* .then(({ product_tags, count, limit, offset }) => {
|
|
80
|
+
* console.log(product_tags)
|
|
81
|
+
* })
|
|
82
|
+
* ```
|
|
83
|
+
*
|
|
84
|
+
* Using the `fields` query parameter, you can specify the fields and relations to retrieve
|
|
85
|
+
* in each product tag:
|
|
86
|
+
*
|
|
87
|
+
* ```ts
|
|
88
|
+
* sdk.admin.productTag.list({
|
|
89
|
+
* fields: "id,*products"
|
|
90
|
+
* })
|
|
91
|
+
* .then(({ product_tags, count, limit, offset }) => {
|
|
92
|
+
* console.log(product_tags)
|
|
93
|
+
* })
|
|
94
|
+
* ```
|
|
95
|
+
*
|
|
96
|
+
* Learn more about the `fields` property in the [API reference](https://docs.acmekit.com/api/store#select-fields-and-relations).
|
|
97
|
+
*/
|
|
98
|
+
list(query?: HttpTypes.AdminProductTagListParams, headers?: ClientHeaders): Promise<HttpTypes.AdminProductTagListResponse>;
|
|
99
|
+
/**
|
|
100
|
+
* This method retrieves a product tag by its ID. It sends a request to the
|
|
101
|
+
* [Get Product Tag](https://docs.acmekit.com/api/admin#product-tags_getproducttagsid) API route.
|
|
102
|
+
*
|
|
103
|
+
* @param id - The product tag's ID.
|
|
104
|
+
* @param query - Configure the fields to retrieve in the product tag.
|
|
105
|
+
* @param headers - Headers to pass in the request
|
|
106
|
+
* @returns The product tag's details.
|
|
107
|
+
*
|
|
108
|
+
* @example
|
|
109
|
+
* To retrieve a product tag by its ID:
|
|
110
|
+
*
|
|
111
|
+
* ```ts
|
|
112
|
+
* sdk.admin.productTag.retrieve("ptag_123")
|
|
113
|
+
* .then(({ product_tag }) => {
|
|
114
|
+
* console.log(product_tag)
|
|
115
|
+
* })
|
|
116
|
+
* ```
|
|
117
|
+
*
|
|
118
|
+
* To specify the fields and relations to retrieve:
|
|
119
|
+
*
|
|
120
|
+
* ```ts
|
|
121
|
+
* sdk.admin.productTag.retrieve("ptag_123", {
|
|
122
|
+
* fields: "id,*products"
|
|
123
|
+
* })
|
|
124
|
+
* .then(({ product_tag }) => {
|
|
125
|
+
* console.log(product_tag)
|
|
126
|
+
* })
|
|
127
|
+
* ```
|
|
128
|
+
*
|
|
129
|
+
* Learn more about the `fields` property in the [API reference](https://docs.acmekit.com/api/store#select-fields-and-relations).
|
|
130
|
+
*/
|
|
131
|
+
retrieve(id: string, query?: HttpTypes.AdminProductTagParams, headers?: ClientHeaders): Promise<HttpTypes.AdminProductTagResponse>;
|
|
132
|
+
/**
|
|
133
|
+
* This method deletes a product tag. It sends a request to the
|
|
134
|
+
* [Delete Product Tag](https://docs.acmekit.com/api/admin#product-tags_deleteproducttagsid)
|
|
135
|
+
* API route.
|
|
136
|
+
*
|
|
137
|
+
* @param id - The tag's ID.
|
|
138
|
+
* @param headers - Headers to pass in the request
|
|
139
|
+
* @returns The deletion's details.
|
|
140
|
+
*
|
|
141
|
+
* @example
|
|
142
|
+
* sdk.admin.productTag.delete("ptag_123")
|
|
143
|
+
* .then(({ deleted }) => {
|
|
144
|
+
* console.log(deleted)
|
|
145
|
+
* })
|
|
146
|
+
*/
|
|
147
|
+
delete(id: string, headers?: ClientHeaders): Promise<HttpTypes.AdminProductTagDeleteResponse>;
|
|
148
|
+
}
|
|
149
|
+
//# sourceMappingURL=product-tag.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"product-tag.d.ts","sourceRoot":"","sources":["../../../src/admin/product-tag.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAC1C,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAA;AAClC,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAExC,qBAAa,UAAU;IACrB;;OAEG;IACH,OAAO,CAAC,MAAM,CAAQ;IACtB;;OAEG;gBACS,MAAM,EAAE,MAAM;IAI1B;;;;;;;;;;;;;;;;;OAiBG;IACG,MAAM,CACV,IAAI,EAAE,SAAS,CAAC,qBAAqB,EACrC,KAAK,CAAC,EAAE,SAAS,CAAC,qBAAqB,EACvC,OAAO,CAAC,EAAE,aAAa;IAazB;;;;;;;;;;;;;;;;;;OAkBG;IACG,MAAM,CACV,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,SAAS,CAAC,qBAAqB,EACrC,KAAK,CAAC,EAAE,SAAS,CAAC,qBAAqB,EACvC,OAAO,CAAC,EAAE,aAAa;IAazB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA6CG;IACG,IAAI,CACR,KAAK,CAAC,EAAE,SAAS,CAAC,yBAAyB,EAC3C,OAAO,CAAC,EAAE,aAAa;IAWzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA+BG;IACG,QAAQ,CACZ,EAAE,EAAE,MAAM,EACV,KAAK,CAAC,EAAE,SAAS,CAAC,qBAAqB,EACvC,OAAO,CAAC,EAAE,aAAa;IAWzB;;;;;;;;;;;;;;OAcG;IACG,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,aAAa;CASjD"}
|
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
2
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
3
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
4
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
5
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
6
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
7
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
export class ProductTag {
|
|
11
|
+
/**
|
|
12
|
+
* @ignore
|
|
13
|
+
*/
|
|
14
|
+
constructor(client) {
|
|
15
|
+
this.client = client;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* This method creates a product tag. It sends a request to the
|
|
19
|
+
* [Create Product Tag](https://docs.acmekit.com/api/admin#product-tags_postproducttags)
|
|
20
|
+
* API route.
|
|
21
|
+
*
|
|
22
|
+
* @param body - The details of the product tag.
|
|
23
|
+
* @param query - Configure the fields to retrieve in the product tag.
|
|
24
|
+
* @param headers - Headers to pass in the request
|
|
25
|
+
* @returns The product tag's details.
|
|
26
|
+
*
|
|
27
|
+
* @example
|
|
28
|
+
* sdk.admin.productTag.create({
|
|
29
|
+
* value: "shirt"
|
|
30
|
+
* })
|
|
31
|
+
* .then(({ product_tag }) => {
|
|
32
|
+
* console.log(product_tag)
|
|
33
|
+
* })
|
|
34
|
+
*/
|
|
35
|
+
create(body, query, headers) {
|
|
36
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
37
|
+
return this.client.fetch(`/admin/product-tags`, {
|
|
38
|
+
method: "POST",
|
|
39
|
+
headers,
|
|
40
|
+
body,
|
|
41
|
+
query,
|
|
42
|
+
});
|
|
43
|
+
});
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* This method updates a tag's details. It sends a request to the
|
|
47
|
+
* [Update Product Tag](https://docs.acmekit.com/api/admin#product-tags_postproducttagsid)
|
|
48
|
+
* API route.
|
|
49
|
+
*
|
|
50
|
+
* @param id - The tag's ID.
|
|
51
|
+
* @param body - The data to update in the tag.
|
|
52
|
+
* @param query - Configure the fields to retrieve in the product tag.
|
|
53
|
+
* @param headers - Headers to pass in the request
|
|
54
|
+
* @returns The product tag's details.
|
|
55
|
+
*
|
|
56
|
+
* @example
|
|
57
|
+
* sdk.admin.productTag.update("ptag_123", {
|
|
58
|
+
* value: "shirt"
|
|
59
|
+
* })
|
|
60
|
+
* .then(({ product_tag }) => {
|
|
61
|
+
* console.log(product_tag)
|
|
62
|
+
* })
|
|
63
|
+
*/
|
|
64
|
+
update(id, body, query, headers) {
|
|
65
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
66
|
+
return this.client.fetch(`/admin/product-tags/${id}`, {
|
|
67
|
+
method: "POST",
|
|
68
|
+
headers,
|
|
69
|
+
body,
|
|
70
|
+
query,
|
|
71
|
+
});
|
|
72
|
+
});
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* This method retrieves a paginated list of product tags. It sends a request to the
|
|
76
|
+
* [List Product Tags](https://docs.acmekit.com/api/admin#product-tags_getproducttags) API route.
|
|
77
|
+
*
|
|
78
|
+
* @param query - Filters and pagination configurations.
|
|
79
|
+
* @param headers - Headers to pass in the request.
|
|
80
|
+
* @returns The paginated list of product tags.
|
|
81
|
+
*
|
|
82
|
+
* @example
|
|
83
|
+
* To retrieve the list of product tags:
|
|
84
|
+
*
|
|
85
|
+
* ```ts
|
|
86
|
+
* sdk.admin.productTag.list()
|
|
87
|
+
* .then(({ product_tags, count, limit, offset }) => {
|
|
88
|
+
* console.log(product_tags)
|
|
89
|
+
* })
|
|
90
|
+
* ```
|
|
91
|
+
*
|
|
92
|
+
* To configure the pagination, pass the `limit` and `offset` query parameters.
|
|
93
|
+
*
|
|
94
|
+
* For example, to retrieve only 10 items and skip 10 items:
|
|
95
|
+
*
|
|
96
|
+
* ```ts
|
|
97
|
+
* sdk.admin.productTag.list({
|
|
98
|
+
* limit: 10,
|
|
99
|
+
* offset: 10
|
|
100
|
+
* })
|
|
101
|
+
* .then(({ product_tags, count, limit, offset }) => {
|
|
102
|
+
* console.log(product_tags)
|
|
103
|
+
* })
|
|
104
|
+
* ```
|
|
105
|
+
*
|
|
106
|
+
* Using the `fields` query parameter, you can specify the fields and relations to retrieve
|
|
107
|
+
* in each product tag:
|
|
108
|
+
*
|
|
109
|
+
* ```ts
|
|
110
|
+
* sdk.admin.productTag.list({
|
|
111
|
+
* fields: "id,*products"
|
|
112
|
+
* })
|
|
113
|
+
* .then(({ product_tags, count, limit, offset }) => {
|
|
114
|
+
* console.log(product_tags)
|
|
115
|
+
* })
|
|
116
|
+
* ```
|
|
117
|
+
*
|
|
118
|
+
* Learn more about the `fields` property in the [API reference](https://docs.acmekit.com/api/store#select-fields-and-relations).
|
|
119
|
+
*/
|
|
120
|
+
list(query, headers) {
|
|
121
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
122
|
+
return this.client.fetch(`/admin/product-tags`, {
|
|
123
|
+
headers,
|
|
124
|
+
query: query,
|
|
125
|
+
});
|
|
126
|
+
});
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* This method retrieves a product tag by its ID. It sends a request to the
|
|
130
|
+
* [Get Product Tag](https://docs.acmekit.com/api/admin#product-tags_getproducttagsid) API route.
|
|
131
|
+
*
|
|
132
|
+
* @param id - The product tag's ID.
|
|
133
|
+
* @param query - Configure the fields to retrieve in the product tag.
|
|
134
|
+
* @param headers - Headers to pass in the request
|
|
135
|
+
* @returns The product tag's details.
|
|
136
|
+
*
|
|
137
|
+
* @example
|
|
138
|
+
* To retrieve a product tag by its ID:
|
|
139
|
+
*
|
|
140
|
+
* ```ts
|
|
141
|
+
* sdk.admin.productTag.retrieve("ptag_123")
|
|
142
|
+
* .then(({ product_tag }) => {
|
|
143
|
+
* console.log(product_tag)
|
|
144
|
+
* })
|
|
145
|
+
* ```
|
|
146
|
+
*
|
|
147
|
+
* To specify the fields and relations to retrieve:
|
|
148
|
+
*
|
|
149
|
+
* ```ts
|
|
150
|
+
* sdk.admin.productTag.retrieve("ptag_123", {
|
|
151
|
+
* fields: "id,*products"
|
|
152
|
+
* })
|
|
153
|
+
* .then(({ product_tag }) => {
|
|
154
|
+
* console.log(product_tag)
|
|
155
|
+
* })
|
|
156
|
+
* ```
|
|
157
|
+
*
|
|
158
|
+
* Learn more about the `fields` property in the [API reference](https://docs.acmekit.com/api/store#select-fields-and-relations).
|
|
159
|
+
*/
|
|
160
|
+
retrieve(id, query, headers) {
|
|
161
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
162
|
+
return this.client.fetch(`/admin/product-tags/${id}`, {
|
|
163
|
+
query,
|
|
164
|
+
headers,
|
|
165
|
+
});
|
|
166
|
+
});
|
|
167
|
+
}
|
|
168
|
+
/**
|
|
169
|
+
* This method deletes a product tag. It sends a request to the
|
|
170
|
+
* [Delete Product Tag](https://docs.acmekit.com/api/admin#product-tags_deleteproducttagsid)
|
|
171
|
+
* API route.
|
|
172
|
+
*
|
|
173
|
+
* @param id - The tag's ID.
|
|
174
|
+
* @param headers - Headers to pass in the request
|
|
175
|
+
* @returns The deletion's details.
|
|
176
|
+
*
|
|
177
|
+
* @example
|
|
178
|
+
* sdk.admin.productTag.delete("ptag_123")
|
|
179
|
+
* .then(({ deleted }) => {
|
|
180
|
+
* console.log(deleted)
|
|
181
|
+
* })
|
|
182
|
+
*/
|
|
183
|
+
delete(id, headers) {
|
|
184
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
185
|
+
return this.client.fetch(`/admin/product-tags/${id}`, {
|
|
186
|
+
method: "DELETE",
|
|
187
|
+
headers,
|
|
188
|
+
});
|
|
189
|
+
});
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
//# sourceMappingURL=product-tag.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"product-tag.js","sourceRoot":"","sources":["../../../src/admin/product-tag.ts"],"names":[],"mappings":";;;;;;;;;AAIA,MAAM,OAAO,UAAU;IAKrB;;OAEG;IACH,YAAY,MAAc;QACxB,IAAI,CAAC,MAAM,GAAG,MAAM,CAAA;IACtB,CAAC;IAED;;;;;;;;;;;;;;;;;OAiBG;IACG,MAAM,CACV,IAAqC,EACrC,KAAuC,EACvC,OAAuB;;YAEvB,OAAO,IAAI,CAAC,MAAM,CAAC,KAAK,CACtB,qBAAqB,EACrB;gBACE,MAAM,EAAE,MAAM;gBACd,OAAO;gBACP,IAAI;gBACJ,KAAK;aACN,CACF,CAAA;QACH,CAAC;KAAA;IAED;;;;;;;;;;;;;;;;;;OAkBG;IACG,MAAM,CACV,EAAU,EACV,IAAqC,EACrC,KAAuC,EACvC,OAAuB;;YAEvB,OAAO,IAAI,CAAC,MAAM,CAAC,KAAK,CACtB,uBAAuB,EAAE,EAAE,EAC3B;gBACE,MAAM,EAAE,MAAM;gBACd,OAAO;gBACP,IAAI;gBACJ,KAAK;aACN,CACF,CAAA;QACH,CAAC;KAAA;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA6CG;IACG,IAAI,CACR,KAA2C,EAC3C,OAAuB;;YAEvB,OAAO,IAAI,CAAC,MAAM,CAAC,KAAK,CACtB,qBAAqB,EACrB;gBACE,OAAO;gBACP,KAAK,EAAE,KAAK;aACb,CACF,CAAA;QACH,CAAC;KAAA;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA+BG;IACG,QAAQ,CACZ,EAAU,EACV,KAAuC,EACvC,OAAuB;;YAEvB,OAAO,IAAI,CAAC,MAAM,CAAC,KAAK,CACtB,uBAAuB,EAAE,EAAE,EAC3B;gBACE,KAAK;gBACL,OAAO;aACR,CACF,CAAA;QACH,CAAC;KAAA;IAED;;;;;;;;;;;;;;OAcG;IACG,MAAM,CAAC,EAAU,EAAE,OAAuB;;YAC9C,OAAO,IAAI,CAAC,MAAM,CAAC,KAAK,CACtB,uBAAuB,EAAE,EAAE,EAC3B;gBACE,MAAM,EAAE,QAAQ;gBAChB,OAAO;aACR,CACF,CAAA;QACH,CAAC;KAAA;CACF"}
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
import { HttpTypes } from "@acmekit/types";
|
|
2
|
+
import { Client } from "../client";
|
|
3
|
+
import { ClientHeaders } from "../types";
|
|
4
|
+
export declare class ProductType {
|
|
5
|
+
/**
|
|
6
|
+
* @ignore
|
|
7
|
+
*/
|
|
8
|
+
private client;
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
constructor(client: Client);
|
|
13
|
+
/**
|
|
14
|
+
* This method creates a product type. It sends a request to the
|
|
15
|
+
* [Create Product Type](https://docs.acmekit.com/api/admin#product-types_postproducttypes)
|
|
16
|
+
* API route.
|
|
17
|
+
*
|
|
18
|
+
* @param body - The product type's details.
|
|
19
|
+
* @param query - Configure the fields to retrieve in the product type.
|
|
20
|
+
* @param headers - Headers to pass in the request
|
|
21
|
+
* @returns The product type's details.
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* sdk.admin.productType.create({
|
|
25
|
+
* value: "Clothes"
|
|
26
|
+
* })
|
|
27
|
+
* .then(({ product_type }) => {
|
|
28
|
+
* console.log(product_type)
|
|
29
|
+
* })
|
|
30
|
+
*/
|
|
31
|
+
create(body: HttpTypes.AdminCreateProductType, query?: HttpTypes.SelectParams, headers?: ClientHeaders): Promise<HttpTypes.AdminProductTypeResponse>;
|
|
32
|
+
/**
|
|
33
|
+
* This method updates a product type. It sends a request to the
|
|
34
|
+
* [Update Product Type](https://docs.acmekit.com/api/admin#product-types_postproducttypesid)
|
|
35
|
+
* API route.
|
|
36
|
+
*
|
|
37
|
+
* @param id - The product type's ID.
|
|
38
|
+
* @param body - The data to update in the product type.
|
|
39
|
+
* @param query - Configure the fields to retrieve in the product type.
|
|
40
|
+
* @param headers - Headers to pass in the request
|
|
41
|
+
* @returns The product type's details.
|
|
42
|
+
*
|
|
43
|
+
* @example
|
|
44
|
+
* sdk.admin.productType.update("ptyp_123", {
|
|
45
|
+
* value: "Clothes"
|
|
46
|
+
* })
|
|
47
|
+
* .then(({ product_type }) => {
|
|
48
|
+
* console.log(product_type)
|
|
49
|
+
* })
|
|
50
|
+
*/
|
|
51
|
+
update(id: string, body: HttpTypes.AdminUpdateProductType, query?: HttpTypes.SelectParams, headers?: ClientHeaders): Promise<HttpTypes.AdminProductTypeResponse>;
|
|
52
|
+
/**
|
|
53
|
+
* This method retrieves a paginated list of product types. It sends a request to the
|
|
54
|
+
* [List Product Types](https://docs.acmekit.com/api/admin#product-types_getproducttypes) API route.
|
|
55
|
+
*
|
|
56
|
+
* @param query - Filters and pagination configurations.
|
|
57
|
+
* @param headers - Headers to pass in the request.
|
|
58
|
+
* @returns The paginated list of product types.
|
|
59
|
+
*
|
|
60
|
+
* @example
|
|
61
|
+
* To retrieve the list of product types:
|
|
62
|
+
*
|
|
63
|
+
* ```ts
|
|
64
|
+
* sdk.admin.productType.list()
|
|
65
|
+
* .then(({ product_types, count, limit, offset }) => {
|
|
66
|
+
* console.log(product_types)
|
|
67
|
+
* })
|
|
68
|
+
* ```
|
|
69
|
+
*
|
|
70
|
+
* To configure the pagination, pass the `limit` and `offset` query parameters.
|
|
71
|
+
*
|
|
72
|
+
* For example, to retrieve only 10 items and skip 10 items:
|
|
73
|
+
*
|
|
74
|
+
* ```ts
|
|
75
|
+
* sdk.admin.productType.list({
|
|
76
|
+
* limit: 10,
|
|
77
|
+
* offset: 10
|
|
78
|
+
* })
|
|
79
|
+
* .then(({ product_types, count, limit, offset }) => {
|
|
80
|
+
* console.log(product_types)
|
|
81
|
+
* })
|
|
82
|
+
* ```
|
|
83
|
+
*
|
|
84
|
+
* Using the `fields` query parameter, you can specify the fields and relations to retrieve
|
|
85
|
+
* in each product type:
|
|
86
|
+
*
|
|
87
|
+
* ```ts
|
|
88
|
+
* sdk.admin.productType.list({
|
|
89
|
+
* fields: "id,*products"
|
|
90
|
+
* })
|
|
91
|
+
* .then(({ product_types, count, limit, offset }) => {
|
|
92
|
+
* console.log(product_types)
|
|
93
|
+
* })
|
|
94
|
+
* ```
|
|
95
|
+
*
|
|
96
|
+
* Learn more about the `fields` property in the [API reference](https://docs.acmekit.com/api/store#select-fields-and-relations).
|
|
97
|
+
*/
|
|
98
|
+
list(query?: HttpTypes.AdminProductTypeListParams, headers?: ClientHeaders): Promise<HttpTypes.AdminProductTypeListResponse>;
|
|
99
|
+
/**
|
|
100
|
+
* This method retrieves a product type by its ID. It sends a request to the
|
|
101
|
+
* [Get Product Type](https://docs.acmekit.com/api/admin#product-types_getproducttypesid)
|
|
102
|
+
* API route.
|
|
103
|
+
*
|
|
104
|
+
* @param id - The product type's ID.
|
|
105
|
+
* @param query - Configure the fields to retrieve in the product type.
|
|
106
|
+
* @param headers - Headers to pass in the request
|
|
107
|
+
* @returns The product type's details.
|
|
108
|
+
*
|
|
109
|
+
* @example
|
|
110
|
+
* To retrieve a product type by its ID:
|
|
111
|
+
*
|
|
112
|
+
* ```ts
|
|
113
|
+
* sdk.admin.productType.retrieve("ptyp_123")
|
|
114
|
+
* .then(({ product_type }) => {
|
|
115
|
+
* console.log(product_type)
|
|
116
|
+
* })
|
|
117
|
+
* ```
|
|
118
|
+
*
|
|
119
|
+
* To specify the fields and relations to retrieve:
|
|
120
|
+
*
|
|
121
|
+
* ```ts
|
|
122
|
+
* sdk.admin.productType.retrieve("ptyp_123", {
|
|
123
|
+
* fields: "id,*products"
|
|
124
|
+
* })
|
|
125
|
+
* .then(({ product_type }) => {
|
|
126
|
+
* console.log(product_type)
|
|
127
|
+
* })
|
|
128
|
+
* ```
|
|
129
|
+
*
|
|
130
|
+
* Learn more about the `fields` property in the [API reference](https://docs.acmekit.com/api/store#select-fields-and-relations).
|
|
131
|
+
*/
|
|
132
|
+
retrieve(id: string, query?: HttpTypes.AdminProductTypeParams, headers?: ClientHeaders): Promise<HttpTypes.AdminProductTypeResponse>;
|
|
133
|
+
/**
|
|
134
|
+
* This method deletes a product type. It sends a request to the
|
|
135
|
+
* [Delete Product Type](https://docs.acmekit.com/api/admin#product-types_deleteproducttypesid)
|
|
136
|
+
* API route.
|
|
137
|
+
*
|
|
138
|
+
* @param id - The product type's ID.
|
|
139
|
+
* @param headers - Headers to pass in the request
|
|
140
|
+
* @returns The product type's details.
|
|
141
|
+
*
|
|
142
|
+
* @example
|
|
143
|
+
* sdk.admin.productType.delete("ptyp_123")
|
|
144
|
+
* .then(({ deleted }) => {
|
|
145
|
+
* console.log(deleted)
|
|
146
|
+
* })
|
|
147
|
+
*/
|
|
148
|
+
delete(id: string, headers?: ClientHeaders): Promise<HttpTypes.AdminProductTypeDeleteResponse>;
|
|
149
|
+
}
|
|
150
|
+
//# sourceMappingURL=product-type.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"product-type.d.ts","sourceRoot":"","sources":["../../../src/admin/product-type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAC1C,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAA;AAClC,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAExC,qBAAa,WAAW;IACtB;;OAEG;IACH,OAAO,CAAC,MAAM,CAAQ;IACtB;;OAEG;gBACS,MAAM,EAAE,MAAM;IAI1B;;;;;;;;;;;;;;;;;OAiBG;IACG,MAAM,CACV,IAAI,EAAE,SAAS,CAAC,sBAAsB,EACtC,KAAK,CAAC,EAAE,SAAS,CAAC,YAAY,EAC9B,OAAO,CAAC,EAAE,aAAa;IAazB;;;;;;;;;;;;;;;;;;OAkBG;IACG,MAAM,CACV,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,SAAS,CAAC,sBAAsB,EACtC,KAAK,CAAC,EAAE,SAAS,CAAC,YAAY,EAC9B,OAAO,CAAC,EAAE,aAAa;IAazB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA6CG;IACG,IAAI,CACR,KAAK,CAAC,EAAE,SAAS,CAAC,0BAA0B,EAC5C,OAAO,CAAC,EAAE,aAAa;IAWzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAgCG;IACG,QAAQ,CACZ,EAAE,EAAE,MAAM,EACV,KAAK,CAAC,EAAE,SAAS,CAAC,sBAAsB,EACxC,OAAO,CAAC,EAAE,aAAa;IAWzB;;;;;;;;;;;;;;OAcG;IACG,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,aAAa;CASjD"}
|
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
2
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
3
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
4
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
5
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
6
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
7
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
export class ProductType {
|
|
11
|
+
/**
|
|
12
|
+
* @ignore
|
|
13
|
+
*/
|
|
14
|
+
constructor(client) {
|
|
15
|
+
this.client = client;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* This method creates a product type. It sends a request to the
|
|
19
|
+
* [Create Product Type](https://docs.acmekit.com/api/admin#product-types_postproducttypes)
|
|
20
|
+
* API route.
|
|
21
|
+
*
|
|
22
|
+
* @param body - The product type's details.
|
|
23
|
+
* @param query - Configure the fields to retrieve in the product type.
|
|
24
|
+
* @param headers - Headers to pass in the request
|
|
25
|
+
* @returns The product type's details.
|
|
26
|
+
*
|
|
27
|
+
* @example
|
|
28
|
+
* sdk.admin.productType.create({
|
|
29
|
+
* value: "Clothes"
|
|
30
|
+
* })
|
|
31
|
+
* .then(({ product_type }) => {
|
|
32
|
+
* console.log(product_type)
|
|
33
|
+
* })
|
|
34
|
+
*/
|
|
35
|
+
create(body, query, headers) {
|
|
36
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
37
|
+
return this.client.fetch(`/admin/product-types`, {
|
|
38
|
+
method: "POST",
|
|
39
|
+
headers,
|
|
40
|
+
body,
|
|
41
|
+
query,
|
|
42
|
+
});
|
|
43
|
+
});
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* This method updates a product type. It sends a request to the
|
|
47
|
+
* [Update Product Type](https://docs.acmekit.com/api/admin#product-types_postproducttypesid)
|
|
48
|
+
* API route.
|
|
49
|
+
*
|
|
50
|
+
* @param id - The product type's ID.
|
|
51
|
+
* @param body - The data to update in the product type.
|
|
52
|
+
* @param query - Configure the fields to retrieve in the product type.
|
|
53
|
+
* @param headers - Headers to pass in the request
|
|
54
|
+
* @returns The product type's details.
|
|
55
|
+
*
|
|
56
|
+
* @example
|
|
57
|
+
* sdk.admin.productType.update("ptyp_123", {
|
|
58
|
+
* value: "Clothes"
|
|
59
|
+
* })
|
|
60
|
+
* .then(({ product_type }) => {
|
|
61
|
+
* console.log(product_type)
|
|
62
|
+
* })
|
|
63
|
+
*/
|
|
64
|
+
update(id, body, query, headers) {
|
|
65
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
66
|
+
return this.client.fetch(`/admin/product-types/${id}`, {
|
|
67
|
+
method: "POST",
|
|
68
|
+
headers,
|
|
69
|
+
body,
|
|
70
|
+
query,
|
|
71
|
+
});
|
|
72
|
+
});
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* This method retrieves a paginated list of product types. It sends a request to the
|
|
76
|
+
* [List Product Types](https://docs.acmekit.com/api/admin#product-types_getproducttypes) API route.
|
|
77
|
+
*
|
|
78
|
+
* @param query - Filters and pagination configurations.
|
|
79
|
+
* @param headers - Headers to pass in the request.
|
|
80
|
+
* @returns The paginated list of product types.
|
|
81
|
+
*
|
|
82
|
+
* @example
|
|
83
|
+
* To retrieve the list of product types:
|
|
84
|
+
*
|
|
85
|
+
* ```ts
|
|
86
|
+
* sdk.admin.productType.list()
|
|
87
|
+
* .then(({ product_types, count, limit, offset }) => {
|
|
88
|
+
* console.log(product_types)
|
|
89
|
+
* })
|
|
90
|
+
* ```
|
|
91
|
+
*
|
|
92
|
+
* To configure the pagination, pass the `limit` and `offset` query parameters.
|
|
93
|
+
*
|
|
94
|
+
* For example, to retrieve only 10 items and skip 10 items:
|
|
95
|
+
*
|
|
96
|
+
* ```ts
|
|
97
|
+
* sdk.admin.productType.list({
|
|
98
|
+
* limit: 10,
|
|
99
|
+
* offset: 10
|
|
100
|
+
* })
|
|
101
|
+
* .then(({ product_types, count, limit, offset }) => {
|
|
102
|
+
* console.log(product_types)
|
|
103
|
+
* })
|
|
104
|
+
* ```
|
|
105
|
+
*
|
|
106
|
+
* Using the `fields` query parameter, you can specify the fields and relations to retrieve
|
|
107
|
+
* in each product type:
|
|
108
|
+
*
|
|
109
|
+
* ```ts
|
|
110
|
+
* sdk.admin.productType.list({
|
|
111
|
+
* fields: "id,*products"
|
|
112
|
+
* })
|
|
113
|
+
* .then(({ product_types, count, limit, offset }) => {
|
|
114
|
+
* console.log(product_types)
|
|
115
|
+
* })
|
|
116
|
+
* ```
|
|
117
|
+
*
|
|
118
|
+
* Learn more about the `fields` property in the [API reference](https://docs.acmekit.com/api/store#select-fields-and-relations).
|
|
119
|
+
*/
|
|
120
|
+
list(query, headers) {
|
|
121
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
122
|
+
return this.client.fetch(`/admin/product-types`, {
|
|
123
|
+
headers,
|
|
124
|
+
query: query,
|
|
125
|
+
});
|
|
126
|
+
});
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* This method retrieves a product type by its ID. It sends a request to the
|
|
130
|
+
* [Get Product Type](https://docs.acmekit.com/api/admin#product-types_getproducttypesid)
|
|
131
|
+
* API route.
|
|
132
|
+
*
|
|
133
|
+
* @param id - The product type's ID.
|
|
134
|
+
* @param query - Configure the fields to retrieve in the product type.
|
|
135
|
+
* @param headers - Headers to pass in the request
|
|
136
|
+
* @returns The product type's details.
|
|
137
|
+
*
|
|
138
|
+
* @example
|
|
139
|
+
* To retrieve a product type by its ID:
|
|
140
|
+
*
|
|
141
|
+
* ```ts
|
|
142
|
+
* sdk.admin.productType.retrieve("ptyp_123")
|
|
143
|
+
* .then(({ product_type }) => {
|
|
144
|
+
* console.log(product_type)
|
|
145
|
+
* })
|
|
146
|
+
* ```
|
|
147
|
+
*
|
|
148
|
+
* To specify the fields and relations to retrieve:
|
|
149
|
+
*
|
|
150
|
+
* ```ts
|
|
151
|
+
* sdk.admin.productType.retrieve("ptyp_123", {
|
|
152
|
+
* fields: "id,*products"
|
|
153
|
+
* })
|
|
154
|
+
* .then(({ product_type }) => {
|
|
155
|
+
* console.log(product_type)
|
|
156
|
+
* })
|
|
157
|
+
* ```
|
|
158
|
+
*
|
|
159
|
+
* Learn more about the `fields` property in the [API reference](https://docs.acmekit.com/api/store#select-fields-and-relations).
|
|
160
|
+
*/
|
|
161
|
+
retrieve(id, query, headers) {
|
|
162
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
163
|
+
return this.client.fetch(`/admin/product-types/${id}`, {
|
|
164
|
+
query,
|
|
165
|
+
headers,
|
|
166
|
+
});
|
|
167
|
+
});
|
|
168
|
+
}
|
|
169
|
+
/**
|
|
170
|
+
* This method deletes a product type. It sends a request to the
|
|
171
|
+
* [Delete Product Type](https://docs.acmekit.com/api/admin#product-types_deleteproducttypesid)
|
|
172
|
+
* API route.
|
|
173
|
+
*
|
|
174
|
+
* @param id - The product type's ID.
|
|
175
|
+
* @param headers - Headers to pass in the request
|
|
176
|
+
* @returns The product type's details.
|
|
177
|
+
*
|
|
178
|
+
* @example
|
|
179
|
+
* sdk.admin.productType.delete("ptyp_123")
|
|
180
|
+
* .then(({ deleted }) => {
|
|
181
|
+
* console.log(deleted)
|
|
182
|
+
* })
|
|
183
|
+
*/
|
|
184
|
+
delete(id, headers) {
|
|
185
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
186
|
+
return this.client.fetch(`/admin/product-types/${id}`, {
|
|
187
|
+
method: "DELETE",
|
|
188
|
+
headers,
|
|
189
|
+
});
|
|
190
|
+
});
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
//# sourceMappingURL=product-type.js.map
|