@medusajs/types 1.12.0-snapshot-20240812125058 → 1.12.0-snapshot-20240821132459
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/auth/common/auth-identity.d.ts +1 -0
- package/dist/auth/common/auth-identity.d.ts.map +1 -1
- package/dist/auth/service.d.ts +39 -2
- package/dist/auth/service.d.ts.map +1 -1
- package/dist/http/claim/admin/responses.d.ts +17 -0
- package/dist/http/claim/admin/responses.d.ts.map +1 -1
- package/dist/http/currency/admin/entities.d.ts +2 -12
- package/dist/http/currency/admin/entities.d.ts.map +1 -1
- package/dist/http/currency/common.d.ts +14 -0
- package/dist/http/currency/common.d.ts.map +1 -0
- package/dist/http/{customer/store.js → currency/common.js} +1 -1
- package/dist/http/currency/common.js.map +1 -0
- package/dist/http/currency/index.d.ts +2 -0
- package/dist/http/currency/index.d.ts.map +1 -1
- package/dist/http/currency/index.js +2 -0
- package/dist/http/currency/index.js.map +1 -1
- package/dist/http/currency/store/entities.d.ts +4 -0
- package/dist/http/currency/store/entities.d.ts.map +1 -0
- package/dist/http/currency/store/entities.js +3 -0
- package/dist/http/currency/store/entities.js.map +1 -0
- package/dist/http/currency/store/index.d.ts +3 -0
- package/dist/http/currency/store/index.d.ts.map +1 -0
- package/dist/http/currency/store/index.js +19 -0
- package/dist/http/currency/store/index.js.map +1 -0
- package/dist/http/currency/store/responses.d.ts +10 -0
- package/dist/http/currency/store/responses.d.ts.map +1 -0
- package/dist/http/currency/store/responses.js +3 -0
- package/dist/http/currency/store/responses.js.map +1 -0
- package/dist/http/customer/admin/entities.d.ts +10 -0
- package/dist/http/customer/admin/entities.d.ts.map +1 -0
- package/dist/http/customer/admin/entities.js +3 -0
- package/dist/http/customer/admin/entities.js.map +1 -0
- package/dist/http/customer/admin/index.d.ts +5 -0
- package/dist/http/customer/admin/index.d.ts.map +1 -0
- package/dist/http/customer/admin/index.js +21 -0
- package/dist/http/customer/admin/index.js.map +1 -0
- package/dist/http/customer/admin/payloads.d.ts +10 -0
- package/dist/http/customer/admin/payloads.d.ts.map +1 -0
- package/dist/http/customer/admin/payloads.js +3 -0
- package/dist/http/customer/admin/payloads.js.map +1 -0
- package/dist/http/customer/admin/queries.d.ts +7 -0
- package/dist/http/customer/admin/queries.d.ts.map +1 -0
- package/dist/http/customer/admin/queries.js +3 -0
- package/dist/http/customer/admin/queries.js.map +1 -0
- package/dist/http/customer/admin/responses.d.ts +21 -0
- package/dist/http/customer/admin/responses.d.ts.map +1 -0
- package/dist/http/customer/admin/responses.js +3 -0
- package/dist/http/customer/admin/responses.js.map +1 -0
- package/dist/http/customer/store/entities.d.ts +6 -0
- package/dist/http/customer/store/entities.d.ts.map +1 -0
- package/dist/http/customer/store/entities.js +3 -0
- package/dist/http/customer/store/entities.js.map +1 -0
- package/dist/http/customer/store/index.d.ts +5 -0
- package/dist/http/customer/store/index.d.ts.map +1 -0
- package/dist/http/customer/store/index.js +21 -0
- package/dist/http/customer/store/index.js.map +1 -0
- package/dist/http/customer/store/payloads.d.ts +10 -0
- package/dist/http/customer/store/payloads.d.ts.map +1 -0
- package/dist/http/customer/store/payloads.js +3 -0
- package/dist/http/customer/store/payloads.js.map +1 -0
- package/dist/http/customer/store/queries.d.ts +6 -0
- package/dist/http/customer/store/queries.d.ts.map +1 -0
- package/dist/http/customer/store/queries.js +3 -0
- package/dist/http/customer/store/queries.js.map +1 -0
- package/dist/http/customer/store/responses.d.ts +13 -0
- package/dist/http/customer/store/responses.d.ts.map +1 -0
- package/dist/http/customer/store/responses.js +3 -0
- package/dist/http/customer/store/responses.js.map +1 -0
- package/dist/http/exchange/admin/entities.d.ts +4 -0
- package/dist/http/exchange/admin/entities.d.ts.map +1 -0
- package/dist/http/exchange/admin/entities.js +3 -0
- package/dist/http/exchange/admin/entities.js.map +1 -0
- package/dist/http/exchange/admin/index.d.ts +5 -0
- package/dist/http/exchange/admin/index.d.ts.map +1 -0
- package/dist/http/exchange/admin/index.js +21 -0
- package/dist/http/exchange/admin/index.js.map +1 -0
- package/dist/http/exchange/admin/payloads.d.ts +68 -0
- package/dist/http/exchange/admin/payloads.d.ts.map +1 -0
- package/dist/http/exchange/admin/payloads.js +10 -0
- package/dist/http/exchange/admin/payloads.js.map +1 -0
- package/dist/http/exchange/admin/queries.d.ts +14 -0
- package/dist/http/exchange/admin/queries.d.ts.map +1 -0
- package/dist/http/exchange/admin/queries.js +3 -0
- package/dist/http/exchange/admin/queries.js.map +1 -0
- package/dist/http/exchange/admin/responses.d.ts +28 -0
- package/dist/http/exchange/admin/responses.d.ts.map +1 -0
- package/dist/http/exchange/admin/responses.js +3 -0
- package/dist/http/exchange/admin/responses.js.map +1 -0
- package/dist/http/exchange/common.d.ts +33 -0
- package/dist/http/exchange/common.d.ts.map +1 -0
- package/dist/http/{file/admin.js → exchange/common.js} +1 -1
- package/dist/http/exchange/common.js.map +1 -0
- package/dist/http/exchange/index.d.ts +2 -0
- package/dist/http/exchange/index.d.ts.map +1 -0
- package/dist/http/exchange/index.js +18 -0
- package/dist/http/exchange/index.js.map +1 -0
- package/dist/http/file/admin/entities.d.ts +4 -0
- package/dist/http/file/admin/entities.d.ts.map +1 -0
- package/dist/http/file/admin/entities.js +3 -0
- package/dist/http/file/admin/entities.js.map +1 -0
- package/dist/http/file/admin/index.d.ts +4 -0
- package/dist/http/file/admin/index.d.ts.map +1 -0
- package/dist/http/file/admin/index.js +20 -0
- package/dist/http/file/admin/index.js.map +1 -0
- package/dist/http/file/admin/payloads.d.ts +3 -0
- package/dist/http/file/admin/payloads.d.ts.map +1 -0
- package/dist/http/file/admin/payloads.js +3 -0
- package/dist/http/file/admin/payloads.js.map +1 -0
- package/dist/http/file/admin/responses.d.ts +8 -0
- package/dist/http/file/admin/responses.d.ts.map +1 -0
- package/dist/http/file/admin/responses.js +3 -0
- package/dist/http/file/admin/responses.js.map +1 -0
- package/dist/http/fulfillment-provider/admin/entities.d.ts +2 -3
- package/dist/http/fulfillment-provider/admin/entities.d.ts.map +1 -1
- package/dist/http/fulfillment-provider/common.d.ts +5 -0
- package/dist/http/fulfillment-provider/common.d.ts.map +1 -0
- package/dist/http/{customer/admin.js → fulfillment-provider/common.js} +1 -1
- package/dist/http/fulfillment-provider/common.js.map +1 -0
- package/dist/http/index.d.ts +3 -0
- package/dist/http/index.d.ts.map +1 -1
- package/dist/http/index.js +3 -0
- package/dist/http/index.js.map +1 -1
- package/dist/http/invite/admin/entities.d.ts +11 -0
- package/dist/http/invite/admin/entities.d.ts.map +1 -0
- package/dist/http/invite/admin/entities.js +3 -0
- package/dist/http/invite/admin/entities.js.map +1 -0
- package/dist/http/invite/admin/index.d.ts +4 -0
- package/dist/http/invite/admin/index.d.ts.map +1 -0
- package/dist/http/invite/admin/index.js +20 -0
- package/dist/http/invite/admin/index.js.map +1 -0
- package/dist/http/invite/admin/payloads.d.ts +9 -0
- package/dist/http/invite/admin/payloads.d.ts.map +1 -0
- package/dist/http/invite/admin/payloads.js +3 -0
- package/dist/http/invite/admin/payloads.js.map +1 -0
- package/dist/http/invite/admin/responses.d.ts +15 -0
- package/dist/http/invite/admin/responses.d.ts.map +1 -0
- package/dist/http/invite/admin/responses.js +3 -0
- package/dist/http/invite/admin/responses.js.map +1 -0
- package/dist/http/order/admin/entities.d.ts +25 -0
- package/dist/http/order/admin/entities.d.ts.map +1 -0
- package/dist/http/order/admin/entities.js +3 -0
- package/dist/http/order/admin/entities.js.map +1 -0
- package/dist/http/order/admin/index.d.ts +5 -0
- package/dist/http/order/admin/index.d.ts.map +1 -0
- package/dist/http/order/admin/index.js +21 -0
- package/dist/http/order/admin/index.js.map +1 -0
- package/dist/http/order/admin/payload.d.ts +26 -0
- package/dist/http/order/admin/payload.d.ts.map +1 -0
- package/dist/http/order/admin/payload.js +3 -0
- package/dist/http/order/admin/payload.js.map +1 -0
- package/dist/http/order/admin/queries.d.ts +4 -0
- package/dist/http/order/admin/queries.d.ts.map +1 -0
- package/dist/http/order/admin/queries.js +3 -0
- package/dist/http/order/admin/queries.js.map +1 -0
- package/dist/http/order/admin/responses.d.ts +18 -0
- package/dist/http/order/admin/responses.d.ts.map +1 -0
- package/dist/http/order/admin/responses.js +3 -0
- package/dist/http/order/admin/responses.js.map +1 -0
- package/dist/http/order/{store.d.ts → store/entities.d.ts} +2 -4
- package/dist/http/order/store/entities.d.ts.map +1 -0
- package/dist/http/order/store/entities.js +3 -0
- package/dist/http/order/store/entities.js.map +1 -0
- package/dist/http/order/store/index.d.ts +4 -0
- package/dist/http/order/store/index.d.ts.map +1 -0
- package/dist/http/order/store/index.js +20 -0
- package/dist/http/order/store/index.js.map +1 -0
- package/dist/http/order/store/queries.d.ts +4 -0
- package/dist/http/order/store/queries.d.ts.map +1 -0
- package/dist/http/order/store/queries.js +3 -0
- package/dist/http/order/store/queries.js.map +1 -0
- package/dist/http/order/store/responses.d.ts +9 -0
- package/dist/http/order/store/responses.d.ts.map +1 -0
- package/dist/http/order/store/responses.js +3 -0
- package/dist/http/order/store/responses.js.map +1 -0
- package/dist/http/order-edit/admin/index.d.ts +2 -0
- package/dist/http/order-edit/admin/index.d.ts.map +1 -0
- package/dist/http/order-edit/admin/index.js +18 -0
- package/dist/http/order-edit/admin/index.js.map +1 -0
- package/dist/http/order-edit/admin/responses.d.ts +8 -0
- package/dist/http/order-edit/admin/responses.d.ts.map +1 -0
- package/dist/http/order-edit/admin/responses.js +3 -0
- package/dist/http/order-edit/admin/responses.js.map +1 -0
- package/dist/http/order-edit/common.d.ts +10 -0
- package/dist/http/order-edit/common.d.ts.map +1 -0
- package/dist/http/{invite/admin.js → order-edit/common.js} +1 -1
- package/dist/http/order-edit/common.js.map +1 -0
- package/dist/http/order-edit/index.d.ts +3 -0
- package/dist/http/order-edit/index.d.ts.map +1 -0
- package/dist/http/order-edit/index.js +19 -0
- package/dist/http/order-edit/index.js.map +1 -0
- package/dist/http/payment/admin/entities.d.ts +15 -0
- package/dist/http/payment/admin/entities.d.ts.map +1 -0
- package/dist/http/payment/admin/entities.js +3 -0
- package/dist/http/payment/admin/entities.js.map +1 -0
- package/dist/http/payment/admin/index.d.ts +5 -0
- package/dist/http/payment/admin/index.d.ts.map +1 -0
- package/dist/http/payment/admin/index.js +21 -0
- package/dist/http/payment/admin/index.js.map +1 -0
- package/dist/http/payment/admin/payloads.d.ts +20 -0
- package/dist/http/payment/admin/payloads.d.ts.map +1 -0
- package/dist/http/payment/admin/payloads.js +3 -0
- package/dist/http/payment/admin/payloads.js.map +1 -0
- package/dist/http/payment/admin/queries.d.ts +19 -0
- package/dist/http/payment/admin/queries.d.ts.map +1 -0
- package/dist/http/payment/admin/queries.js +3 -0
- package/dist/http/payment/admin/queries.js.map +1 -0
- package/dist/http/payment/admin/responses.d.ts +32 -0
- package/dist/http/payment/admin/responses.d.ts.map +1 -0
- package/dist/http/payment/admin/responses.js +3 -0
- package/dist/http/payment/admin/responses.js.map +1 -0
- package/dist/http/payment/common.d.ts +5 -1
- package/dist/http/payment/common.d.ts.map +1 -1
- package/dist/http/payment/store/entities.d.ts +8 -0
- package/dist/http/payment/store/entities.d.ts.map +1 -0
- package/dist/http/payment/store/entities.js +3 -0
- package/dist/http/payment/store/entities.js.map +1 -0
- package/dist/http/payment/store/index.d.ts +4 -0
- package/dist/http/payment/store/index.d.ts.map +1 -0
- package/dist/http/payment/store/index.js +20 -0
- package/dist/http/payment/store/index.js.map +1 -0
- package/dist/http/payment/store/queries.d.ts +8 -0
- package/dist/http/payment/store/queries.d.ts.map +1 -0
- package/dist/http/payment/store/queries.js +3 -0
- package/dist/http/payment/store/queries.js.map +1 -0
- package/dist/http/payment/store/responses.d.ts +9 -0
- package/dist/http/payment/store/responses.d.ts.map +1 -0
- package/dist/http/payment/store/responses.js +3 -0
- package/dist/http/payment/store/responses.js.map +1 -0
- package/dist/http/price-list/admin/responses.d.ts +10 -0
- package/dist/http/price-list/admin/responses.d.ts.map +1 -1
- package/dist/http/product/admin/entitites.d.ts +8 -0
- package/dist/http/product/admin/entitites.d.ts.map +1 -1
- package/dist/http/product/admin/responses.d.ts +13 -1
- package/dist/http/product/admin/responses.d.ts.map +1 -1
- package/dist/http/promotion/admin/entities.d.ts +12 -0
- package/dist/http/promotion/admin/entities.d.ts.map +1 -0
- package/dist/http/promotion/admin/entities.js +3 -0
- package/dist/http/promotion/admin/entities.js.map +1 -0
- package/dist/http/promotion/admin/index.d.ts +2 -4
- package/dist/http/promotion/admin/index.d.ts.map +1 -1
- package/dist/http/promotion/admin/index.js +2 -4
- package/dist/http/promotion/admin/index.js.map +1 -1
- package/dist/http/promotion/admin/responses.d.ts +41 -0
- package/dist/http/promotion/admin/responses.d.ts.map +1 -0
- package/dist/http/promotion/admin/responses.js +3 -0
- package/dist/http/promotion/admin/responses.js.map +1 -0
- package/dist/http/promotion/common.d.ts +51 -6
- package/dist/http/promotion/common.d.ts.map +1 -1
- package/dist/http/region/admin/entities.d.ts +6 -0
- package/dist/http/region/admin/entities.d.ts.map +1 -0
- package/dist/http/region/admin/entities.js +3 -0
- package/dist/http/region/admin/entities.js.map +1 -0
- package/dist/http/region/admin/index.d.ts +5 -0
- package/dist/http/region/admin/index.d.ts.map +1 -0
- package/dist/http/region/admin/index.js +21 -0
- package/dist/http/region/admin/index.js.map +1 -0
- package/dist/http/region/{admin.d.ts → admin/payloads.d.ts} +1 -10
- package/dist/http/region/admin/payloads.d.ts.map +1 -0
- package/dist/http/region/admin/payloads.js +3 -0
- package/dist/http/region/admin/payloads.js.map +1 -0
- package/dist/http/region/admin/queries.d.ts +6 -0
- package/dist/http/region/admin/queries.d.ts.map +1 -0
- package/dist/http/region/admin/queries.js +3 -0
- package/dist/http/region/admin/queries.js.map +1 -0
- package/dist/http/region/admin/responses.d.ts +9 -0
- package/dist/http/region/admin/responses.d.ts.map +1 -0
- package/dist/http/region/admin/responses.js +3 -0
- package/dist/http/region/admin/responses.js.map +1 -0
- package/dist/http/region/store/entities.d.ts +6 -0
- package/dist/http/region/store/entities.d.ts.map +1 -0
- package/dist/http/region/store/entities.js +3 -0
- package/dist/http/region/store/entities.js.map +1 -0
- package/dist/http/region/store/index.d.ts +4 -0
- package/dist/http/region/store/index.d.ts.map +1 -0
- package/dist/http/region/store/index.js +20 -0
- package/dist/http/region/store/index.js.map +1 -0
- package/dist/http/region/store/queries.d.ts +6 -0
- package/dist/http/region/store/queries.d.ts.map +1 -0
- package/dist/http/region/store/queries.js +3 -0
- package/dist/http/region/store/queries.js.map +1 -0
- package/dist/http/region/store/responses.d.ts +9 -0
- package/dist/http/region/store/responses.d.ts.map +1 -0
- package/dist/http/region/store/responses.js +3 -0
- package/dist/http/region/store/responses.js.map +1 -0
- package/dist/http/reservation/admin/{reservation.d.ts → entities.d.ts} +2 -10
- package/dist/http/reservation/admin/entities.d.ts.map +1 -0
- package/dist/http/reservation/admin/entities.js +3 -0
- package/dist/http/reservation/admin/entities.js.map +1 -0
- package/dist/http/reservation/admin/index.d.ts +2 -1
- package/dist/http/reservation/admin/index.d.ts.map +1 -1
- package/dist/http/reservation/admin/index.js +2 -1
- package/dist/http/reservation/admin/index.js.map +1 -1
- package/dist/http/reservation/admin/responses.d.ts +9 -0
- package/dist/http/reservation/admin/responses.d.ts.map +1 -0
- package/dist/http/reservation/admin/responses.js +3 -0
- package/dist/http/reservation/admin/responses.js.map +1 -0
- package/dist/http/return/admin/entities.d.ts +6 -0
- package/dist/http/return/admin/entities.d.ts.map +1 -0
- package/dist/http/return/admin/entities.js +3 -0
- package/dist/http/return/admin/entities.js.map +1 -0
- package/dist/http/return/admin/index.d.ts +5 -0
- package/dist/http/return/admin/index.d.ts.map +1 -0
- package/dist/http/return/admin/index.js +21 -0
- package/dist/http/return/admin/index.js.map +1 -0
- package/dist/http/return/{admin.d.ts → admin/payloads.d.ts} +1 -39
- package/dist/http/return/admin/payloads.d.ts.map +1 -0
- package/dist/http/return/admin/payloads.js +3 -0
- package/dist/http/return/admin/payloads.js.map +1 -0
- package/dist/http/return/admin/queries.d.ts +10 -0
- package/dist/http/return/admin/queries.d.ts.map +1 -0
- package/dist/http/return/admin/queries.js +3 -0
- package/dist/http/return/admin/queries.js.map +1 -0
- package/dist/http/return/admin/responses.d.ts +19 -0
- package/dist/http/return/admin/responses.d.ts.map +1 -0
- package/dist/http/return/admin/responses.js +3 -0
- package/dist/http/return/admin/responses.js.map +1 -0
- package/dist/http/return/common.d.ts +26 -0
- package/dist/http/return/common.d.ts.map +1 -0
- package/dist/http/return/common.js +3 -0
- package/dist/http/return/common.js.map +1 -0
- package/dist/http/return/index.d.ts +1 -0
- package/dist/http/return/index.d.ts.map +1 -1
- package/dist/http/return/index.js +1 -0
- package/dist/http/return/index.js.map +1 -1
- package/dist/http/return/store/entities.d.ts +4 -0
- package/dist/http/return/store/entities.d.ts.map +1 -0
- package/dist/http/return/store/entities.js +3 -0
- package/dist/http/return/store/entities.js.map +1 -0
- package/dist/http/return/store/index.d.ts +3 -0
- package/dist/http/return/store/index.d.ts.map +1 -0
- package/dist/http/return/store/index.js +19 -0
- package/dist/http/return/store/index.js.map +1 -0
- package/dist/http/return/store/responses.d.ts +5 -0
- package/dist/http/return/store/responses.d.ts.map +1 -0
- package/dist/http/return/store/responses.js +3 -0
- package/dist/http/return/store/responses.js.map +1 -0
- package/dist/http/return-reason/index.d.ts +1 -0
- package/dist/http/return-reason/index.d.ts.map +1 -1
- package/dist/http/return-reason/index.js +1 -0
- package/dist/http/return-reason/index.js.map +1 -1
- package/dist/http/return-reason/store/entities.d.ts +4 -0
- package/dist/http/return-reason/store/entities.d.ts.map +1 -0
- package/dist/http/return-reason/store/entities.js +3 -0
- package/dist/http/return-reason/store/entities.js.map +1 -0
- package/dist/http/return-reason/store/index.d.ts +3 -0
- package/dist/http/return-reason/store/index.d.ts.map +1 -0
- package/dist/http/return-reason/store/index.js +19 -0
- package/dist/http/return-reason/store/index.js.map +1 -0
- package/dist/http/return-reason/store/responses.d.ts +9 -0
- package/dist/http/return-reason/store/responses.d.ts.map +1 -0
- package/dist/http/return-reason/store/responses.js +3 -0
- package/dist/http/return-reason/store/responses.js.map +1 -0
- package/dist/http/sales-channel/admin/responses.d.ts +1 -1
- package/dist/http/shipping-option/admin/responses.d.ts +2 -9
- package/dist/http/shipping-option/admin/responses.d.ts.map +1 -1
- package/dist/http/shipping-option/index.d.ts +1 -0
- package/dist/http/shipping-option/index.d.ts.map +1 -1
- package/dist/http/shipping-option/index.js +1 -0
- package/dist/http/shipping-option/index.js.map +1 -1
- package/dist/http/shipping-option/store/entities.d.ts +28 -0
- package/dist/http/shipping-option/store/entities.d.ts.map +1 -0
- package/dist/http/shipping-option/store/entities.js +3 -0
- package/dist/http/shipping-option/store/entities.js.map +1 -0
- package/dist/http/shipping-option/store/index.d.ts +3 -0
- package/dist/http/shipping-option/store/index.d.ts.map +1 -0
- package/dist/http/shipping-option/store/index.js +19 -0
- package/dist/http/shipping-option/store/index.js.map +1 -0
- package/dist/http/shipping-option/store/responses.d.ts +5 -0
- package/dist/http/shipping-option/store/responses.d.ts.map +1 -0
- package/dist/http/shipping-option/store/responses.js +3 -0
- package/dist/http/shipping-option/store/responses.js.map +1 -0
- package/dist/http/workflow-execution/admin/entities.d.ts +12 -0
- package/dist/http/workflow-execution/admin/entities.d.ts.map +1 -0
- package/dist/http/workflow-execution/admin/entities.js +3 -0
- package/dist/http/workflow-execution/admin/entities.js.map +1 -0
- package/dist/http/workflow-execution/admin/index.d.ts +3 -0
- package/dist/http/workflow-execution/admin/index.d.ts.map +1 -0
- package/dist/http/workflow-execution/admin/index.js +19 -0
- package/dist/http/workflow-execution/admin/index.js.map +1 -0
- package/dist/http/workflow-execution/admin/responses.d.ts +9 -0
- package/dist/http/workflow-execution/admin/responses.d.ts.map +1 -0
- package/dist/http/workflow-execution/admin/responses.js +3 -0
- package/dist/http/workflow-execution/admin/responses.js.map +1 -0
- package/dist/http/workflow-execution/index.d.ts +2 -0
- package/dist/http/workflow-execution/index.d.ts.map +1 -0
- package/dist/http/workflow-execution/index.js +18 -0
- package/dist/http/workflow-execution/index.js.map +1 -0
- package/dist/order/common.d.ts +9 -0
- package/dist/order/common.d.ts.map +1 -1
- package/dist/order/mutations.d.ts +10 -15
- package/dist/order/mutations.d.ts.map +1 -1
- package/dist/order/service.d.ts +2 -2
- package/dist/order/service.d.ts.map +1 -1
- package/dist/payment/common.d.ts +24 -0
- package/dist/payment/common.d.ts.map +1 -1
- package/dist/payment/service.d.ts +27 -0
- package/dist/payment/service.d.ts.map +1 -1
- package/dist/workflow/order/begin-order-edit.d.ts +8 -0
- package/dist/workflow/order/begin-order-edit.d.ts.map +1 -0
- package/dist/workflow/order/begin-order-edit.js +3 -0
- package/dist/workflow/order/begin-order-edit.js.map +1 -0
- package/dist/workflow/order/index.d.ts +1 -0
- package/dist/workflow/order/index.d.ts.map +1 -1
- package/dist/workflow/order/index.js +1 -0
- package/dist/workflow/order/index.js.map +1 -1
- package/dist/workflow/order/items.d.ts +18 -4
- package/dist/workflow/order/items.d.ts.map +1 -1
- package/dist/workflow/order/shipping-method.d.ts +13 -0
- package/dist/workflow/order/shipping-method.d.ts.map +1 -1
- package/dist/workflows-sdk/service.d.ts +1 -0
- package/dist/workflows-sdk/service.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/http/customer/admin.d.ts +0 -23
- package/dist/http/customer/admin.d.ts.map +0 -1
- package/dist/http/customer/admin.js.map +0 -1
- package/dist/http/customer/store.d.ts +0 -18
- package/dist/http/customer/store.d.ts.map +0 -1
- package/dist/http/customer/store.js.map +0 -1
- package/dist/http/file/admin.d.ts +0 -5
- package/dist/http/file/admin.d.ts.map +0 -1
- package/dist/http/file/admin.js.map +0 -1
- package/dist/http/invite/admin.d.ts +0 -19
- package/dist/http/invite/admin.d.ts.map +0 -1
- package/dist/http/invite/admin.js.map +0 -1
- package/dist/http/order/admin.d.ts +0 -58
- package/dist/http/order/admin.d.ts.map +0 -1
- package/dist/http/order/admin.js +0 -3
- package/dist/http/order/admin.js.map +0 -1
- package/dist/http/order/store.d.ts.map +0 -1
- package/dist/http/order/store.js +0 -3
- package/dist/http/order/store.js.map +0 -1
- package/dist/http/payment/admin.d.ts +0 -61
- package/dist/http/payment/admin.d.ts.map +0 -1
- package/dist/http/payment/admin.js +0 -3
- package/dist/http/payment/admin.js.map +0 -1
- package/dist/http/payment/store.d.ts +0 -14
- package/dist/http/payment/store.d.ts.map +0 -1
- package/dist/http/payment/store.js +0 -3
- package/dist/http/payment/store.js.map +0 -1
- package/dist/http/promotion/admin/promotion-rule.d.ts +0 -17
- package/dist/http/promotion/admin/promotion-rule.d.ts.map +0 -1
- package/dist/http/promotion/admin/promotion-rule.js +0 -3
- package/dist/http/promotion/admin/promotion-rule.js.map +0 -1
- package/dist/http/promotion/admin/rule-attribute-options.d.ts +0 -17
- package/dist/http/promotion/admin/rule-attribute-options.d.ts.map +0 -1
- package/dist/http/promotion/admin/rule-attribute-options.js +0 -3
- package/dist/http/promotion/admin/rule-attribute-options.js.map +0 -1
- package/dist/http/promotion/admin/rule-operator-options.d.ts +0 -9
- package/dist/http/promotion/admin/rule-operator-options.d.ts.map +0 -1
- package/dist/http/promotion/admin/rule-operator-options.js +0 -3
- package/dist/http/promotion/admin/rule-operator-options.js.map +0 -1
- package/dist/http/promotion/admin/rule-value-options.d.ts +0 -15
- package/dist/http/promotion/admin/rule-value-options.d.ts.map +0 -1
- package/dist/http/promotion/admin/rule-value-options.js +0 -3
- package/dist/http/promotion/admin/rule-value-options.js.map +0 -1
- package/dist/http/region/admin.d.ts.map +0 -1
- package/dist/http/region/admin.js +0 -3
- package/dist/http/region/admin.js.map +0 -1
- package/dist/http/region/store.d.ts +0 -10
- package/dist/http/region/store.d.ts.map +0 -1
- package/dist/http/region/store.js +0 -3
- package/dist/http/region/store.js.map +0 -1
- package/dist/http/reservation/admin/reservation.d.ts.map +0 -1
- package/dist/http/reservation/admin/reservation.js +0 -3
- package/dist/http/reservation/admin/reservation.js.map +0 -1
- package/dist/http/return/admin.d.ts.map +0 -1
- package/dist/http/return/admin.js +0 -3
- package/dist/http/return/admin.js.map +0 -1
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"entities.js","sourceRoot":"","sources":["../../../../src/http/reservation/admin/entities.ts"],"names":[],"mappings":""}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/http/reservation/admin/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/http/reservation/admin/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,aAAa,CAAA"}
|
@@ -14,5 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
15
|
};
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
-
__exportStar(require("./
|
17
|
+
__exportStar(require("./entities"), exports);
|
18
|
+
__exportStar(require("./responses"), exports);
|
18
19
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/http/reservation/admin/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/http/reservation/admin/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA0B;AAC1B,8CAA2B"}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { PaginatedResponse } from "../../common";
|
2
|
+
import { ReservationResponse } from "./entities";
|
3
|
+
export interface AdminReservationResponse {
|
4
|
+
reservation: ReservationResponse;
|
5
|
+
}
|
6
|
+
export type AdminReservationListResponse = PaginatedResponse<{
|
7
|
+
reservations: ReservationResponse[];
|
8
|
+
}>;
|
9
|
+
//# sourceMappingURL=responses.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"responses.d.ts","sourceRoot":"","sources":["../../../../src/http/reservation/admin/responses.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAA;AAChD,OAAO,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAA;AAEhD,MAAM,WAAW,wBAAwB;IACvC,WAAW,EAAE,mBAAmB,CAAA;CACjC;AAED,MAAM,MAAM,4BAA4B,GAAG,iBAAiB,CAAC;IAC3D,YAAY,EAAE,mBAAmB,EAAE,CAAA;CACpC,CAAC,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"responses.js","sourceRoot":"","sources":["../../../../src/http/reservation/admin/responses.ts"],"names":[],"mappings":""}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../../src/http/return/admin/entities.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAEvD,MAAM,WAAW,eAAgB,SAAQ,cAAc;CAAG;AAC1D,MAAM,WAAW,WAAY,SAAQ,UAAU;CAAG"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"entities.js","sourceRoot":"","sources":["../../../../src/http/return/admin/entities.ts"],"names":[],"mappings":""}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/http/return/admin/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,YAAY,CAAA;AAC1B,cAAc,WAAW,CAAA;AACzB,cAAc,aAAa,CAAA"}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
|
+
};
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
+
__exportStar(require("./entities"), exports);
|
18
|
+
__exportStar(require("./payloads"), exports);
|
19
|
+
__exportStar(require("./queries"), exports);
|
20
|
+
__exportStar(require("./responses"), exports);
|
21
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/http/return/admin/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA0B;AAC1B,6CAA0B;AAC1B,4CAAyB;AACzB,8CAA2B"}
|
@@ -1,34 +1,3 @@
|
|
1
|
-
import { OperatorMap } from "../../dal";
|
2
|
-
import { FindParams } from "../common";
|
3
|
-
export interface AdminBaseReturnItem {
|
4
|
-
id: string;
|
5
|
-
quantity: number;
|
6
|
-
received_quantity: number;
|
7
|
-
reason_id?: string;
|
8
|
-
note?: string;
|
9
|
-
item_id: string;
|
10
|
-
return_id: string;
|
11
|
-
metadata?: Record<string, unknown>;
|
12
|
-
}
|
13
|
-
export interface AdminReturn {
|
14
|
-
id: string;
|
15
|
-
order_id: string;
|
16
|
-
status?: string;
|
17
|
-
exchange_id?: string;
|
18
|
-
location_id?: string;
|
19
|
-
claim_id?: string;
|
20
|
-
order_version: number;
|
21
|
-
display_id: number;
|
22
|
-
no_notification?: boolean;
|
23
|
-
refund_amount?: number;
|
24
|
-
items: AdminBaseReturnItem[];
|
25
|
-
}
|
26
|
-
export interface AdminReturnResponse {
|
27
|
-
return: AdminReturn;
|
28
|
-
}
|
29
|
-
export interface AdminReturnsResponse {
|
30
|
-
returns: AdminReturn[];
|
31
|
-
}
|
32
1
|
export interface AdminInitiateReturnRequest {
|
33
2
|
order_id: string;
|
34
3
|
location_id?: string;
|
@@ -106,11 +75,4 @@ export interface AdminUpdateDismissItems {
|
|
106
75
|
reason_id?: string;
|
107
76
|
metadata?: Record<string, unknown>;
|
108
77
|
}
|
109
|
-
|
110
|
-
id?: string[] | string | OperatorMap<string | string[]>;
|
111
|
-
order_id?: string[] | string | OperatorMap<string | string[]>;
|
112
|
-
status?: string[] | string | Record<string, unknown> | OperatorMap<Record<string, unknown>>;
|
113
|
-
created_at?: OperatorMap<string>;
|
114
|
-
updated_at?: OperatorMap<string>;
|
115
|
-
}
|
116
|
-
//# sourceMappingURL=admin.d.ts.map
|
78
|
+
//# sourceMappingURL=payloads.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"payloads.d.ts","sourceRoot":"","sources":["../../../../src/http/return/admin/payloads.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,0BAA0B;IACzC,QAAQ,EAAE,MAAM,CAAA;IAChB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CACnC;AAED,MAAM,WAAW,kBAAkB;IACjC,EAAE,EAAE,MAAM,CAAA;IACV,QAAQ,EAAE,MAAM,CAAA;IAChB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CACnC;AAED,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,kBAAkB,EAAE,CAAA;CAC5B;AAED,MAAM,WAAW,sBAAsB;IACrC,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC7B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CAC1B;AAED,MAAM,WAAW,sBAAsB;IACrC,kBAAkB,EAAE,MAAM,CAAA;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CACnC;AAED,MAAM,WAAW,yBAAyB;IACxC,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CACnC;AAED,MAAM,WAAW,yBAAyB;IACxC,eAAe,CAAC,EAAE,OAAO,CAAA;CAC1B;AAED,MAAM,WAAW,wBAAwB;IACvC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC3B,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAAA;CAC1C;AAED,MAAM,WAAW,yBAAyB;IACxC,eAAe,CAAC,EAAE,OAAO,CAAA;CAC1B;AAED,MAAM,WAAW,0BAA0B;IACzC,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CACnC;AAED,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAC;QAAC,aAAa,CAAC,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;CAClE;AAED,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAC;QAAC,aAAa,CAAC,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;CAClE;AAED,MAAM,WAAW,uBAAuB;IACtC,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CACnC;AAED,MAAM,WAAW,uBAAuB;IACtC,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CACnC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"payloads.js","sourceRoot":"","sources":["../../../../src/http/return/admin/payloads.ts"],"names":[],"mappings":""}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { OperatorMap } from "../../../dal";
|
2
|
+
import { FindParams } from "../../common";
|
3
|
+
export interface AdminReturnFilters extends FindParams {
|
4
|
+
id?: string[] | string | OperatorMap<string | string[]>;
|
5
|
+
order_id?: string[] | string | OperatorMap<string | string[]>;
|
6
|
+
status?: string[] | string | Record<string, unknown> | OperatorMap<Record<string, unknown>>;
|
7
|
+
created_at?: OperatorMap<string>;
|
8
|
+
updated_at?: OperatorMap<string>;
|
9
|
+
}
|
10
|
+
//# sourceMappingURL=queries.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"queries.d.ts","sourceRoot":"","sources":["../../../../src/http/return/admin/queries.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAA;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AAEzC,MAAM,WAAW,kBAAmB,SAAQ,UAAU;IACpD,EAAE,CAAC,EAAE,MAAM,EAAE,GAAG,MAAM,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;IACvD,QAAQ,CAAC,EAAE,MAAM,EAAE,GAAG,MAAM,GAAG,WAAW,CAAC,MAAM,GAAG,MAAM,EAAE,CAAC,CAAA;IAC7D,MAAM,CAAC,EACH,MAAM,EAAE,GACR,MAAM,GACN,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GACvB,WAAW,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAA;IACxC,UAAU,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,CAAA;IAChC,UAAU,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,CAAA;CACjC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"queries.js","sourceRoot":"","sources":["../../../../src/http/return/admin/queries.ts"],"names":[],"mappings":""}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { OrderDTO } from "../../../order";
|
2
|
+
import { PaginatedResponse } from "../../common";
|
3
|
+
import { AdminOrderPreview } from "../../order";
|
4
|
+
import { AdminReturn } from "./entities";
|
5
|
+
export interface AdminReturnResponse {
|
6
|
+
return: AdminReturn;
|
7
|
+
}
|
8
|
+
export type AdminReturnsResponse = PaginatedResponse<{
|
9
|
+
returns: AdminReturn[];
|
10
|
+
}>;
|
11
|
+
export interface AdminOrderReturnResponse {
|
12
|
+
order: OrderDTO;
|
13
|
+
return: AdminReturn;
|
14
|
+
}
|
15
|
+
export interface AdminReturnPreviewResponse {
|
16
|
+
order_preview: AdminOrderPreview;
|
17
|
+
return: AdminReturn;
|
18
|
+
}
|
19
|
+
//# sourceMappingURL=responses.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"responses.d.ts","sourceRoot":"","sources":["../../../../src/http/return/admin/responses.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AACzC,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAA;AAChD,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAA;AAExC,MAAM,WAAW,mBAAmB;IAClC,MAAM,EAAE,WAAW,CAAA;CACpB;AAED,MAAM,MAAM,oBAAoB,GAAG,iBAAiB,CAAC;IACnD,OAAO,EAAE,WAAW,EAAE,CAAA;CACvB,CAAC,CAAA;AAEF,MAAM,WAAW,wBAAwB;IACvC,KAAK,EAAE,QAAQ,CAAA;IACf,MAAM,EAAE,WAAW,CAAA;CACpB;AAED,MAAM,WAAW,0BAA0B;IACzC,aAAa,EAAE,iBAAiB,CAAA;IAChC,MAAM,EAAE,WAAW,CAAA;CACpB"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"responses.js","sourceRoot":"","sources":["../../../../src/http/return/admin/responses.ts"],"names":[],"mappings":""}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
export interface BaseReturnItem {
|
2
|
+
id: string;
|
3
|
+
quantity: number;
|
4
|
+
received_quantity: number;
|
5
|
+
reason_id?: string;
|
6
|
+
note?: string;
|
7
|
+
item_id: string;
|
8
|
+
return_id: string;
|
9
|
+
metadata?: Record<string, unknown>;
|
10
|
+
}
|
11
|
+
export interface BaseReturn {
|
12
|
+
id: string;
|
13
|
+
order_id: string;
|
14
|
+
status?: string;
|
15
|
+
exchange_id?: string;
|
16
|
+
location_id?: string;
|
17
|
+
claim_id?: string;
|
18
|
+
order_version: number;
|
19
|
+
display_id: number;
|
20
|
+
no_notification?: boolean;
|
21
|
+
refund_amount?: number;
|
22
|
+
items: BaseReturnItem[];
|
23
|
+
received_at: string;
|
24
|
+
created_at: string;
|
25
|
+
}
|
26
|
+
//# sourceMappingURL=common.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../src/http/return/common.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAA;IACV,QAAQ,EAAE,MAAM,CAAA;IAChB,iBAAiB,EAAE,MAAM,CAAA;IACzB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,OAAO,EAAE,MAAM,CAAA;IACf,SAAS,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CACnC;AAED,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAA;IACV,QAAQ,EAAE,MAAM,CAAA;IAChB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,aAAa,EAAE,MAAM,CAAA;IACrB,UAAU,EAAE,MAAM,CAAA;IAClB,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,KAAK,EAAE,cAAc,EAAE,CAAA;IACvB,WAAW,EAAE,MAAM,CAAA;IACnB,UAAU,EAAE,MAAM,CAAA;CACnB"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"common.js","sourceRoot":"","sources":["../../../src/http/return/common.ts"],"names":[],"mappings":""}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/http/return/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA"}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/http/return/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA;AACvB,cAAc,SAAS,CAAA"}
|
@@ -15,4 +15,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
15
15
|
};
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
17
17
|
__exportStar(require("./admin"), exports);
|
18
|
+
__exportStar(require("./store"), exports);
|
18
19
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/http/return/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAuB"}
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/http/return/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAuB;AACvB,0CAAuB"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../../src/http/return/store/entities.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAEvC,MAAM,WAAW,WAAY,SAAQ,UAAU;CAAG"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"entities.js","sourceRoot":"","sources":["../../../../src/http/return/store/entities.ts"],"names":[],"mappings":""}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/http/return/store/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,aAAa,CAAA"}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
|
+
};
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
+
__exportStar(require("./entities"), exports);
|
18
|
+
__exportStar(require("./responses"), exports);
|
19
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/http/return/store/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA0B;AAC1B,8CAA2B"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"responses.d.ts","sourceRoot":"","sources":["../../../../src/http/return/store/responses.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAEzC,MAAM,WAAW,mBAAmB;IAClC,MAAM,EAAE,WAAW,CAAA;CACpB"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"responses.js","sourceRoot":"","sources":["../../../../src/http/return/store/responses.ts"],"names":[],"mappings":""}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/http/return-reason/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA"}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/http/return-reason/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA;AACvB,cAAc,SAAS,CAAA"}
|
@@ -15,4 +15,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
15
15
|
};
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
17
17
|
__exportStar(require("./admin"), exports);
|
18
|
+
__exportStar(require("./store"), exports);
|
18
19
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/http/return-reason/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAuB"}
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/http/return-reason/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAuB;AACvB,0CAAuB"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../../src/http/return-reason/store/entities.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAE7C,MAAM,WAAW,iBAAkB,SAAQ,gBAAgB;CAAG"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"entities.js","sourceRoot":"","sources":["../../../../src/http/return-reason/store/entities.ts"],"names":[],"mappings":""}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/http/return-reason/store/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,aAAa,CAAA"}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
|
+
};
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
+
__exportStar(require("./entities"), exports);
|
18
|
+
__exportStar(require("./responses"), exports);
|
19
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/http/return-reason/store/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA0B;AAC1B,8CAA2B"}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { PaginatedResponse } from "../../common";
|
2
|
+
import { StoreReturnReason } from "./entities";
|
3
|
+
export interface StoreReturnReasonResponse {
|
4
|
+
return_reason: StoreReturnReason;
|
5
|
+
}
|
6
|
+
export type StoreReturnReasonListResponse = PaginatedResponse<{
|
7
|
+
return_reasons: StoreReturnReason[];
|
8
|
+
}>;
|
9
|
+
//# sourceMappingURL=responses.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"responses.d.ts","sourceRoot":"","sources":["../../../../src/http/return-reason/store/responses.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAE/C,MAAM,WAAW,yBAAyB;IACxC,aAAa,EAAE,iBAAiB,CAAA;CACjC;AAED,MAAM,MAAM,6BAA6B,GAAG,iBAAiB,CAAC;IAC5D,cAAc,EAAE,iBAAiB,EAAE,CAAA;CACpC,CAAC,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"responses.js","sourceRoot":"","sources":["../../../../src/http/return-reason/store/responses.ts"],"names":[],"mappings":""}
|
@@ -6,6 +6,6 @@ export interface AdminSalesChannelResponse {
|
|
6
6
|
export type AdminSalesChannelListResponse = PaginatedResponse<{
|
7
7
|
sales_channels: AdminSalesChannel[];
|
8
8
|
}>;
|
9
|
-
export interface AdminSalesChannelDeleteResponse extends DeleteResponse<"
|
9
|
+
export interface AdminSalesChannelDeleteResponse extends DeleteResponse<"sales-channel"> {
|
10
10
|
}
|
11
11
|
//# sourceMappingURL=responses.d.ts.map
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { BatchMethodResponse } from "../../../common";
|
1
2
|
import { DeleteResponse, PaginatedResponse } from "../../common";
|
2
3
|
import { AdminShippingOption, AdminShippingOptionRule } from "./entities";
|
3
4
|
export interface AdminShippingOptionResponse {
|
@@ -8,13 +9,5 @@ export type AdminShippingOptionListResponse = PaginatedResponse<{
|
|
8
9
|
}>;
|
9
10
|
export interface AdminShippingOptionDeleteResponse extends DeleteResponse<"shipping_option"> {
|
10
11
|
}
|
11
|
-
export
|
12
|
-
created: AdminShippingOptionRule[];
|
13
|
-
updated: AdminShippingOptionRule[];
|
14
|
-
deleted: {
|
15
|
-
ids: string[];
|
16
|
-
object: "shipping_option_rule";
|
17
|
-
deleted: boolean;
|
18
|
-
};
|
19
|
-
}
|
12
|
+
export type AdminUpdateShippingOptionRulesResponse = BatchMethodResponse<AdminShippingOptionRule>;
|
20
13
|
//# sourceMappingURL=responses.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"responses.d.ts","sourceRoot":"","sources":["../../../../src/http/shipping-option/admin/responses.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAA;AAChE,OAAO,EAAE,mBAAmB,EAAE,uBAAuB,EAAE,MAAM,YAAY,CAAA;AAEzE,MAAM,WAAW,2BAA2B;IAC1C,eAAe,EAAE,mBAAmB,CAAA;CACrC;AAED,MAAM,MAAM,+BAA+B,GAAG,iBAAiB,CAAC;IAC9D,gBAAgB,EAAE,mBAAmB,EAAE,CAAA;CACxC,CAAC,CAAA;AAEF,MAAM,WAAW,iCACf,SAAQ,cAAc,CAAC,iBAAiB,CAAC;CAAG;AAE9C,MAAM,
|
1
|
+
{"version":3,"file":"responses.d.ts","sourceRoot":"","sources":["../../../../src/http/shipping-option/admin/responses.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAA;AACrD,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAA;AAChE,OAAO,EAAE,mBAAmB,EAAE,uBAAuB,EAAE,MAAM,YAAY,CAAA;AAEzE,MAAM,WAAW,2BAA2B;IAC1C,eAAe,EAAE,mBAAmB,CAAA;CACrC;AAED,MAAM,MAAM,+BAA+B,GAAG,iBAAiB,CAAC;IAC9D,gBAAgB,EAAE,mBAAmB,EAAE,CAAA;CACxC,CAAC,CAAA;AAEF,MAAM,WAAW,iCACf,SAAQ,cAAc,CAAC,iBAAiB,CAAC;CAAG;AAE9C,MAAM,MAAM,sCAAsC,GAAG,mBAAmB,CAAC,uBAAuB,CAAC,CAAA"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/http/shipping-option/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA"}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/http/shipping-option/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA;AACvB,cAAc,SAAS,CAAA"}
|
@@ -15,4 +15,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
15
15
|
};
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
17
17
|
__exportStar(require("./admin"), exports);
|
18
|
+
__exportStar(require("./store"), exports);
|
18
19
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/http/shipping-option/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAuB"}
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/http/shipping-option/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAuB;AACvB,0CAAuB"}
|
@@ -0,0 +1,28 @@
|
|
1
|
+
import { ShippingOptionPriceType } from "../../../fulfillment";
|
2
|
+
import { BaseFulfillmentProvider } from "../../fulfillment-provider/common";
|
3
|
+
export interface StoreShippingOptionType {
|
4
|
+
id: string;
|
5
|
+
label: string;
|
6
|
+
description: string;
|
7
|
+
code: string;
|
8
|
+
shipping_option_id: string;
|
9
|
+
created_at: string;
|
10
|
+
updated_at: string;
|
11
|
+
deleted_at: string | null;
|
12
|
+
}
|
13
|
+
export interface StoreShippingOption {
|
14
|
+
id: string;
|
15
|
+
name: string;
|
16
|
+
price_type: ShippingOptionPriceType;
|
17
|
+
service_zone_id: string;
|
18
|
+
provider_id: string;
|
19
|
+
provider: BaseFulfillmentProvider;
|
20
|
+
shipping_option_type_id: string | null;
|
21
|
+
type: StoreShippingOptionType;
|
22
|
+
shipping_profile_id: string;
|
23
|
+
amount: number;
|
24
|
+
is_tax_inclusive: boolean;
|
25
|
+
data: Record<string, unknown> | null;
|
26
|
+
metadata: Record<string, unknown> | null;
|
27
|
+
}
|
28
|
+
//# sourceMappingURL=entities.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../../../../src/http/shipping-option/store/entities.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA;AAC9D,OAAO,EAAE,uBAAuB,EAAE,MAAM,mCAAmC,CAAA;AAE3E,MAAM,WAAW,uBAAuB;IACtC,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,MAAM,CAAA;IACnB,IAAI,EAAE,MAAM,CAAA;IACZ,kBAAkB,EAAE,MAAM,CAAA;IAC1B,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAA;CAC1B;AAED,MAAM,WAAW,mBAAmB;IAClC,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,UAAU,EAAE,uBAAuB,CAAA;IACnC,eAAe,EAAE,MAAM,CAAA;IACvB,WAAW,EAAE,MAAM,CAAA;IACnB,QAAQ,EAAE,uBAAuB,CAAA;IACjC,uBAAuB,EAAE,MAAM,GAAG,IAAI,CAAA;IACtC,IAAI,EAAE,uBAAuB,CAAA;IAC7B,mBAAmB,EAAE,MAAM,CAAA;IAC3B,MAAM,EAAE,MAAM,CAAA;IACd,gBAAgB,EAAE,OAAO,CAAA;IACzB,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAAA;IACpC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAAA;CACzC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"entities.js","sourceRoot":"","sources":["../../../../src/http/shipping-option/store/entities.ts"],"names":[],"mappings":""}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/http/shipping-option/store/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,aAAa,CAAA"}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
|
+
};
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
+
__exportStar(require("./entities"), exports);
|
18
|
+
__exportStar(require("./responses"), exports);
|
19
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/http/shipping-option/store/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA0B;AAC1B,8CAA2B"}
|