@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,95 @@
|
|
|
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 WorkflowExecution {
|
|
11
|
+
/**
|
|
12
|
+
* @ignore
|
|
13
|
+
*/
|
|
14
|
+
constructor(client) {
|
|
15
|
+
this.client = client;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* This method retrieves a list of workflow executions. It sends a request to the
|
|
19
|
+
* [List Workflow Executions](https://docs.acmekit.com/api/admin#workflows-executions_getworkflowsexecutions)
|
|
20
|
+
* API route.
|
|
21
|
+
*
|
|
22
|
+
* @param queryParams - Filters and pagination configurations.
|
|
23
|
+
* @param headers - Headers to pass in the request.
|
|
24
|
+
* @returns The list of workflow executions.
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* To retrieve the list of workflow executions:
|
|
28
|
+
*
|
|
29
|
+
* ```ts
|
|
30
|
+
* sdk.admin.workflowExecution.list()
|
|
31
|
+
* .then(({ workflow_executions, count, limit, offset }) => {
|
|
32
|
+
* console.log(workflow_executions)
|
|
33
|
+
* })
|
|
34
|
+
* ```
|
|
35
|
+
*
|
|
36
|
+
* To configure the pagination, pass the `limit` and `offset` query parameters.
|
|
37
|
+
*
|
|
38
|
+
* For example, to retrieve only 10 items and skip 10 items:
|
|
39
|
+
*
|
|
40
|
+
* ```ts
|
|
41
|
+
* sdk.admin.workflowExecution.list({
|
|
42
|
+
* limit: 10,
|
|
43
|
+
* offset: 10
|
|
44
|
+
* })
|
|
45
|
+
* .then(({ workflow_executions, count, limit, offset }) => {
|
|
46
|
+
* console.log(workflow_executions)
|
|
47
|
+
* })
|
|
48
|
+
* ```
|
|
49
|
+
*
|
|
50
|
+
* Using the `fields` query parameter, you can specify the fields and relations to retrieve
|
|
51
|
+
* in each workflow execution:
|
|
52
|
+
*
|
|
53
|
+
* ```ts
|
|
54
|
+
* sdk.admin.workflowExecution.list({
|
|
55
|
+
* fields: "id,name"
|
|
56
|
+
* })
|
|
57
|
+
* .then(({ workflow_executions, count, limit, offset }) => {
|
|
58
|
+
* console.log(workflow_executions)
|
|
59
|
+
* })
|
|
60
|
+
* ```
|
|
61
|
+
*
|
|
62
|
+
* Learn more about the `fields` property in the [API reference](https://docs.acmekit.com/api/admin#select-fields-and-relations).
|
|
63
|
+
*/
|
|
64
|
+
list(queryParams, headers) {
|
|
65
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
66
|
+
return yield this.client.fetch(`/admin/workflows-executions`, {
|
|
67
|
+
query: queryParams,
|
|
68
|
+
headers,
|
|
69
|
+
});
|
|
70
|
+
});
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* This method retrieves a workflow execution by its ID. It sends a request to the
|
|
74
|
+
* [Get Workflow Execution](https://docs.acmekit.com/api/admin#workflows-executions_getworkflowsexecutionsworkflow_idtransaction_id)
|
|
75
|
+
* API route.
|
|
76
|
+
*
|
|
77
|
+
* @param id - The ID of the workflow execution to retrieve.
|
|
78
|
+
* @param headers - Headers to pass in the request.
|
|
79
|
+
* @returns The workflow execution's details.
|
|
80
|
+
*
|
|
81
|
+
* @example
|
|
82
|
+
* sdk.admin.workflowExecution.retrieve("wrk_123")
|
|
83
|
+
* .then(({ workflow_execution }) => {
|
|
84
|
+
* console.log(workflow_execution)
|
|
85
|
+
* })
|
|
86
|
+
*/
|
|
87
|
+
retrieve(id, headers) {
|
|
88
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
89
|
+
return yield this.client.fetch(`/admin/workflows-executions/${id}`, {
|
|
90
|
+
headers,
|
|
91
|
+
});
|
|
92
|
+
});
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
//# sourceMappingURL=workflow-execution.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflow-execution.js","sourceRoot":"","sources":["../../../src/admin/workflow-execution.ts"],"names":[],"mappings":";;;;;;;;;AAIA,MAAM,OAAO,iBAAiB;IAK5B;;OAEG;IACH,YAAY,MAAc;QACxB,IAAI,CAAC,MAAM,GAAG,MAAM,CAAA;IACtB,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA8CG;IACG,IAAI,CACR,WAAwD,EACxD,OAAuB;;YAEvB,OAAO,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAC5B,6BAA6B,EAC7B;gBACE,KAAK,EAAE,WAAW;gBAClB,OAAO;aACR,CACF,CAAA;QACH,CAAC;KAAA;IAED;;;;;;;;;;;;;;OAcG;IACG,QAAQ,CAAC,EAAU,EAAE,OAAuB;;YAChD,OAAO,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAC5B,+BAA+B,EAAE,EAAE,EACnC;gBACE,OAAO;aACR,CACF,CAAA;QACH,CAAC;KAAA;CACF"}
|
|
@@ -0,0 +1,264 @@
|
|
|
1
|
+
import { HttpTypes } from "@acmekit/types";
|
|
2
|
+
import { Client } from "../client";
|
|
3
|
+
import { ClientHeaders, Config } from "../types";
|
|
4
|
+
export declare class Auth {
|
|
5
|
+
private client;
|
|
6
|
+
private config;
|
|
7
|
+
constructor(client: Client, config: Config);
|
|
8
|
+
/**
|
|
9
|
+
* This method is used to retrieve a registration JWT token for a user, customer, or custom actor type. It sends a request to the
|
|
10
|
+
* [Retrieve Registration Token API route](https://docs.acmekit.com/api/store#auth_postactor_typeauth_provider_register).
|
|
11
|
+
*
|
|
12
|
+
* Then, it stores the returned token and passes it in the header of subsequent requests. So, you can call the
|
|
13
|
+
* [store.customer.create](https://docs.acmekit.com/resources/references/js-sdk/store/customer#create) method,
|
|
14
|
+
* for example, after calling this method.
|
|
15
|
+
*
|
|
16
|
+
* Learn more in the [JS SDK Authentication](https://docs.acmekit.com/resources/js-sdk/auth/overview) guide.
|
|
17
|
+
*
|
|
18
|
+
* @param actor - The actor type. For example, `user` for admin user, or `customer` for customer.
|
|
19
|
+
* @param method - The authentication provider to use. For example, `emailpass` or `google`.
|
|
20
|
+
* @param payload - The data to pass in the request's body for authentication. When using the `emailpass` provider,
|
|
21
|
+
* you pass the email and password.
|
|
22
|
+
* @returns The JWT token used for registration later.
|
|
23
|
+
*
|
|
24
|
+
* @tags auth
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* await sdk.auth.register(
|
|
28
|
+
* "customer",
|
|
29
|
+
* "emailpass",
|
|
30
|
+
* {
|
|
31
|
+
* email: "customer@gmail.com",
|
|
32
|
+
* password: "supersecret"
|
|
33
|
+
* }
|
|
34
|
+
* )
|
|
35
|
+
*
|
|
36
|
+
* // all subsequent requests will use the token in the header
|
|
37
|
+
* const { customer } = await sdk.store.customer.create({
|
|
38
|
+
* email: "customer@gmail.com",
|
|
39
|
+
* password: "supersecret"
|
|
40
|
+
* })
|
|
41
|
+
*/
|
|
42
|
+
register: (actor: string, method: string, payload: HttpTypes.AdminSignUpWithEmailPassword | Record<string, unknown>) => Promise<string>;
|
|
43
|
+
/**
|
|
44
|
+
* This method retrieves the JWT authenticated token for an admin user, customer, or custom
|
|
45
|
+
* actor type. It sends a request to the [Authenticate API Route](https://docs.acmekit.com/api/admin#auth_postactor_typeauth_provider).
|
|
46
|
+
*
|
|
47
|
+
* ### Third-Party Authentication
|
|
48
|
+
*
|
|
49
|
+
* If the API route returns a `location` property, it means that the authentication requires additional steps,
|
|
50
|
+
* typically in a third-party service. The `location` property is returned so that you
|
|
51
|
+
* can redirect the user to the appropriate page.
|
|
52
|
+
*
|
|
53
|
+
* :::note
|
|
54
|
+
*
|
|
55
|
+
* For an example of implementing third-party authentication, refer to the
|
|
56
|
+
* [Third-Party Login in Storefront](https://docs.acmekit.com/resources/storefront-development/customers/third-party-login) guide.
|
|
57
|
+
*
|
|
58
|
+
* :::
|
|
59
|
+
*
|
|
60
|
+
* ### Session Authentication
|
|
61
|
+
*
|
|
62
|
+
* If the `auth.type` of the SDK is set to `session`, this method will also send a request to the
|
|
63
|
+
* [Set Authentication Session API route](https://docs.acmekit.com/api/admin#auth_postsession).
|
|
64
|
+
*
|
|
65
|
+
* Learn more in the [JS SDK Authentication](https://docs.acmekit.com/resources/js-sdk/auth/overview) guide.
|
|
66
|
+
*
|
|
67
|
+
* ### Automatic Authentication
|
|
68
|
+
*
|
|
69
|
+
* If the authentication was successful, subsequent requests using the SDK will automatically have the necessary authentication headers / session
|
|
70
|
+
* set, based on your JS SDK authentication configurations.
|
|
71
|
+
*
|
|
72
|
+
* Learn more in the [JS SDK Authentication](https://docs.acmekit.com/resources/js-sdk/auth/overview) guide.
|
|
73
|
+
*
|
|
74
|
+
* @param actor - The actor type. For example, `user` for admin user, or `customer` for customer.
|
|
75
|
+
* @param method - The authentication provider to use. For example, `emailpass` or `google`.
|
|
76
|
+
* @param payload - The data to pass in the request's body for authentication. When using the `emailpass` provider,
|
|
77
|
+
* you pass the email and password.
|
|
78
|
+
* @returns The authentication JWT token
|
|
79
|
+
*
|
|
80
|
+
* @tags auth
|
|
81
|
+
*
|
|
82
|
+
* @example
|
|
83
|
+
* const result = await sdk.auth.login(
|
|
84
|
+
* "customer",
|
|
85
|
+
* "emailpass",
|
|
86
|
+
* {
|
|
87
|
+
* email: "customer@gmail.com",
|
|
88
|
+
* password: "supersecret"
|
|
89
|
+
* }
|
|
90
|
+
* )
|
|
91
|
+
*
|
|
92
|
+
* if (typeof result !== "string") {
|
|
93
|
+
* alert("Authentication requires additional steps")
|
|
94
|
+
* // replace with the redirect logic of your application
|
|
95
|
+
* window.location.href = result.location
|
|
96
|
+
* return
|
|
97
|
+
* }
|
|
98
|
+
*
|
|
99
|
+
* // customer is now authenticated
|
|
100
|
+
* // all subsequent requests will use the token in the header
|
|
101
|
+
* const { customer } = await sdk.store.customer.retrieve()
|
|
102
|
+
*/
|
|
103
|
+
login: (actor: string, method: string, payload: HttpTypes.AdminSignInWithEmailPassword | Record<string, unknown>) => Promise<string | {
|
|
104
|
+
location: string;
|
|
105
|
+
}>;
|
|
106
|
+
/**
|
|
107
|
+
* This method is used to validate an Oauth callback from a third-party service, such as Google, for an admin user, customer, or custom actor types.
|
|
108
|
+
* It sends a request to the [Validate Authentication Callback](https://docs.acmekit.com/api/admin#auth_postactor_typeauth_providercallback).
|
|
109
|
+
*
|
|
110
|
+
* The method stores the returned token and passes it in the header of subsequent requests. So, you can call the
|
|
111
|
+
* [store.customer.create](https://docs.acmekit.com/resources/references/js-sdk/store/customer#create) or {@link refresh} methods,
|
|
112
|
+
* for example, after calling this method.
|
|
113
|
+
*
|
|
114
|
+
* Learn more in the [JS SDK Authentication](https://docs.acmekit.com/resources/js-sdk/auth/overview) guide.
|
|
115
|
+
*
|
|
116
|
+
* @param actor - The actor type. For example, `user` for admin user, or `customer` for customer.
|
|
117
|
+
* @param method - The authentication provider to use. For example, `google`.
|
|
118
|
+
* @param query - The query parameters from the Oauth callback, which should be passed to the API route. This includes query parameters like
|
|
119
|
+
* `code` and `state`.
|
|
120
|
+
* @returns The authentication JWT token
|
|
121
|
+
*
|
|
122
|
+
* @tags auth
|
|
123
|
+
*
|
|
124
|
+
* @example
|
|
125
|
+
* await sdk.auth.callback(
|
|
126
|
+
* "customer",
|
|
127
|
+
* "google",
|
|
128
|
+
* {
|
|
129
|
+
* code: "123",
|
|
130
|
+
* state: "456"
|
|
131
|
+
* }
|
|
132
|
+
* )
|
|
133
|
+
*
|
|
134
|
+
* // all subsequent requests will use the token in the header
|
|
135
|
+
* const { customer } = await sdk.store.customer.create({
|
|
136
|
+
* email: "customer@gmail.com",
|
|
137
|
+
* password: "supersecret"
|
|
138
|
+
* })
|
|
139
|
+
*
|
|
140
|
+
* @privateRemarks
|
|
141
|
+
* The callback expects all query parameters from the Oauth callback to be passed to
|
|
142
|
+
* the backend, and the provider is in charge of parsing and validating them
|
|
143
|
+
*/
|
|
144
|
+
callback: (actor: string, method: string, query?: Record<string, unknown>) => Promise<string>;
|
|
145
|
+
/**
|
|
146
|
+
* This method refreshes a JWT authentication token, which is useful after validating the Oauth callback
|
|
147
|
+
* with {@link callback}. It sends a request to the [Refresh Authentication Token API route](https://docs.acmekit.com/api/admin#auth_postadminauthtokenrefresh).
|
|
148
|
+
*
|
|
149
|
+
* The method stores the returned token and passes it in the header of subsequent requests. So, you can call other
|
|
150
|
+
* methods that require authentication after calling this method.
|
|
151
|
+
*
|
|
152
|
+
* Learn more in the [JS SDK Authentication](https://docs.acmekit.com/resources/js-sdk/auth/overview) guide.
|
|
153
|
+
*
|
|
154
|
+
* For an example of implementing third-party authentication, refer to the
|
|
155
|
+
* [Third-Party Login in Storefront](https://docs.acmekit.com/resources/storefront-development/customers/third-party-login) guide.
|
|
156
|
+
*
|
|
157
|
+
* @param headers - Headers to pass in the request
|
|
158
|
+
*
|
|
159
|
+
* @returns The refreshed JWT authentication token.
|
|
160
|
+
*
|
|
161
|
+
* @tags auth
|
|
162
|
+
*
|
|
163
|
+
* @example
|
|
164
|
+
* const token = await sdk.auth.refresh()
|
|
165
|
+
*
|
|
166
|
+
* // all subsequent requests will use the token in the header
|
|
167
|
+
* const { customer } = await sdk.store.customer.retrieve()
|
|
168
|
+
*/
|
|
169
|
+
refresh: (headers?: ClientHeaders) => Promise<string>;
|
|
170
|
+
/**
|
|
171
|
+
* This method logs out the currently authenticated user based on your JS SDK authentication configurations.
|
|
172
|
+
*
|
|
173
|
+
* If the `auth.type` of the SDK is set to `session`, this method will also send a request to the
|
|
174
|
+
* [Delete Authentication Session API route](https://docs.acmekit.com/api/admin#auth_deletesession).
|
|
175
|
+
*
|
|
176
|
+
* The method also clears any stored tokens or sessions, based on your JS SDK authentication configurations.
|
|
177
|
+
*
|
|
178
|
+
* Learn more in the [JS SDK Authentication](https://docs.acmekit.com/resources/js-sdk/auth/overview) guide.
|
|
179
|
+
*
|
|
180
|
+
* @tags auth
|
|
181
|
+
*
|
|
182
|
+
* @example
|
|
183
|
+
* await sdk.auth.logout()
|
|
184
|
+
*
|
|
185
|
+
* // user is now logged out
|
|
186
|
+
* // you can't send any requests that require authentication
|
|
187
|
+
*/
|
|
188
|
+
logout: () => Promise<void>;
|
|
189
|
+
/**
|
|
190
|
+
* This method requests a reset password token for an admin user, customer, or custom actor type.
|
|
191
|
+
* It sends a request to the [Generate Reset Password Token API route](https://docs.acmekit.com/api/admin#auth_postactor_typeauth_providerresetpassword).
|
|
192
|
+
*
|
|
193
|
+
* To reset the password later using the token delivered to the user, use the {@link updateProvider} method.
|
|
194
|
+
*
|
|
195
|
+
* Related guide: [How to allow customers to reset their passwords in a storefront](https://docs.acmekit.com/resources/storefront-development/customers/reset-password).
|
|
196
|
+
*
|
|
197
|
+
* @param actor - The actor type. For example, `user` for admin user, or `customer` for customer.
|
|
198
|
+
* @param provider - The authentication provider to use. For example, `emailpass`.
|
|
199
|
+
* @param body - The data required to identify the user.
|
|
200
|
+
*
|
|
201
|
+
* @tags auth
|
|
202
|
+
*
|
|
203
|
+
* @example
|
|
204
|
+
* sdk.auth.resetPassword(
|
|
205
|
+
* "customer",
|
|
206
|
+
* "emailpass",
|
|
207
|
+
* {
|
|
208
|
+
* identifier: "customer@gmail.com"
|
|
209
|
+
* }
|
|
210
|
+
* )
|
|
211
|
+
* .then(() => {
|
|
212
|
+
* // user receives token
|
|
213
|
+
* })
|
|
214
|
+
*/
|
|
215
|
+
resetPassword: (actor: string, provider: string, body: {
|
|
216
|
+
/**
|
|
217
|
+
* The user's identifier. For example, when using the `emailpass` provider,
|
|
218
|
+
* this would be the user's email.
|
|
219
|
+
*/
|
|
220
|
+
identifier: string;
|
|
221
|
+
/**
|
|
222
|
+
* Optional metadata to include in the reset password request.
|
|
223
|
+
*
|
|
224
|
+
* @since 2.12.4
|
|
225
|
+
*/
|
|
226
|
+
metadata?: Record<string, unknown>;
|
|
227
|
+
}) => Promise<void>;
|
|
228
|
+
/**
|
|
229
|
+
* This method is used to update user-related data authentication data.
|
|
230
|
+
*
|
|
231
|
+
* More specifically, use this method when updating the password of an admin user, customer, or
|
|
232
|
+
* custom actor type after requesting to reset their password with {@link resetPassword}.
|
|
233
|
+
*
|
|
234
|
+
* This method sends a request to [this API route](https://docs.acmekit.com/api/admin#auth_postactor_typeauth_providerupdate).
|
|
235
|
+
*
|
|
236
|
+
* Related guide: [How to allow customers to reset their passwords in a storefront](https://docs.acmekit.com/resources/storefront-development/customers/reset-password).
|
|
237
|
+
*
|
|
238
|
+
* @param actor - The actor type. For example, `user` for admin user, or `customer` for customer.
|
|
239
|
+
* @param provider - The authentication provider to use. For example, `emailpass`.
|
|
240
|
+
* @param body - The data necessary to update the user's authentication data. When resetting the user's password,
|
|
241
|
+
* send the `password` property.
|
|
242
|
+
*
|
|
243
|
+
* @tags auth
|
|
244
|
+
*
|
|
245
|
+
* @example
|
|
246
|
+
* sdk.auth.updateProvider(
|
|
247
|
+
* "customer",
|
|
248
|
+
* "emailpass",
|
|
249
|
+
* {
|
|
250
|
+
* password: "supersecret"
|
|
251
|
+
* },
|
|
252
|
+
* token
|
|
253
|
+
* )
|
|
254
|
+
* .then(() => {
|
|
255
|
+
* // password updated
|
|
256
|
+
* })
|
|
257
|
+
*/
|
|
258
|
+
updateProvider: (actor: string, provider: string, body: HttpTypes.AdminUpdateProvider, token: string) => Promise<void>;
|
|
259
|
+
/**
|
|
260
|
+
* @ignore
|
|
261
|
+
*/
|
|
262
|
+
private setToken_;
|
|
263
|
+
}
|
|
264
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/auth/index.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,EAAE,MAAM,UAAU,CAAA;AAEhD,qBAAa,IAAI;IACf,OAAO,CAAC,MAAM,CAAQ;IACtB,OAAO,CAAC,MAAM,CAAQ;gBAEV,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM;IAK1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAiCG;IACH,QAAQ,GACN,OAAO,MAAM,EACb,QAAQ,MAAM,EACd,SAAS,SAAS,CAAC,4BAA4B,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,qBAa1E;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA2DG;IACH,KAAK,GACH,OAAO,MAAM,EACb,QAAQ,MAAM,EACd,SAAS,SAAS,CAAC,4BAA4B,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;;OAmB1E;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAqCG;IACH,QAAQ,GACN,OAAO,MAAM,EACb,QAAQ,MAAM,EACd,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,qBAYhC;IAED;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACH,OAAO,GAAU,UAAU,aAAa,qBAavC;IAED;;;;;;;;;;;;;;;;;OAiBG;IACH,MAAM,sBAQL;IAED;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,aAAa,GACX,OAAO,MAAM,EACb,UAAU,MAAM,EAChB,MAAM;QACJ;;;WAGG;QACH,UAAU,EAAE,MAAM,CAAA;QAClB;;;;WAIG;QACH,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;KACnC,mBAOF;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA6BG;IACH,cAAc,GACZ,OAAO,MAAM,EACb,UAAU,MAAM,EAChB,MAAM,SAAS,CAAC,mBAAmB,EACnC,OAAO,MAAM,mBAOd;IAED;;OAEG;IACH,OAAO,CAAC,SAAS,CAUhB;CACF"}
|